Skip to content

bitson/bitsonbot

Repository files navigation

Clonar el repositorio

git clone [email protected]:bitson/bitsonbot.git

o

git clone https://github.com/bitson/bitsonbot.git

crear el entorno virtual (virtualenvwrapper)

mkvirtualenv -p $(which python3) bitsonbot

Instalamos los requirements.

cd bitsonbot
pip install -r requirements.txt

Creamos la base de datos (docker)

docker run --name bitsonbot -e POSTGRES_PASSWORD=bitson -e POSTGRES_USER=bitsonbot -e POSTGRES_DB=bitsonbot -p 5432:5432 -d postgres
PYTHONPATH=. alembic upgrade head

Corremos el bot

./run.py TOKEN

About

Our Telegram Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published