https://github.com/guysoft/twitter-status
Set your pidgin status from your twitter feed
https://github.com/guysoft/twitter-status
Last synced: 2 months ago
JSON representation
Set your pidgin status from your twitter feed
- Host: GitHub
- URL: https://github.com/guysoft/twitter-status
- Owner: guysoft
- Created: 2011-02-06T22:22:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-29T14:21:47.000Z (over 12 years ago)
- Last Synced: 2024-05-01T18:58:06.916Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Installation
============How to install pidgin-twitter-status
Introduction
------------Requirements:
Pidgin, Perl and the following two Perl modules, which you may have to install manually:
* XML::RSS
* LWP::SimpleDetails
-------
Is Pidgin Perl enabled?In Pidgin, navigate to Help->About and find Perl: Enabled If Perl is not enabled, you may have to install Perl and then re-install Pidgin.
Install XML::RSS and LWP::SimpleThis depends on your operating system, but could be as simple as
# cpan XML::RSS
# cpan LWP::SimpleIf your OS or Perl installation uses a package system it's recommended you install the modules using that, if possible.
Install pidgin-twitter-status
=============================Windows
-------Copy twitter-status.pl to your pidgin plugins directory. Usually C:\Documents and Settings\
\Pidgin\plugins
Linux
-----Copy twitter-status.pl to your pidgin plugins directory Usually ~/.purple/plugins/
Mac OSX
-------Pidgin is not available for Mac OS, but this plugin may work with Adium. I don't know, as I don't have regular access to a Mac. YMMV...
Enable pidgin-twitter-statusUsing Pidgin, navigate to Tools -> Plugins and find Twitter Status. Enable it, and click the Configure Plugin button to open the plugin configuration dialog. Enter your Twitter RSS user feed (http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=username), configure other options, and click Close.