irLinja / Retweet-Bot

A Twitter Bot which Likes and Retweets Tweets with particular Hashtag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retweet-Bot

A Twitter Bot which Retweets with Comment and likes tweets with particular Hashtag

Tech Used

  • Python
  • Tweepy
  • Twitter Developer API
  • Visual Studio Code

Installation

  1. Get the required tokens [ API Key, Access Token Key, ... ] from Developer Twitter
  2. Clone the repository
    $ git clone https://github.com/AbhinavRajesh/Retweet-Bot.git
  3. Navigate to Downloaded file
    cd Retweet-Bot
  4. Make a Virtual Environment and activate it
    $ virtualenv env
    $ env\Scripts\activate       [For Windows]
    $(env)
  5. Install required Dependencies
    $(env) pip install tweepy
  6. 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
    
  7. Run the App!
    $(env) py twitter.py

Issues

Currently there is one bug which I'm aware of and I'm also working on the same and would be resolved in future.

About

A Twitter Bot which Likes and Retweets Tweets with particular Hashtag


Languages

Language:Python 100.0%