Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/labot
https://github.com/kotarot/labot
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kotarot/labot
- Owner: kotarot
- Created: 2016-02-29T09:26:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T13:57:37.000Z (over 4 years ago)
- Last Synced: 2024-11-19T00:47:22.583Z (2 months ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labot
* [google-api-php-client](https://github.com/google/google-api-php-client) is required.
## crontab
```
# Slack and Hackey
0 8 * * * /path/to/labot/slack_post_daily.sh
*/10 * * * * /path/to/labot/hackey_minutely.sh > /dev/null 2>&1# Mastodon
0 8 * * * php /path/to/labot/mastodon_post_yahooweather.php; php /path/to/labot/mastodon_post_zemi.php today
0 10 * * * php /path/to/labot/mastodon_post_hitokoto.php coffee
0 12 * * * php /path/to/labot/mastodon_post_hitokoto.php lunch
0 14 * * * php /path/to/labot/mastodon_post_hitokoto.php nap
0 15 * * * php /path/to/labot/mastodon_post_hitokoto.php oyatsu
0 17 * * * php /path/to/labot/mastodon_post_hitokoto.php beer
0 18 * * * php /path/to/labot/mastodon_post_scramble.php
0 21 * * * php /path/to/labot/mastodon_post_zemi.php tomorrow
0 0 * * * php /path/to/labot/mastodon_post_hitokoto.php gotobed*/1 * * * * php /path/to/labot/mastodon_post_train.php
*/10 * * * * php /path/to/labot/mastodon_post_rainfall.php*/2 * * * * /path/to/labot/mastodon_streaming.sh
1 3 * * * /path/to/labot/mastodon_streaming_kill.sh*/2 * * * * /path/to/labot/RasPi_lightning/lightning_mastodon.sh
1 6 * * * /path/to/labot/RasPi_lightning/lightning_mastodon_kill.sh
```