https://github.com/enescakir/boun-yemekci
A slack bot that reminds cafeteria's lunch menu
https://github.com/enescakir/boun-yemekci
bogazici-university lunch menu slack-bot
Last synced: 2 months ago
JSON representation
A slack bot that reminds cafeteria's lunch menu
- Host: GitHub
- URL: https://github.com/enescakir/boun-yemekci
- Owner: enescakir
- License: mit
- Created: 2017-05-05T20:34:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T10:12:45.000Z (over 7 years ago)
- Last Synced: 2025-03-27T16:54:35.264Z (3 months ago)
- Topics: bogazici-university, lunch, menu, slack-bot
- Language: HTML
- Homepage:
- Size: 59.6 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boun Yemekçi
A bot that reminds Bogazici University Cafeteria Meal List## Run locally
```sh
$ git clone https://github.com/EnesCakir/boun-yemekci.git
$ cd boun-yemekci
$ npm install
$ npm start
````.env file template`
```
BOT_TOKEN=
BOT_NAME=
BOT_CHANNEL=
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
```Your app should now be running on [localhost:5000](http://localhost:5000/).