Skip to content

dark69gpt/DraculaUserbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dracula UserBot

Best Light Weight UserBot For Telegram

Features

  • You Just Need to Fork This Repo and deploy it.
  • Just install requirements.txt and make the .env file and it's ready for deployment.

FORK THIS REPO

Requirements

  • Your Api Id and Hash, Get it From Here

  • Your String Session, Get it From Here

  • An Github Account. Make an Account On Github

  • News Api from Here (Optional)

  • An Telegram Account 😁.

Deploying You Own Userbot (Local)

  • After Fork, clone this repository to you local machine using the following command
    git cline https://github.com/shivamsaksham/DraculaUserbot.git
  • Open the Cloned Folder and Create a new Virtual Environment.
# if virtual environment package not installed, install it using the following command
pip install virtualenv

# Create the virtual environment
virtualenv venv
  • once Virtual Environment is created, you can activate it using the following command
venv/Scripts/activate
  • Once Activated install the requirements.txt using the following command
pip install -r requirements.txt
  • Once the requirements.txt is installed, You have to create .env file and add Some Values that Belongs to You

  • Create the .env file with the following values

STRING_SESSION="put you string session here generated from <a href="https://replit.com/@Raavann/Gabbar-UserBot" target="_blank">https://replit.com/@Raavann/Gabbar-UserBot</a>"
API_KEY= "put your telegram account api key here"
API_HASH="put you telegram account hash here"
NEWS_API="the news API"

  • Once all the environment values have been set, it's time to runt the Bot with the following command
python main.py
  • That's all, now use your UserBot.

  • Hope You don't get any error. If you get any error. Contact Us Here

Contribute (Open Source)

  • We are open to any type of Contributions.

  • Provide clear message while making pull requests.

  • Join Our Community

πŸ”— Links

portfolio

About

The light weight Userbot for telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Procfile 0.2%