From 3a4d74e412251b883c0dc346dd48f35030923607 Mon Sep 17 00:00:00 2001 From: Tim Speckhals Date: Sun, 15 Oct 2017 13:40:12 +0200 Subject: [PATCH] Fix Markdown --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ebd9c6..3557556 100644 --- a/README.md +++ b/README.md @@ -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: @@ -21,7 +21,7 @@ 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: @@ -29,6 +29,6 @@ Once you edit the bot script to provide the necessary API keys and the subreddit 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.