Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 386 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 386 Bytes

proyecto-seguridad

Env File

DATABASE_URL = "<YOUR DATABASE URL>"

File should be named ".env" without quotes

Database

For now we will be using SQLite, you can set your DATABASE_URL to: "sqlite:///./db.db"

Running

To run the bot first install the dependencies with

pip install -r requirements.txt
alembic upgrade head

And run with

python main.py