All Projects → rhiever → Reddit Twitter Bot

rhiever / Reddit Twitter Bot

Licence: gpl-3.0
Looks up posts from reddit and automatically posts them on Twitter.

Programming Languages

python
139335 projects - #7 most used programming language

#reddit Twitter Bot

A Python bot that looks up posts from reddit and automatically posts them on Twitter.

##Disclaimer

I hold no liability for what you do with this script or what happens to you by using this script. Abusing this script can get you banned from Twitter, so make sure to read up on proper usage of the Twitter API.

##Dependencies

You will need to install Python's tweepy and PRAW libraries first:

pip install tweepy
pip install praw

You will also need to create an app account on Twitter: [instructions]

  1. Sign in with your Twitter account
  2. Create a new app account
  3. Modify the settings for that app account to allow read & write
  4. Generate a new OAuth token with those permissions
  5. Manually edit this script and put those tokens in the script

##Usage

Once you edit the bot script to provide the necessary API keys and the subreddit you want to tweet from, you can run the bot on the command line:

python reddit_twitter_bot.py

Look into the script itself for configuration options of the bot.

##Have questions? Need help with the bot?

If you're having issues with or have questions about the bot, please file an issue in this repository so one of the project managers can get back to you. Please check the existing (and closed) issues to make sure your issue hasn't already been addressed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].