Skip to content
TwitRSS.me: Tool to make Twittter timelines and searches into RSS feeds
Perl JavaScript HTML CSS Dockerfile
Branch: master
Clone or download
ciderpunx Merge pull request #67 from doronbehar/patch-1
Update INSTALL.nginx.uwsgi.md
Latest commit 4343caf Aug 6, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
css Bunch of dumb permissions fixed Oct 8, 2015
fcgi Merge branch 'master' into patch-1 Aug 6, 2019
fonts Bunch of dumb permissions fixed Oct 8, 2015
img Added bytemark sponsorship message and big v logo. Oct 8, 2015
js Bunch of dumb permissions fixed Oct 8, 2015
.dockerignore Add Dockerfile and docker-compose.yml Oct 23, 2018
.gitignore Added bytemark sponsorship message and big v logo. Oct 8, 2015
Dockerfile Fix mobile scraping Jul 10, 2019
INSTALL.docker.md
INSTALL.md Add a cpanfile Oct 23, 2018
INSTALL.nginx.uwsgi.md Update INSTALL.nginx.uwsgi.md Dec 25, 2018
LICENSE Initial commit Jan 17, 2014
README.md Update README.md Jan 28, 2019
a.gif - Added a.gif. Can't remember why, but I am fairly sure it was import… Sep 20, 2014
apache.conf Merge pull request #70 from mgafner/baseurl-config Aug 6, 2019
cpanfile Fix mobile scraping Jul 10, 2019
docker-compose.yml added code and configuration for setting own base urls Jan 28, 2019
example.env added code and configuration for setting own base urls Jan 28, 2019
favicon.ico - Added a favicon.ico to save some 404s Oct 1, 2014
index.html Default ot mobile search Jul 25, 2019
robots.txt - Added an empty robots.txt to keep various search engines happy Jul 9, 2014

README.md

TwitRSS.me

TwitRSS.me is a web service that let you generate an RSS feed from your Twitter user timeline, or from a Twitter search.

It does 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.

You can’t perform that action at this time.