Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.39 KB

File metadata and controls

29 lines (21 loc) · 1.39 KB

SmudgeLord - Telegram Python bot

SmudgeLord is a bot developed in python3 with some fun and useful commands

Can be found as SmudgeLord on Telegram.

Codacy Badge Code style: black

How to host locally

Install the requirements Dependencies (Only works in Python3) pip install -r requirements.txt

After all the requirements are installed, open smudge folder, rename example.config.py to config.py and put what is requested in the file (The explanations are all inside).

To run the bot execute this command: python -m smudge

License (GPL-3.0)

SmudgeLord (A telegram bot project)
Copyright (C) 2021 Renatoh Ribeiro

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.