https://github.com/bod/twitter-to-rss
A bridge to transform a Twitter list into an RSS feed.
https://github.com/bod/twitter-to-rss
Last synced: 26 days ago
JSON representation
A bridge to transform a Twitter list into an RSS feed.
- Host: GitHub
- URL: https://github.com/bod/twitter-to-rss
- Owner: BoD
- Created: 2021-12-11T23:03:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T11:21:00.000Z (over 3 years ago)
- Last Synced: 2025-01-11T10:38:17.459Z (over 1 year ago)
- Language: Kotlin
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bridge to transform a Twitter list into an RSS feed.
## Docker instructions
### Running the image
```
docker pull bodlulu/twitter-to-rss
docker run -p :8080 bodlulu/twitter-to-rss
```