alzkdpf / telegram-report-bot

텔레그램 보고용 봇

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot

python telegram bot 연동 샘플

setup

  • insatll default virtual env

$virtualenv -p python3 venv
$. venv/bin/activate
  • install module
$cd telbot-1.0.0
$pip install -r ./install_required.txt
  • edit configuration

set your token value in '/config/service.cfg'

run

$cd telbot-1.0.0
$python ./bootstrap.py

About

텔레그램 보고용 봇


Languages

Language:Python 100.0%