HueRtx / tgbot

What? Telegram bot?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple telegram weather bot

Installing & starting

Requirements

  • Python 3.8+
  • 512M+ ram (for normal system functionallity)
  • 1+ core processor
  • Normal internet

Installing

debian baseed systems apt update && apt install python3 python3-pip git && git clone https://github.com/HueRtx/tgbot && cd tgbot && pip install -r requirements.txt

Configuration

open config.toml and edit tokens

Starting

Test python3 -m app --test Release python -m app

About

What? Telegram bot?

License:MIT License


Languages

Language:Python 100.0%