An open API service indexing awesome lists of open source software.

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

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/).