gzuuus / 2140meetups_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

2140_bot

Get the meetups information in a interactive way in the telegram group

Spin up the project

Requirements: Docker installed

# Build the container
docker compose build
# Two-in-one: Build and start the container. The brackets block is optional
docker compose up [--build]

Dockerfile (TODO)

We cannot spin up the container just using the Dockerfile. Future implementation will work just with that file. From now, we use docker-compose.yml

# NOT working...
docker build -t 2140-bot .
docker run --rm  -v ./bot:/usr/local/ --name bot_container 2140-bot

About


Languages

Language:Python 97.7%Language:Dockerfile 2.3%