CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.3k stars 282 forks source link

Twitter monitor #457

Open s1s1fo opened 4 years ago

s1s1fo commented 4 years ago

Added a new module that allows to monitor the content published in Twitter either within a certain period of time or in real time, in addition to performing a sentiment analysis and a statistical analysis of the publications collected.

README


More information about the module features, instructions and more ... can be found here:

https://github.com/Sisifo-Stone/TwitterMon


TWITTERMON MODULE

New module "TwitterMon" is added to /var/www/modules: It allows to monitor Twitter (no API needed) and check the results of the statistical and sentiment analysis.

It provides three web pages(monitor, analyse, settings):

Retrieving Tweets:

Module configuration:

Interface with AIL:

Auxiliary files:


TWEETS ANALYSIS

Statistical and Sentiment analysis are performed by the following files, once the Tweets are received in the queue:


AIL MODIFICATIONS

Modifications made to the AIL files are for launching the module, subscribe to Redis_Global, install dependencies and to display a link to the TwitterMon page:

codecov-io commented 4 years ago

Codecov Report

Merging #457 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #457   +/-   ##
=======================================
  Coverage   12.02%   12.02%           
=======================================
  Files          74       74           
  Lines        7601     7601           
=======================================
  Hits          914      914           
  Misses       6687     6687

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b63fa51...784ba4f. Read the comment docs.