All Projects → mattdodge → Tweet-2-RSS

mattdodge / Tweet-2-RSS

Licence: other
Convert your Twitter API requests to RSS Feeds

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tweet-2-RSS

ml-flashcards
Extracting data from Twitter for #machinelearningflashcards 🤖
Stars: ✭ 35 (+150%)
Mutual labels:  twitter-api
SparkTwitterAnalysis
An Apache Spark standalone application using the Spark API in Scala. The application uses Simple Build Tool(SBT) for building the project.
Stars: ✭ 29 (+107.14%)
Mutual labels:  twitter-api
loread
RSS Android client,support Inoreader, Feedly, TinyTinyRSS, Fever。
Stars: ✭ 60 (+328.57%)
Mutual labels:  rss
Gofr
Feed Reader for App Engine (Google Reader clone)
Stars: ✭ 53 (+278.57%)
Mutual labels:  rss
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (+50%)
Mutual labels:  twitter-api
rss-for-the-rest-of-us
A simple RSS reader built on Laravel. For the rest of us.
Stars: ✭ 16 (+14.29%)
Mutual labels:  rss
eleventy-plugin-embed-tweet
A plugin for embedding tweets on the server side during build time
Stars: ✭ 24 (+71.43%)
Mutual labels:  twitter-api
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (+185.71%)
Mutual labels:  rss
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (+192.86%)
Mutual labels:  rss
feed2maildir
📬 Read RSS/Atom feeds in your favourite, maildir-compatible email client.
Stars: ✭ 15 (+7.14%)
Mutual labels:  rss
TwitterClone
TwitterClient app represents a real world twitter client app: it provides a fairly complex set of functionalities, it's a suitable showcase for all the advantages that architecture components bring, has all features that would make it a modular, scalable, testable and maintainable app.
Stars: ✭ 26 (+85.71%)
Mutual labels:  twitter-api
docker-ttrss
Tiny Tiny RSS feed reader as a Docker image.
Stars: ✭ 55 (+292.86%)
Mutual labels:  rss
go-t
A blazing-fast, simple and easy to use command-line client for Twitter written in Go. 🚀📨
Stars: ✭ 70 (+400%)
Mutual labels:  twitter-api
twspace-crawler
Script to monitor & download Twitter Spaces 24/7
Stars: ✭ 78 (+457.14%)
Mutual labels:  twitter-api
SocialAuth
No description or website provided.
Stars: ✭ 35 (+150%)
Mutual labels:  twitter-api
github-readme-twitter
Add Twitter to your github readme
Stars: ✭ 73 (+421.43%)
Mutual labels:  twitter-api
blog-template
Template for the Jekyll-powered elementary blog
Stars: ✭ 34 (+142.86%)
Mutual labels:  rss
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (+50%)
Mutual labels:  rss
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+1478.57%)
Mutual labels:  rss
Twitter-Stream-API-Dataset
Twitter Dynamic Dataset Api. Create any dataset YOU want.
Stars: ✭ 20 (+42.86%)
Mutual labels:  twitter-api

Tweet-2-RSS

Convert your Twitter API requests to RSS Feeds Run on Google App Engine with Python 2.7

http://tweet-2-rss.appspot.com

Sign in with your Twitter and set up RSS feeds in a few seconds.


Twitter has removed their v1 API, which allowed for Basic HTTP Authentication. The requirement of OAuth to make API calls has limited other plugins and services from making use of the API the way they used to. In addition, JSON is the only output format supported by the Twitter API now. This service attempts to kill two birds and provide a method to create RSS/XML feeds from the Twitter API.

This repository exists mainly for issue tracking and pull requests, the code gets deployed to GAE to power the service.


IFTTT

One particularly cool use of this service is that you can now set up Twitter to be a trigger for an IFTTT recipe. IFTTT removed Twitter as a trigger source (though it is still an action) a while back but they do provide RSS feeds as a valid trigger. Set up your RSS feed with Tweet-2-RSS, then get the feed URL for whatever API call you want and use it in your RSS recipe.

The author of each RSS item is the Twitter handle of the tweet, and the content and title are both the text of the tweet.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].