Randomly decide restaurant for lunch every weekdays.
-
Create a
.env
file in the root of project folder containing the environment variables,TOKEN=<your token here> CHAT_ID=<your chat id here> MSG_TIME=12:15
-
choose either option below to run the application:
- Set your
MSG_TIME
inapp/main.py
- Set your
TOKEN
andCHAT_ID
inapp/tg/config.py
- Start the application with the following command:
cd app/ pip install -r requirements.txt python main.py
- Set your
MSG_TIME
,TOKEN
andCHAT_ID
indocker-compose.yml
- Start the container with the following command:
docker-compose up -d
- Set your