Jabber bot template
Шаблон jabber-бота
L 226d5a8041 bot_log changed | 1 рік тому | |
---|---|---|
.gitignore | 1 рік тому | |
2023-04-14-bottickets.log | 1 рік тому | |
BotClass.py | 1 рік тому | |
README.md | 1 рік тому | |
applications.json | 1 рік тому | |
config_template.py | 1 рік тому | |
gen-passwords.py | 1 рік тому | |
open-st_request-assigned.py | 1 рік тому | |
requirements.txt | 1 рік тому |
python -m venv env
(for Windows) or python3 -m venv env
(for Linux)
3. .\env\Scripts\activate
or source env/bin/activate
4. pip install -r requirements.txt
5. python run.py