Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#reddit Twitter Bot
# reddit Twitter Bot

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

##Disclaimer
## 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
## Dependencies

You will need to install Python's [tweepy](https://github.com/tweepy/tweepy) and [PRAW](https://praw.readthedocs.org/en/) libraries first:

Expand All @@ -21,14 +21,14 @@ You will also need to create an app account on Twitter: [[instructions]](https:/
4. Generate a new OAuth token with those permissions
5. Manually edit this script and put those tokens in the script

##Usage
## 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?
## Have questions? Need help with the bot?

If you're having issues with or have questions about the bot, please [file an issue](https://github.com/rhiever/reddit-twitter-bot/issues) 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.