fajarikhsan27 / Naya-Userbot

Remake Ultroid Userbot Write With Python Based Telethon and Pyrogram . Use redis database or mongo run on heroku or vps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayra Logo

иᴀʏᴀ ꭙ ᴜꜱᴇʀʙᴏᴛ​

A stable pluggable Telegram userbot + Voice & Video Call music bot, based on Telethon and Pyrogram

Last Commit Open Source Love Maintenance CodeQuality GitHub Forks GitHub Stars

Disclaimer

Saya tidak bertanggung jawab atas penyalahgunaan bot ini.
Bot ini dimaksudkan untuk bersenang-senang sekaligus membantu anda
mengelola grup secara efisien dan mengotomatiskan beberapa hal yang membosankan.
Gunakan bot ini dengan risiko Anda sendiri, dan gunakan userbot ini dengan bijak.

DATABASE REQUIRETMENTS CHOOSE ONE :

  • MONGODB
  • REDIS

Tutorial To Get Redis DB URL and Password

Redis

Process For Creating DB :-

  • Go To Redis.com and click "Try Free" in Top Right Corner.
  • Fill All The Required Details Like email, first and last name, password, etc.
  • Tick Below "I agree the corresponding...Privacy Policy." and Click "Get Started".
  • Now Check Your Email, and click the "Activate Now" sent by redislabs via email.
  • Now Login and Chose Free Plan in "Fixed Size" Area and Write any name in "Subscription Area".
  • On the Next Page Write Database Name and click Activate.

Congrats! Your DB has been created 🥳

Process For Getting DB Credentials:-

  • Wait 5 mins after DB creation.
  • Then There Would Be 2 Things Named "Endpoint" and "Access Control & Security".
  • Copy Both Of Them and Paste Endpoint url in REDIS_URI and "Access ...Security" in REDIS_PASSWORD.
🔗 Deploy Via Screen

sudo apt-get update && sudo apt-get upgrade -y

sudo pip3 install -U pip

sudo apt-get install python3-pip ffmpeg -y

git clone https://github.com/naya1503/Naya-Userbot

cd Naya-Userbot

bash installer.sh

nano .env

  • Jika anda menggunakan mongodb maka isi pada .env MONGO_URI tetapi jika anda menggunakan redis maka isi REDIS_URI dan REDIS_PASSWORD
  • isi vars .env API_ID, API_HASH, DAN SESSION
  • Jika sudah
  • ketik ctrl + S
  • ctrl + X

screen -S naya

bash start

🔗 Deploy Via Docker

curl -sSL https://get.docker.com | sh

git clone https://github.com/naya1503/Naya-Userbot

cd Naya-Userbot

cp sample.env .env

nano .env

  • Jika anda menggunakan mongodb maka isi pada .env MONGO_URI tetapi jika anda menggunakan redis maka isi REDIS_URI dan REDIS_PASSWORD
  • isi vars .env API_ID, API_HASH, DAN SESSION
  • Jika sudah
  • ketik ctrl + S
  • ctrl + X

docker build . -t naya

docker run --name namalu --cpus 1.2 --memory 500m --env-file .env naya

🔗 Deploy on Heroku
• Silakan isi vars yang diperlukan API_ID, API_HASH, SESSION, HEROKU_API dan HEROKU_APP_NAME

Click The Button

Special Thanks To

© Credits

Made By

  • TeamUltroid-Devs

Remake By

  • Kynan.

License

License
Naya-Userbot is licensed under GNU Affero General Public License v3 or later.

About

Remake Ultroid Userbot Write With Python Based Telethon and Pyrogram . Use redis database or mongo run on heroku or vps

License:GNU General Public License v3.0


Languages

Language:Python 99.5%Language:Shell 0.4%Language:Dockerfile 0.0%