|
10 mēneši atpakaļ | |
---|---|---|
app | 10 mēneši atpakaļ | |
config | 10 mēneši atpakaļ | |
tests | 10 mēneši atpakaļ | |
.env.sample | 10 mēneši atpakaļ | |
.gitignore | 10 mēneši atpakaļ | |
LICENSE | 10 mēneši atpakaļ | |
README.md | 10 mēneši atpakaļ | |
poetry.lock | 10 mēneši atpakaļ | |
pyproject.toml | 10 mēneši atpakaļ | |
sastrabot.py | 10 mēneši atpakaļ |
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