ciderpunx / twitrssme

TwitRSS.me: Tool to make Twittter timelines and searches into RSS feeds

Home Page:https://twitrss.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitRSS.me

TwitRSS.me was a web service that let you generate an RSS feed from your Twitter user timeline, or from a Twitter search. It doesn't work any more since Twitter changed their filtering setup. The code here works from the commandline if you desparately need RSS feeds. Or use mastodon - that has RSS feeds built in.

It did this by connecting to Twitter on the web and screenscraping the data, rather than by using the Twitter API.

Installation

You can install TwitRSS.me by following the instructions in the INSTALL.md file.

The main reason for doing so is that the caching limits (one query every 45 minutes) is proving restrictive.

The most easiest way to use TwitRSS.me is just to clone this git-repository, build and run the image in docker:

  git clone <this repo>
  cp example.env .env
  vi .env
  docker-compose up -d --build

History

You can see a bunch of TwitRSS.me blog posts on Charlie Harvey's site. They mostly deal with me being increasingly freaked out about the amount of traffic that is turning up.

Licence

The code for TwitRSS.me is released under the GNU GPL licence version 2 (See the LICENSE file) and is copyright of the contributors — Charlie Harvey and Daniel Perelman at time of writing.

The website content is released under CC-BY-SA — Charlie Harvey and James Lu at time of writing.

About

TwitRSS.me: Tool to make Twittter timelines and searches into RSS feeds

https://twitrss.me

License:GNU General Public License v2.0


Languages

Language:Perl 52.1%Language:JavaScript 23.0%Language:HTML 16.7%Language:CSS 5.0%Language:Dockerfile 2.5%Language:Shell 0.7%