https://github.com/horgh/gorsebuild_twitter
RSS feed creation tool for tweets
https://github.com/horgh/gorsebuild_twitter
Last synced: 3 months ago
JSON representation
RSS feed creation tool for tweets
- Host: GitHub
- URL: https://github.com/horgh/gorsebuild_twitter
- Owner: horgh
- License: agpl-3.0
- Created: 2016-03-14T18:26:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T19:08:14.000Z (over 8 years ago)
- Last Synced: 2025-01-24T22:34:46.249Z (5 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a utility to create an RSS feed XML based on a postgres database
containing tweets from twitter.The database gets populated using one of my other utilities: twitter_poll.tcl
which is part of my twitter-tcl repository.The reason I want to do this is to consolidate the frontends for viewing
my RSS feed items and viewing my tweet feeds. Right now I have one website
for viewing RSS feed items (gorse), and one for viewing the tweets (which
I have not maintained very much and is more clunky to use - and I don't want
to really be working on two that are quite similar.So using this I will be able to point my RSS reader at an RSS feed generated
from my tweets and do away with my 'twitreader' interface!