Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

A tool to generate daily RSS entries for a user's twitter feed

Notifications You must be signed in to change notification settings

charlieegan3/tool-twitter-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tool-twitter-rss

This is a tool for toolbelt which collects tweets for the previous day and generates an RSS feed item using webhook-rss deployed to the same toolbelt.

Example config:

tools:
  ...
  twitter-rss:
    jobs:
      new-entry:
        schedule: "0 0 5 * * *"
        endpoint: https://...
        twitter:
          username: xxx
          access_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
          access_token_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
          consumer_key: xxxxxxxxxxxxxxxxxxxxxx
          consumer_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

About

A tool to generate daily RSS entries for a user's twitter feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages