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 f34de8940f Improve performance in userinfo
* Implement a nick -> user mapping, preventing a superfluous SSCAN on
the entire dataset for when networks are disconnected
* Use one thread for all channels when a network instance is
disconnected, instead of one thread per channel
* Made returns comprising of only a list into tuples
2019-10-17 20:19:35 +01: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 Improve performance in userinfo 2019-10-17 20:19:35 +01:00
modules Improve performance in userinfo 2019-10-17 20:19:35 +01: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