BOT_TOKEN=<your bot token>
INTERVAL=<number of hours between notifications>
```
3. Run the bot:
- Using go
```bash
go run main.go -e .env
```
- Using Docker
```bash
docker build -t contract-mon -f Dockerfile ../
docker run -v $(pwd)/.env:/.env -it contract-mon -e /.env
```
## Create a bot
- Open telegram app
- Create a new bot
```ordered
1. Find telegram bot named "@botfarther"
2. Type /newbot
```
- Get the bot token
```ordered
1. In the same bot named "@botfarther"
2. Type /token
3. Choose your bot
```