thereporter

Telegram bot interface for bug report


Keywords
BUG, REPORT, TELEGRAM, BOT
License
MIT
Install
pip install thereporter==0.1

Documentation

TheReporter

Telegram bot for bug report

  1. Join telegram bot
  2. Create new project
  3. Install library

pip install thereporter

  1. Import and run

import thereporter

r = thereporter.Reporter(token='[token from bot]')

r.report('Hello world!',level=reporter.DEBUG)