Jabber bot template
Шаблон jabber-бота
|
hai 1 ano | |
---|---|---|
.gitignore | hai 1 ano | |
BotClass.py | hai 1 ano | |
README.md | hai 1 ano | |
config_template.py | hai 1 ano | |
requirements.txt | hai 1 ano | |
run.py | hai 1 ano |
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