|
5 months ago | |
---|---|---|
app | 5 months ago | |
config | 5 months ago | |
tests | 5 months ago | |
.env.sample | 5 months ago | |
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
poetry.lock | 5 months ago | |
pyproject.toml | 5 months ago | |
sastrabot.py | 5 months ago |
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