Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuki-yano/nico_tweet
https://github.com/yuki-yano/nico_tweet
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-yano/nico_tweet
- Owner: yuki-yano
- Created: 2013-11-24T14:15:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T14:24:32.000Z (over 9 years ago)
- Last Synced: 2024-10-15T18:44:14.783Z (2 months ago)
- Language: Ruby
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#nico_tweet
ニコニコの特定のタグ新着動画をツイートするやつ
## Install
```
git clone https://github.com/tigberd/rss_tweet.git
cd rss_tweet
bundle install
cp config/template.yml config/hoge.yml
touch log/hoge
vi config/hoge.yml
```## Tweet
```
bundle exec bin/rss_tweet config/hoge.yml
```## Cron
```
*/20 * * * * cd /path/to/file; bundle exec bin/rss_tweet config/hoge.yml
```