Skip to content

sebaubuntu-python/telegramma

Repository files navigation

telegramma

PyPi version Codacy Badge

Modular Telegram bot

Requires Python 3.8 or greater

Installation

  • Clone the repo
  • Execute pip3 install . to install all the dependencies
  • Copy example_config.py to config.py
  • Put a bot token in config.py
  • Edit additional variables in config.py

Instructions

python3 -m telegramma

License

#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: GPL-3.0-or-later
#