A Twitter Bot which Retweets with Comment and likes tweets with particular Hashtag
- Python
- Tweepy
- Twitter Developer API
- Visual Studio Code
- Get the required tokens [ API Key, Access Token Key, ... ] from Developer Twitter
- Clone the repository
$ git clone https://github.com/AbhinavRajesh/Retweet-Bot.git
- Navigate to Downloaded file
cd Retweet-Bot
- Make a Virtual Environment and activate it
$ virtualenv env $ env\Scripts\activate [For Windows] $(env)
- Install required Dependencies
$(env) pip install tweepy
- Edit the values of the variables with the tokens which you got from Developer Twitter API
Check the comments inside the twitter.py file to know where to add the values
- Run the App!
$(env) py twitter.py
Currently there is one bug which I'm aware of and I'm also working on the same and would be resolved in future.