Skip to content

maciek-codes/reddit-to-fb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIWT - Today I was taught

Reddit to Facebook aggregator of top posts from /r/TodayIlearned

It runs as a WebJob on Microsoft Azure and uses Azure Table Storage as a cache.

Getting access token

You can use the script in access_token folder. Provide FB Client ID and secret and page Id you want to generate the access token for.

lib/post.py

This script is used to get posts from Reddit.com. It specifies how many posts should be fetched and from which subreddit.

Testing

Run: python -m tests and that will run all unit tests in tests/ folder.

About

Script that pulls posts from a subreddit and sends them to a Facebook page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages