Skip to content

ufoptg/Akeno-Userbot

 
 

Repository files navigation

❄️ Akeno-Userbot

Screenshot_20240809-132044_Chrome

Open Source Love Maintenance GitHub Forks GitHub Stars Last commit Size Contributors License PRs Welcome

🚀 Deploy on VPS: (Python3.11+)

@root: git clone https://github.com/ufoptg/Akeno-Userbot
@root: cd Akeno-Userbot
@root: pip3 install -r requirements.txt
@root: mv .env_sample .env
@root: nano .env
@root: python3 -m Akeno

🎈 Support Hosting (bypass)

  • Heroku
  • Railway app
  • Render
  • Koyeb
  • Bypass server API + Userbot

🐳 Docker Run

docker run -it -p 7860:7860 --platform=linux/amd64 \
	-e API_ID="YOUR_VALUE_HERE" \
	-e API_HASH="YOUR_VALUE_HERE" \
	-e SESSION="YOUR_VALUE_HERE" \
	-e GOOGLE_API_KEY="YOUR_VALUE_HERE" \
	-e FEDBAN_API_KEY="YOUR_VALUE_HERE" \
	rendyprojects/akeno:dev

📊 Necessary Vars

☁️ Cloud Host

Deploy To Koyeb

Deploy To Heroku

Deploy to Render

⚠️ IMPORTANT NOTICE:

This project is no longer maintained. Use at your own risk.

Licence

                    GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007

  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.

                            Preamble

   The GNU General Public License is a free, copyleft license for
 software and other kinds of works.

About

Akeno userbot base on pyrogram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 2.1%
  • Other 0.9%