Skip to content

tomecho/RedditTwitterSyndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c4bd80 · Oct 8, 2019

History

34 Commits
Jan 9, 2019
Jan 9, 2019
Feb 13, 2019
Jan 9, 2019
Jan 14, 2019
Oct 8, 2019
Jan 11, 2019
Jan 10, 2019
Feb 13, 2019
Jan 31, 2019
Jan 9, 2019

Repository files navigation

Intro

This is an application which pulls the top reddit posts and posts them to a twitter account. It is written in c# targeting Microsoft Azure cloud services. It uses Azure Functions to execute the code at certain intervals and it uses Azure Storage Tables to temporarily store the posts between functions. It is highly performant and runs great in parallel because of it's disconnected nature, responsibilites are divided between the resources.

Components

RedditPull

Use the reddit api to pull top posts at some defined interval and post them to the az storage table

TwitterPush

At a defined interval read from our az storage table, look for entries that haven't been posted yet and post those to twitter using the twitter api

TableCleanup

Clear out any posts from the table that have already been posted or are over 7 days olds

About

tweets top reddit posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages