Skip to content

A Pluggable And Powerful Telegram Manager Bot

License

Notifications You must be signed in to change notification settings

Rafewm/FridayUserbot

 
 

Repository files navigation

FRIDAY-USERBOT 🇮🇳

A Powerful, Smart And Simple Userbot In Telethon. Powered By NoSpam+

Support

Method

KeyFeatures

  • Multiple Client Support.
  • AssistantBot Support.
  • Channel Sticker / Post Appender Support.
  • Yet Fast - Powered By FastTelethon.
  • Smart & Powerful Tools.
  • Customizable.
  • Much Cleaner And Stable.
  • Daily Maintained.
  • NoSpam+ Support.

Deploying To Heroku

Deploy To Heroku

Developers // Maintainers

This is Team Project And We All Maintained This Together :)

String Session

Repl

Run on Repl.it

Self-hosting (For Devs)

Simply clone the repository and run the main file:

# Install Git First // (Else You Can Download And Upload to Your Local Server)
$ git clone https://github.com/DevsExpo/FridayUserbot
# Open Git Cloned File
$ cd FridayUserbot
# Config Virtual Env (Skip is already Done.)
$ virtualenv -p /usr/bin/python3 venv
$ . ./venv/bin/activate
# Install All Requirements 
$ pip(3) install -r requirements.txt
# Create local_config.py with variables as given below
# Start Bot 
$ python(3) -m fridaybot

Mandatory Configs

[+] If You Running Friday On A Deploy Services With Config Env Support Like Heroku, Zeet.co, Please Set "ENV" To True , Else For Self Host Services Like Digital Ocean Just Make A Local Config And Put Vars Given Below.
    [-] APP_ID:   You can get this value from https://my.telegram.org
    [-] API_HASH :   You can get this value from https://my.telegram.org
    [-] STRING_SESSION : Your String Session, You can get this From Repl or BY running StringGen File Locally
    [-] TG_BOT_TOKEN_BF_HER : Your Bot Token Obtained From @BotFather 
    [-] PRIVATE_GROUP_ID : Id of group where you wanna log important logs, Private group is recommended for this
    [-] DATABASE_URL: Data Base Url, You Can Get this from Elephant Sql, Or You can even make a heroku app to get Free DataBase. 
[+] The fridayUserbot will not work without setting the mandatory vars.

Example Of local_config File.

class Development(object):
  APP_ID = 462568 
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  STRING_SESSION = "ncdjkxasgcjsvdxjgsvdhgqwacshxfbcsahfxdcshadcvhqwvdugvd=="
  TG_BOT_TOKEN_BF_HER = "1220575415:AAF2nMFubPxBvOHIUHIvJk-9"
  PRIVATE_GROUP_ID = -100535552668
  DATABASE_URL = "postgres:https://jchzxwhkwuhbldjnxqfp:142.compute1.amazonaws.com:5432/d14c1pas7r1clf"

Licence

GNU GPLv3 Image

FridayUserbot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

A Pluggable And Powerful Telegram Manager Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%