Telegram Python Bot running on Python3 with a Postgresql Sqlalchemy database. It is a modular and easy-to-use bot.
# -*- coding: utf-8 -*-
"""
DISCLAIMER:
The use of this Telegram bot is subject to the following terms:
- Your Telegram account may be banned due to misuse of the bot.
- The responsibility for any misuse of the bot lies entirely with the user.
- This bot is primarily maintained for facilitating efficient group management and for entertainment purposes.
- Engaging in spam activities within groups is strongly discouraged.
- If your account is banned due to spamming, any requests for assistance will not be entertained.
"""
Click to expand!
# Clone repo
git clone https://github.com/TeamDerUntergang/Telegram-SedenUserBot.git
cd Telegram-SedenUserBot
# Create and activate a virtual environment (you can change 'sedenify-venv' to your preferred name)
python3 -m venv sedenify-venv
source sedenify-venv/bin/activate
# Install Python dependencies
pip install -r requirements.txt
# Generate a session file if it doesn't exist
python3 session.py
# Create a configuration file and fill in the required variables
cp sample_config.env config.env
# Then fill in the necessary variables in config.env
# Run bot
python3 seden.py
To set up the bot in a Nix/NixOS environment, navigate to the bot folder and execute the nix-shell
command.
If you have any requests, complaints, or suggestions, please feel free to reach out to us.
- Join our support group for assistance.
- Submit a GitHub issue to report any problems or provide feedback.
For installation instructions, please visit our GitHub.io page. We kindly request that you read the instructions carefully before asking questions, as questions that can be answered by following the instructions may not receive a response.
Click to expand!
- @naytseyd - Founder
- @frknkrc44 - Operator
- @Sedenogen - Co-Founder
- @Delivrance - Pyrogram Library
- @Skittles9823 - Memes
- @RaphielGang - Other Modules
- All Contributors
This project is licensed under the GNU Affero General Public License v3.0.