naytseyd / Telegram-SedenUserBot

Another python3 telegram userbot project. Made with pyrogram library.

Home Page:https://teamderuntergang.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seden UserBot

GitHub repo size GitHub Code style: black

Telegram Python Bot running on Python3 with a Postgresql Sqlalchemy database. It is an modular and simple to use bot.

#include <std/disclaimer.h>
/**
    Your Telegram account may be banned.
    I'm not responsible for misuse of bot, responsibility belongs entirely to user.
    This bot is maintained for fun as well as managing groups efficiently.
    If you think you will have fun by spamming groups, you are wrong.
    In case of any spam ban, if you come and write that my account has been banned,
    I'll just laugh at you.
/**

Run Bot

# Clone repo
git clone https://github.com/TeamDerUntergang/Telegram-SedenUserBot.git
cd Telegram-SedenUserBot

# Install pip dependencies
pip3 install -r requirements.txt

# Generate session from session.py (skip if there is already)
python3 session.py

# Create config.env and fill variables
mv sample_config.env config.env

# Run bot
python3 seden.py

Nix/NixOS

Just type nix-shell command in bot folder.

Heroku

Deploy

If you have any requests & complaints & suggestions, you can join our support group or please contact us through a GitHub issue.

Please go to our GitHub.io page for installation instructions! Questions asked without reading the instruction will not be answered.

Credits

License

This project is licensed under the AGPL-3.

About

Another python3 telegram userbot project. Made with pyrogram library.

https://teamderuntergang.github.io

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.2%Language:Shell 0.4%Language:Nix 0.3%Language:Dockerfile 0.1%Language:Procfile 0.0%