https://github.com/caferrari/pytwify
(u|k|x|edu)buntu Twitter Notification daemon
https://github.com/caferrari/pytwify
Last synced: about 1 year ago
JSON representation
(u|k|x|edu)buntu Twitter Notification daemon
- Host: GitHub
- URL: https://github.com/caferrari/pytwify
- Owner: caferrari
- Created: 2010-02-21T14:06:45.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-21T16:43:35.000Z (over 16 years ago)
- Last Synced: 2025-02-08T08:47:36.419Z (over 1 year ago)
- Language: Python
- Homepage: luanlmd.com
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a simple script to notify your twitter's friends timeline.
I have no plan to add support to post twitts or anything like that.
Installation guide:
- First, install the python-twitter package. For Ubuntu just run the following command:
sudo aptitude install python-twitter
- Download the pytwify to any location on your pc. Let's suppose you download it to your home folder: "/home/USERNAME/pytwify/"
- Create a file named ".pytwify/config.cfg" on your home folder with the following content:
[config]
auth.username = YOUR_TWITTER_USERNAME
auth.password = YOUR_TWITTER_PASSWORD
lastId = 0
- - You can use the ".profile" file on your home folder to start the pytwify, it's a script that runs when you log. If you want to use it, just append the following command in the ".profile" file:
/PYTWIFY_FOLDER/pytwify.py &