Skip to content

Rohithgilla12/inpycon-twitterbot

Repository files navigation

inpycon-twitterbot

Open Source Love PyPI - Python Version License: MIT

A twitter bot made using Python and Twitter API to retweet posts using specific terms related to the conference and be beneficial to thea social media campaign by keeping all tweets about PyCon India in one place and get the event trending. It could be hastags, twitter handles, slang words. Anything.

Setup and Running the bot

Install the Requirements

  • Fork and clone this repository,
git clone <Forked repository URL>
  • Run the following command in your terminal, be sure to have Python3 already setup in your system.
pip3 install -r requirements.txt --user 

Creating Twitter API Credentials

  1. Go to the https://apps.twitter.com/
  2. Click the Create App button
  3. Fill the necessary details for your application that you are creating
    • Name of the bot
    • Website name
    • Description
  4. Once created, goto Keys and Tokens section and generate your access tokens.
  5. Once located, move on to the next step for configuring scripts/config.py

Configuring Tweepy API

  • For the bot to run, the Tweepy API needs to be authorised with consumer_key, consumer_secret, access_token and access_token_secret. These values are listed in scripts/config.py and needs to be filled before the execution of main.py script for connecting to the Twitter API

  • searchterms in config.py are the target terms, the bot checks for these terms constantly, so for example, if the user is searching for PyConIndia2018so the terms in the list are as follows ["#PyConIndia2018","PyConIndia","@pyconindia","#pyconindia"]

  • Add hashtags, specific words, user handles in the searchterms. Anything you want retweeted.

Running the Bot

  • Navigate to the scripts directory and run the bot using the following command
  python3 main.py

Hosting on Heroku

Use the following commands to host this app in heroku

heroku create
git add .
git commit -m "initial commit"
git push heroku master
heroku ps:scale worker=1
heroku logs --tail

Contribution and Licence

Refer to the Contributing.md for the same. The source code is under MIT License.

About

This is a re-tweet bot which retweet with reply for all tweets mentioned with #PyConIndia or #PyConIndia2018 and anyone who mention us @pyconindia .

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages