https://github.com/tarlepp/unibot-lounas
Lounas plugin for UniBot
https://github.com/tarlepp/unibot-lounas
Last synced: 8 months ago
JSON representation
Lounas plugin for UniBot
- Host: GitHub
- URL: https://github.com/tarlepp/unibot-lounas
- Owner: tarlepp
- License: mit
- Created: 2014-12-27T15:09:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T16:08:29.000Z (over 11 years ago)
- Last Synced: 2025-03-27T13:51:43.309Z (about 1 year ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unibot-lounas
Lounas plugin for UniBot, this will basically fetch just specified lunch information from couple of sites. Currently
plugin supports following locations and restaurants:
**Jyväskylä** ```!lounas```
* Shalimar (http://www.ravintolashalimar.fi/)
* Jyväskylän vanha asemaravintola (http://vanhaasemaravintola.fi/)
* Trattorian Aukio (https://www.raflaamo.fi/jyvaskyla/trattoria-aukio)
* Pizzeria Best (http://www.pizzeriabest.fi/)
* Dynamo (http://www.sodexo.fi/jamk-dynamo)
**Tampere** ```!lounas tampere```
* Antell (http://www.antell.fi/lounaslistat/lounaslista.html?owner=84)
* Kirveli (http://lounaat.info/lounas/kirveli/tampere)
* Coriander (http://www.coriander-restaurant.com/)
Please note that this plugin relies heavily on those site HTML structure to get all needed information.
## Install
To your UniBot application
```npm install git://github.com/tarlepp/unibot-lounas --save```
And after that register new plugin on IRC channels what you need
```plugin [#channel] lounas```
ps. remember to restart your UnitBot.
## Usage
After installation just type ```!lounas``` or ```!lounas tampere``` on that channel.
## Test plugin
You can easily test plugin by following command:
```node test.js```
This will basically mimic specified IRC commands for this plugin and fetch actual data and show those on shell.