nikitos4319 / TheReporter

Telegram bot for bug report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Telegram bot for bug report

License:MIT License


Languages

Language:Python 100.0%