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 3acf182171 Fixes to auth detection and message parsing
* don't check authentication if the network doesn't need to
  register
* don't pass through muser for ZNC type messages
* avoid duplicate message for queries containing highlights
* make a copy of the cast for metadata analysis to avoid poisoning it
* set up callback for when the instance is authenticated, so we can
  request a LIST immediately if so desired
* separate out seeding functions to populate CHANLIMIT to ease future
  work involving other options, such as PREFIX
2020-06-07 17:26:53 +01:00
commands Remove condition-based monitoring system 2020-06-07 15:31:43 +01:00
conf Remove condition-based monitoring system 2020-06-07 15:31:43 +01:00
core Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
modules Fixes to auth detection and message parsing 2020-06-07 17:26:53 +01:00
utils Fix various bugs in the event system 2020-06-02 21:34:15 +01:00
.gitignore Remove condition-based monitoring system 2020-06-07 15:31:43 +01:00
main.py Remove condition-based monitoring system 2020-06-07 15:31:43 +01:00
requirements.txt Add requirements file 2019-11-17 18:52:47 +00:00
threshold Implement Ctrl-C handling and fix a large number of small bugs 2019-09-28 19:46:10 +01:00