Skip to content

azofficial/WolfUserBot-1

 
 

Repository files navigation

Wolf User Bot

logo

Build Status Codacy Badge Last Commit Contributers Forks DeepSource

What is it?

WolfUserBot is a modular Telegram userbot running on Python3, which can be coupled up with Heroku.

WolfUserBot is currently maintained by Rajveer ϻʀ 𝗦ᴀᴍᴍʏ┃WᴏʟꜰGᴀɴɢ┃ 🐺 . It started as a simple bot,

which helped with group management, WolfUserBot.

It has since evolved, becoming extremely modular and simple to use.

How To Host?

The easiest way to deploy this great bot! is click on button below Make sure you have an account of heroku and follow all the steps required.

Deploy to Heroku: Deploy To Heroku

The Easy Way to deploy the bot

Get APP ID and API HASH from HERE and BOT TOKEN from Bot Father and then Generate stringsession by clicking on run.on.repl.it button below and then click on deploy to heroku . Before clicking on deploy to heroku just click on fork and star just below

wolfuserbot logo

Heroku Configuration Simply just leave the Config as it is.

Mandatory Vars

  • Only two of the environment variables are mandatory.

  • This is because of telethon.errors.rpc_error_list.ApiIdPublishedFloodError

  • The userbot will not work without setting the mandatory vars.

from sample_config import Config
class Development(Config):
  APP_ID = 6
  API_HASH = "3eeb1aeb98ae0f581eeb06d4abfb49dc"
  TG_BOT_TOKEN_BF_HER = ""
  TG_BOT_USER_NAME_BF_HER = ""
  UB_BLACK_LIST_CHAT = []
  # specify LOAD and NO_LOAD
  LOAD = []
  NO_LOAD = []

Groups and support

if you want new features, or announcements, you can follow our Project Updates Channel.

For discussion, bug reporting, and help, you can join WolfUserBot Support Group.

How to setup Google Drive

SetGDRIVE

#include <std/disclaimer.h>
/**
    Your Telegram account may get banned.
    I am not responsible for any improper use of this bot
    This bot is intended for the purpose of having fun with memes,
    as well as efficiently managing groups.
    You ended up spamming groups, getting reported left and right,
    and you ended up in a Finale Battle with Telegram and at the end
    Telegram Team deleted your account?
    And after that, then you pointed your fingers at us
    for getting your acoount deleted?
    I will be rolling on the floor laughing at you.
/**

Credits

License

This userbot licensed on WolfGangIndia/WolfUserBot is licensed under the GNU General Public License v3.0 - Version 3, 29 June 2007

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%