Multi-source OSINT data collection and parallel processing tool. Indexes 4chan, Discord and IRC, reorganizes the data into a common format, annotates language, sentiment and tokens in multiple threads, and outputs the results to Elasticsearch.
Go to file
Mark Veidemanis 7ffb6125aa Fix various bugs uncovered by the LIST system
* Work around Twisted's broken handling of spaces
* Work around Twisted's broken line decoding
* Don't run signedOn twice for relays
* Improved detection of whether the endpoint is connected to ZNC
* Delay a LIST until all configured relays are online
* Discard a LIST if there are no callbacks for it
* Get rid of some double-negative ternary blocks
2019-10-31 15:44:59 +00:00
commands Only start one relay with the auto command 2019-10-13 12:37:01 +01:00
conf Only start one relay with the auto command 2019-10-13 12:37:01 +01:00
core Fix various bugs uncovered by the LIST system 2019-10-31 15:44:59 +00:00
modules Fix various bugs uncovered by the LIST system 2019-10-31 15:44:59 +00:00
utils Improve performance in userinfo 2019-10-17 20:19:35 +01:00
.gitignore Add alias.json to gitignore 2019-09-29 23:55:22 +01:00
main.py Improve ZNC error message detection 2019-10-13 12:38:44 +01:00
threshold Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00