We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a936ea commit f192c7dCopy full SHA for f192c7d
README.md
@@ -125,15 +125,15 @@ Run `./torBot` to execute the program.
125
126
127
## TO-DO
128
-- [ ] Visualization Module Revamp
+- [x] Visualization Module Revamp
129
- [x] Implement BFS Search for webcrawler
130
- [x] Use Golang service for concurrent webcrawling
131
- [x] Improve stability (Handle errors gracefully, expand test coverage and etc.)
132
- [ ] Randomize Tor Connection (Random Header and Identity)
133
- [ ] Keyword/Phrase search
134
- [ ] Social Media Integration
135
- [ ] Increase anonymity
136
-- [ ] Improve performance
+- [x] Improve performance (Done with gotor)
137
138
### Have ideas?
139
If you have new ideas which is worth implementing, mention those by creating a new issue with the title [FEATURE_REQUEST].
0 commit comments