Program that uses Twitter's API to analize the followers of a specific account to determine if the follower is a bot, taking into account the following criteria:
- Account Creation Dates
- Tweet Frequency
- Default Twitter Account
- Retweet Bot
- Less Followers And More Followees.
- Reply Bot
- tweepy 3.5.0
- pymongo 3.6.0
- python_dateutil 2.7.3