politic-bots
politic-bots copied to clipboard
Implement functionalities to detect bots and fake accounts
To solve this issue we need to:
- Understand how the algorithm botomer works (https://github.com/IUNetSci/botometer-python)
- Create a module to contain all of our bot and fake accounts detection functions
- Implement a function that given a twitter profile return if the account is fake, bots, or real.