Skip to content

trzpro/Telegram-SedenUserBot

 
 

Repository files navigation

Seden UserBot

GitHub repo size GitHub

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 dependincies
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

Heroku Deploy

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%