forked from chregu/rss2twi.php
A rss2twitter command line client written in php supporting oauth
License
neofutur/rss2twi.php
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 8 commits ahead of chregu:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
A PHP Script to Push Items of an RSS feed to Twitter Features: * It uses OAuth for authentication. You need the pecl/oauth extension for that. Maybe someone could port it to use PHP Userland OAuth * It can handle more than one RSS feed * Configuration is via a YAML file (uses sfYaml) * It can push updates to Prowl * It has a customizable URL Shortener (defaults to liip.to) * Also has a very basic Pubsubhubbub Subscriber for immediate updates. * It is Open Source (Apache Software Licensed) and available at Github rss2twi is supporting the following url shorteners : * gwgd ( http://gw.gd/ ) * isgd ( http://is.gd/ ) * liipto ( http://liip.to/ ) To use it, you first have to get the oAuth Tokens. For that you call the getOAuthToken.php file from a command line and do what it tells you to do (basically to approve the App with Twitter). You add those lines to conf/feeds.yml and then just call "rss2twitter.php" to send your RSS items to Twitter. There are more options for feeds.yml, they are described in feeds.yml-dist. You can also define the defaults in conf/defaults.yml and add more than one feed. If you want to act as a Pubsubhubbub Subscriber you need to adjust and use "subscribe.php" and "callback.php". [](http://coderwall.com/neofutur) "!http://api.coderwall.com/neofutur/endorsecount.png!":http://coderwall.com/neofutur
About
A rss2twitter command line client written in php supporting oauth
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%