https://github.com/dantleech/snottwitterd
Stupid Twitter Notification Daemon
https://github.com/dantleech/snottwitterd
Last synced: 10 months ago
JSON representation
Stupid Twitter Notification Daemon
- Host: GitHub
- URL: https://github.com/dantleech/snottwitterd
- Owner: dantleech
- Created: 2014-12-27T22:22:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T17:32:36.000Z (about 11 years ago)
- Last Synced: 2025-01-30T15:44:23.225Z (over 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snottwitterd
============
Stupid Notification Twitter Daemon.
This simple script will poll Twitter every 120 seconds (by default) and send
a notification to the desktop using `notify-send`.
To use it you will need to create an application on your twitter account and
copy the `config.dist.php` file to `config.php` and fill in the details that
you will find at https://apps.twitter.com.
Then install the dependencies using [composer](https://getcomposer.org):
````
$ composer install
````
Then run the daemon in whichever manner you see fit.
````
$ php snottwitterd.php
````
You will receive desktop notifications for new Twits.