Categorygithub.com/charlieegan3/tool-twitter-rss
module
0.0.0-20221204202407-c96e08f11e1e
Repository: https://github.com/charlieegan3/tool-twitter-rss.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author