Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 781 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 781 Bytes

PolitoGroupHelp_bot

A Telegram bot to help admins of a network telegram groups. Created on the trail of Group Help, it adds some functionalities that we, as a group, found missing.

Code contribution instructions

The branch main contains the (stable and tested) code that can be safely be put into production.

For adding new features, please create a new branch dev/<branch_name>. Once you have cloned this repository, create a new branch from it, using git switch or git checkout -b. You can't directly push to main, so you can't destroy anything here.

Be sure to not publish any token or user ID in this repository, since it could be potentially seen from other malicious users.

Features

No features yet... add some by creating a new branch and a pull request