2024-04-30 00:49:19 +00:00
2024-04-17 09:06:42 +05:30
2024-04-29 22:38:37 +00:00
2024-04-30 00:35:34 +00:00
2024-04-17 09:13:32 +05:30
2024-04-29 22:38:37 +00:00
2024-01-04 23:27:16 +00:00
2024-04-17 09:01:52 +05:30
2024-04-14 08:58:19 +00:00
2024-04-23 17:18:06 +00:00
2024-04-14 08:58:19 +00:00
2023-02-08 23:19:01 +05:30
2024-04-17 09:01:52 +05:30
2024-04-29 22:40:18 +00:00
2024-04-21 21:10:59 +05:30
2024-01-06 19:46:41 +00:00
2024-01-05 07:53:53 +05:30
2024-01-04 23:58:24 +00:00
2023-10-30 13:37:28 +00:00
2024-04-14 08:58:19 +00:00
2024-01-31 12:15:56 +05:30

🌕 Moon-Userbot

Moon-Userbot

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

A Simple, Fast, Customizable, Ai powered Userbot for Telegram made after Dragon-Userbot abandoned

🤖 Ai powers

  • Gemini Pro Ai [ ]
    • Ask/Chat with Ai
    • Get details from image
    • Cooking instructions
    • Ai Marketer
  • Cohere Coral Ai [ ]
    • Ask/Chat with Ai
    • UP-TO Date Info
    • Site-Search Support
    • Chat History Support
  • ChatGPT 3.5 Turbo [ ]
    • Ask/Chat with Ai
  • SDXL [ ]
  • DALL-E 3 [ ]
  • Upscaling []
  • Text to Image []

🚀 Installation

🏕️ Necessary Vars

  • API_ID - Get it from my.telegram.org
  • API_HASH - Get it from my.telegram.org
  • PM_LIMIT - set your pm permit warn limit
  • DATABASE_URL - ONLY for MongoDB, your mongodb url
  • DATABASE_NAME - set to db.sqlite3 if want to use sqlite3 db else leave blank
  • DATABASE_TYPE - set to sqlite3 if want to use sqlite3 db else leave blank

Optional Vars

  • STRINGSESSION

    • only If you want to use on cloud hosts use string_gen.py to generate OR Run on Repl.it
    • Necessary for deployment through Docker/Koyeb
  • APIFLASH_KEY - ONLY, If you want to use web screnshot plugin You can get it from here

  • RMBG_KEY - ONLY, If you want to use removbg plugin You can get it from here

  • VT_KEY - ONLY, If you want to use VirusTotal plugin You can get it from here

  • GEMINI_KEY - ONLY, If you want to use gemini ai plugin You can get it from here

  • COHERE_KEY - ONLY, If you want to use cohere ai plugin You can get it from here

  • VCA_API_KEY - ONLY, If you want to use ai tools like sdxl,upscale plugin You can get it from here

☁️ Cloud Host

Deploy To Koyeb

🐳 Docker

docker run --env API_ID=your_api_id --env API_HASH=your_api_hash --env DATABASE_TYPE=db_type --env STRINGSESSION=your_string_session --env PM_LIMIT=pm_permit_warn_limit --env DATABASE_NAME=db_name --env DATABASE_URL=mongo_db_url --env APIFLASH_KEY=api_flash_key --env RMBG_KEY=rmbg_key --env VT_KEY=vt_key --env GEMINI_KEY=gemini_key --env COHERE_KEY=cohere_key --env VCA_API_KEY=vc_key -d qbtaumai/moonuserbot:latest

NOTE: Make Sure you add appropriate env vars

🖥️ Local Host

##Linux, Windows [only wsl]

Update the packages

 sudo apt update && sudo apt upgrade -y

Install Git[If installed ignore]

 sudo apt install git

Clone the repo

 git clone https://github.com/The-MoonTg-project/Moon-Userbot.git

Setup

 cd Moon-Userbot/ && sudo bash install.sh

📱 Termux (use GitHUb version)


Full Installation instruction Given here

NOTE: If you choose MongoDB for your cloud then you need to setup mongo_db_url

Recommended: sqlite

🐩 Contributions

Contributions of any type are welcome like custom_modules etc. Feel free to do pull-request's with your changes!

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

👨🏻‍💻 Support

👨🏻‍💼 Credits

Written on Pyrogram[Pyrofork]❤️ and pytgcalls❤️

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.
Description
A Simple, Fast, Customizable, Ai powered Userbot for Telegram with most easiest installation. Built in python using pyrofork(pyrogram)
Readme GPL-3.0 906 KiB
Languages
Python 92.8%
Shell 6.8%
Nix 0.3%
Dockerfile 0.1%