Skip to content

This bot copies posts from /r/Python from Reddit and posts them to Twitter while keeping every safety measure in check.

Notifications You must be signed in to change notification settings

zakagan/Reddit-Twitter-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

###Reddit-Twitter bot This bot copies posts along with their links from /r/Python from Reddit and posts them to twitter. This bot keeps the 140 character length in check and also prevents duplicate posts. So what do you need to get started.

###Required libraries

  • PRAW pip install praw
  • Tweepy pip install tweepy

###Access Token You need to get access token from twitter first. You can easily get them by going to dev.twitter.com/apps and registering an app. After registering you will have to change the access premissions of your app under the settings tab. After you get your access tokens and everything else just paste them in the beginning of the script where I have mentioned in the script.

###Documentation I have written a blogpost about how I made this and what everything means. You can read that here

About

This bot copies posts from /r/Python from Reddit and posts them to Twitter while keeping every safety measure in check.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%