Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AlexSoudant/twitter-bot-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-bot-detection

Install

  • Update the configuration file config\app_config.py.dist and rename it to config\app_config.py
  • Install the dependencies pip install -r requirements.txt

Usage

One script is used to import the data import.py and the other is used to generate the report report.py.

# drop/create the database and import all the tweets from the user FranckBrignoli
$ python import.py FranckBrignoli --create-db  

# import all the tweets from FranckBrignoli and his followers
$ python import.py FranckBrignoli --followers 

# import all the tweets from the user LOUDBOT and flag it as bot
$ python import.py LOUDBOT --is-bot 

# generate report
$ python report.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%