All notable changes to this project will be documented in this file.
- GoTor API - A Golang implementation of Core TorBot functionality.
- Phone number extractor - Extracts phone numbers from urls.
- Integrated NLP module with TorBot
- Major code refactoring
- No longer using the tree module
- Poetry Implementation removed
- Fix data collection and add progress indicator by @KingAkeem in #192
- convert port to integer by @KingAkeem in #193
- Use hiddenwiki.org as default URL for collecting data by @KingAkeem in #194
- Bump jinja2 from 2.11.2 to 2.11.3 in /src/api by @dependabot in #200
- Simplify LinkNode and add new display by @KingAkeem in #202
- Remove live flag by @KingAkeem in #203
- Poetry Implementation by @NeoLight1010 in #206
- Delete .DS_Store by @stefins in #204
- Fix the basic functionality of tree features by @KingAkeem in #214
- Save results as json by @KingAkeem in #215
- Organize data file location by @KingAkeem in #216
- Add CodeTriage link and image by @KingAkeem in #213
- Add website classification by @KingAkeem in #218
- Use GoTor HTTP service by @KingAkeem in #219
- New Web UI
- API
- Error handling
- Changing requests version to 2.20.0
- Major code improvements
- Updated README.md
- Updated dependencies
- Refactored TorBot
- Visualizer Module
- Download option to save Tree into different formats.
- DB module
- Installation shell script to create torBot binary
- Test for getting links that uses a Mock Object to reproduce tests without touching actual servers.
- BFS algorithm for crawling
- Documentation for functions
- -l Live argument Removed (Enabled by default)
- Major code improvements
- Pep 8 Standard
- Tests
- Library changes
- Documentation
- Save to JSON
- Testcase for Save to JSON
- Updater
- Version checker
- Refactored code to meet PEP8 requirements
- Refactored code to meet Google Style Docstrings for documentation
- Fixed error occuring while using -i flag
- Argument parser support
- Made live url checker optional
- Multiple domain extension support
- Quiet mode
- Default Live url checker
- Resources and Samples
- Color to modules
- Live website checking
- CODE_OF_CONDUCT
- Travis CI integration
- Tor.md
- LICENSE
- Page reader
- Weblink fetcher
- Email fetcher
- Test case for get weblink
- Testcase for get email
- README file
- Test directory