Skip to content

TeamRyoishin/Alphonse

 
 

Repository files navigation

🅰🅻🅿🅷🅾🅽🆂🅴 🆄🆂🅴🆁🅱🅾🆃

A Powerful Telegram userbot based on Telethon . Alphonse logo

Open Source Love Maintenance Repo Size GitHub license GitHub issues PR Open PR Closed GitHub contributors

GitHub forks GitHub stars

How to deploy Alphonse

Tutorial

  • Railway Deploy - Full Tutorial
  • Heroku Comming Soon.

Heroku Deploy

  • Deploy

Railway Deploy

  • Deploy on Railway

Deploy On Qovery

  • Deploy

Deploy Locally

# Install Git First // (Else You Can Download And Upload to Your Local Server)
$ git clone https://github.com/TeamAlphonse/Alphonse
# Open Git Cloned File
$ cd Alphonse
# Install All Requirements 
$ pip(3) install -r requirements.txt
# Create local.env with variables as given below
# Start Bot 
$ python(3) -m userbot

Documentation

  • Soon Complete

Variables

  • APP_KEY = Get this value from my.telegram.org
  • API_HASH = Get this value from my.telegram.org
  • STRING_SESSION = Get this by using Repl.it or from terminal.
  • BOTLOG_CHATID = Make A Private Chat And Get it's ID.
  • DATABASE_URL = A Postgresql database url.

Session String

  • Open Repl Link.
  • Click on Green Play Button.
  • Wait for requirements to finish.
  • Fill API ID, API HASH, Phone number (with country code).
  • Paste the OTP received on Telegram.
  • If You have Enabled 2-Step Verification then fill your password.
  • Your String Session Will be saved in your Telegram Saved Message.
  • There's a bug in repl which prints your input twice or more. You need to long tap and paste the required information in repl.
  • Run on Repl.it

Generate String With Terminal

  • Open the terminal.
  • Paste this code.

pkg install python wget -y && pip install telethon && wget https://raw.githubusercontent.com/TeamAlphonse/Alphonse/master/string_session.py && python3 string_string.py

  • Fill API ID, API HASH, Phone number (with country code).
  • Paste the OTP received on Telegram.
  • If You have Enabled 2-Step Verification then fill your password.
  • Note that Termux Doesn't show passwords when filled. Just paste your password and hit enter.
  • Your String Session Will be saved in your Telegram Saved Message.

Telegram Support 🏪

  • Telegram Group
  • Telegram Channel
  • Telegram Devs

Disclaimer

              YOU ARE FOREWARNED
Your Telegram account may get banned.   
Alphonse or we are not responsible for your account, 
This bot is intended for the purpose of having fun with some fun commands 
and group management with some helpfull commands.

If  you ended up spamming groups, getting reported left and right, 
and you ended up in being fight with Telegram 
and at the end Telegram Team deleted your account. DON'T BLAME US.

No personal support will be provided / We won't spoon feed you. 
If you need help ask in our support group 
and we or our friends will try to help you.

Thanks for using our bot 

License

License
Alphonse is licensed under GNU Affero General Public License v3 or later.

Copyright © 2021, Alphonse. Released under the Licence..

Credits

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%