Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinoppyd/ruboty-chinachu
Roboty plugin work with Chinachu server
https://github.com/kinoppyd/ruboty-chinachu
Last synced: 7 days ago
JSON representation
Roboty plugin work with Chinachu server
- Host: GitHub
- URL: https://github.com/kinoppyd/ruboty-chinachu
- Owner: kinoppyd
- License: wtfpl
- Created: 2015-10-14T19:29:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T06:53:16.000Z (about 9 years ago)
- Last Synced: 2024-10-20T06:13:49.572Z (26 days ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruboty::Chinachu
Ruboty plugin work with Chinachu server(nam://chinachu.moe/)
This plugin inform you what program reserved and recorded
## Installation
Add this line to your Ruboty's Gemfile:
```ruby
gem 'ruboty-chinachu'
```And then execute:
$ bundle install
## dependency
Latest Chinachu required
## ENV
```shell
CHINACHU_API_ENDPOINT - API endpont address you Chinachu server
CHINACHU_LOGIN - BASIC login name (Option: if you use BASIC Auth)
CHINACHU_PASSWORD - BASIC login pass (Option: if you use BASIC Auth)
CHINACHU_PROGRAM_FORMAT - Output program summary format string
```## Usage
```shell
ruboty list reserved # show reserved programs list in this 24 hours
ruboty list broadcasting # show broadcasting programs list
ruboty list recording # shwo now recording programs list
ruboty list recorded # show recorded programs list in this 24 hours
```## LICENSE
WTFPL
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruboty-chinachu. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.