https://github.com/if1live/unity-release-bot
Twitter bot for notify new unity release.
https://github.com/if1live/unity-release-bot
Last synced: 2 months ago
JSON representation
Twitter bot for notify new unity release.
- Host: GitHub
- URL: https://github.com/if1live/unity-release-bot
- Owner: if1live
- License: mit
- Created: 2017-01-06T07:20:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:13:21.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T18:15:01.441Z (4 months ago)
- Language: HTML
- Homepage: https://twitter.com/unityreleasebot
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Release Bot
Twitter bot to notify new unity release. https://twitter.com/unityreleasebot
[](https://travis-ci.org/if1live/unity-release-bot)
## Features
* Read RSS Feed
* Patch release : https://unity3d.com/unity/qa/patch-releases/latest.xml
* beta : https://unity3d.com/unity/beta/latest.xml
* Read stable release from download page## Daemon
use bot.service```
$ sudo systemctl daemon-reload
$ sudo systemctl stop unity-release-bot
$ sudo systemctl start unity-release-bot
```