Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlieegan3/tool-activities-rss
https://github.com/charlieegan3/tool-activities-rss
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlieegan3/tool-activities-rss
- Owner: charlieegan3
- Created: 2021-07-03T10:59:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T20:22:52.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T13:14:32.749Z (5 months ago)
- Language: Go
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tool-activities-rss
This is a tool for [toolbelt](https://github.com/charlieegan3/toolbelt) which collects activities from a 'well known,
sports-centric, social media platform' and generates an RSS feed item using
[webhook-rss](https://github.com/charlieegan3/tool-webhook-rss) deployed to the same toolbelt.Example config:
```yaml
tools:
...
activities-rss:
jobs:
new-entry:
schedule: "0 0 5 * * *"
endpoint: https://...
email: [email protected]
password: "secret"
host: www.example.com
athlete_id: "1111111"```