Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

HueRtx/tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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