Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickpegg/lita-untappd
Lita handler for interacting with Untappd
https://github.com/nickpegg/lita-untappd
Last synced: 17 days ago
JSON representation
Lita handler for interacting with Untappd
- Host: GitHub
- URL: https://github.com/nickpegg/lita-untappd
- Owner: nickpegg
- License: mit
- Created: 2014-07-01T02:45:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T14:55:26.000Z (over 3 years ago)
- Last Synced: 2024-10-31T19:15:04.217Z (2 months ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lita-untappd
Lita handler to pull checkins from Untappd and announce them in a channel. You'll eventually be able to check in beers, too!
Please excuse the mess, this is still very much a work in progress.
## Configuration
Add these to your Lita config:
```
config.handlers.untappd.client_id =
config.handlers.untappd.client_secret =
```If you'd like your bot to announce beers as they are drinked, you can tell it a channel to do so in:
```
config.handlers.untappd.channel = '#lolbeer'
```It'll hit the Untappd API to check for new checkins every 5 minutes. If you want to change that, you can set it with:
```
config.handlers.untappd.interval =
```## Usage
1. Identify yourself
2. Drink beer
3. Check beer in
4. Watch as your bot announces your alcoholism to the world### Identify yourself
```
untappd identify - Associate yourself to an Untappd username
untappd forget - Have the bot forget who you are
```### Miscellaneous
```
untappd fetch - Manually fetch checkins. Will be removed later to be nice
to the Untappd API
```## License
[MIT](http://opensource.org/licenses/MIT)