|
hace 5 meses | |
---|---|---|
app | hace 5 meses | |
config | hace 5 meses | |
tests | hace 5 meses | |
.env.sample | hace 5 meses | |
.gitignore | hace 5 meses | |
LICENSE | hace 5 meses | |
README.md | hace 5 meses | |
poetry.lock | hace 5 meses | |
pyproject.toml | hace 5 meses | |
sastrabot.py | hace 5 meses |
Telegram bot sends verses from scriptures by requests Text based requests suports now only
https://github.com/ISKCON-developers-community/sastra-bot.git
cd sastra-bot
python 3.9 -m venv env
then acivate it. env/bin/activate
pip install -r requirements.txt
cp .env.sample .env
python sastrabot.py
make create
and make run
. To using make command in Windows watch https://earthly.dev/blog/makefiles-on-windows/ or run with related docker commands from Makefile