23 lines
364 B
Bash

#python -m venv /venv
#! source /venv
. /venv/bin/activate
pip install python-telegram-bot requests selenium Pillow
pip freeze > requirements.txt
pip install ....
cd agent-py-bot/
# ToDo
make the telegram bot think while getting the response
/ask who are you
/ai test
/ask how to print numbers 1 to 100 in python? mark your answers in python code blocks