Skip to content

ggangix/rssFeedToTweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rss to Twitter

Nodejs application to check a RSS Feed every certain time (6 hours by default), and tweet in your personal account if there is a new blog post.

Usage

  1. Clone the repository
  2. npm install
  3. Add an .env file with the following structure:

FEED_RSS=
TWITTER_API_KEY=
TWITTER_API_SECRET_KEY=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=

  1. npm start and have fun!

Motivation

This app is part of my #100DaysOfCode challenge!

Feel free to contribute.

About

App to read a rss feed and tweet the last post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published