Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzulla/cron_tweet.php
Cronなどで回して、自動的に指定時刻にTweetをする君
https://github.com/uzulla/cron_tweet.php
Last synced: about 2 months ago
JSON representation
Cronなどで回して、自動的に指定時刻にTweetをする君
- Host: GitHub
- URL: https://github.com/uzulla/cron_tweet.php
- Owner: uzulla
- License: mit
- Created: 2015-08-17T06:59:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T15:43:16.000Z (over 9 years ago)
- Last Synced: 2023-03-23T12:14:03.994Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cron Tweeter
This used in YAPC::Asia Tokyo 2015.
## usage.
### 0. composer install
```
$ composer install
```see also
* ![Composer] https://getcomposer.org/
### 1. make post data
```
Y/m/d H:i:s[\t]Tweet Text
```see data.tsv
### 2. set to cron.
```
# example
* * * * * /path/to/php /path/to/cron.php
```## reset last execute date.
```
$ rm last_run_time.txt
```## LICENSE
see LICENSE.