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.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Mark Veidemanis 6ad6d6dc50 Fix channel allocation when relays are provisioned
Fix a bug where the channel allocation algorithm failed due to
necessary relays not having been provisioned yet.
Passed the newly created relay numbers to the allocation function
and assumed their CHANMAX would be the same as all other relays for
the same network.
5 years ago
commands Implement fair channel allocation in ChanKeep 5 years ago
conf Implement ChanKeep joining functions 5 years ago
core Implement fair channel allocation in ChanKeep 5 years ago
modules Fix channel allocation when relays are provisioned 5 years ago
utils Pass all arguments from debug into print 5 years ago
.gitignore Add alias.json to gitignore 5 years ago
main.py Implement ChanKeep joining functions 5 years ago
threshold Implement Ctrl-C handling and fix a large number of small bugs 5 years ago