Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caferrari/pytwify
(u|k|x|edu)buntu Twitter Notification daemon
https://github.com/caferrari/pytwify
Last synced: about 1 month 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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-21T16:43:35.000Z (almost 15 years ago)
- Last Synced: 2024-10-28T05:39:07.448Z (3 months 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 &