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 0321651c20 Implement fair channel allocation in ChanKeep
* Allocate channels to relays only if they have free space based on
their chanlimit value
* Minify channels by removing ones that are already covered before
passing them off to be joined
2019-10-12 21:05:55 +01:00
commands Implement fair channel allocation in ChanKeep 2019-10-12 21:05:55 +01:00
conf Implement ChanKeep joining functions 2019-10-11 13:07:57 +01:00
core Implement fair channel allocation in ChanKeep 2019-10-12 21:05:55 +01:00
modules Implement fair channel allocation in ChanKeep 2019-10-12 21:05:55 +01:00
utils Pass all arguments from debug into print 2019-10-11 13:04:58 +01:00
.gitignore Add alias.json to gitignore 2019-09-29 23:55:22 +01:00
main.py Implement ChanKeep joining functions 2019-10-11 13:07:57 +01:00
threshold Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00