https://github.com/emsk/ruboty-hibari_bento
Ruboty handler to get information of Hibari Bento
https://github.com/emsk/ruboty-hibari_bento
Last synced: 3 months ago
JSON representation
Ruboty handler to get information of Hibari Bento
- Host: GitHub
- URL: https://github.com/emsk/ruboty-hibari_bento
- Owner: emsk
- License: mit
- Created: 2015-02-13T15:56:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T14:14:53.000Z (over 10 years ago)
- Last Synced: 2025-02-20T13:24:00.368Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruboty::HibariBento
Ruboty handler to get information of Hibari Bento, the bento shop in Ruby City MATSUE.
https://www.facebook.com/pages/ひばり弁当/1585734291650119
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-hibari_bento'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-hibari_bento
## Usage
Fetch new posts from the Hibari Bento Facebook page.
```
> ruboty bento pull
> ruboty bento fetch
> ruboty bento show
```You can specify the number of posts.
```
> ruboty bento pull 1
> ruboty bento fetch 2
> ruboty bento show 3
```Have a nice lunch!!
## ENV
```
HIBARI_BENTO_FACEBOOK_ACCESS_TOKEN - Facebook API access token
REDIS_URL - Redis URL (e.g. redis://:[email protected]:6379/)
REDISCLOUD_URL - Redis URL of Redis Cloud
REDISTOGO_URL - Redis URL of Redis To Go
```## Contributing
1. Fork it ( https://github.com/emsk/ruboty-hibari_bento/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request