A Simple, Fast, Customizable, Ai powered Userbot for Telegram made after Dragon-Userbot abandoned
[!WARNING] The use of this Telegram Userbot is at your own risk, and you are solely responsible for any consequences that may arise from your use of this Userbot. The developer of this Userbot shall not be held liable for any damages or consequences that may occur as a result of your use of this software, whether such use is lawful, unlawful, or malicious. By using this Userbot, you acknowledge that you have read and understood this warning, and that you agree to comply with all applicable laws and regulations, and to use this software responsibly and ethically.
API_ID
- Get it from my.telegram.orgAPI_HASH
- Get it from my.telegram.orgPM_LIMIT
- set your pm permit warn limitDATABASE_URL
- ONLY for MongoDB, your mongodb urlDATABASE_NAME
- set to db.sqlite3
if want to use sqlite3 db else leave blankDATABASE_TYPE
- set to sqlite3
if want to use sqlite3 db else leave blankSTRINGSESSION
[!IMPORTANT]
STRINGSESSION
is necessary for deployment through Docker/Cloud Host etc.
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
Koyeb | Heroku | Render |
---|---|---|
For Detailed Guide refer to wiki
You can either use docker run
or docker compose
.
docker-compose.yml
, version 2.x for compose.yml
).env
file check .env.dist for example formatdocker run
:We also push images to Docker Hub, so you can use the following commands to start and update the service:
docker run --env-file ./.env -d qbtaumai/moonuserbot:latest
docker run --env-file ./.env -d qbtaumai/moonubcloud:latest-cloud
docker stop $(docker ps -q)
then re-run the start command
docker compose
[recommended]:docker-compose.yml
):If you're using Docker Compose version 1.x, use the following commands to start and update the service:
docker-compose -f docker-compose.yml up -d
docker-compose -f docker-compose.yml down && docker-compose -f docker-compose.yml pull && docker-compose -f docker-compose.yml up -d
compose.yml
):If you're using Docker Compose version 2.x, use the following commands to start and update the service:
docker compose -f compose.yml up -d
docker compose -f compose.yml down && docker compose -f compose.yml pull && docker compose -f compose.yml up -d
[!IMPORTANT] Make Sure you add appropriate env vars
There are instructions for installing on several different Unix distributions on the Git website, at https://git-scm.com/download/linux
git clone https://github.com/The-MoonTg-project/Moon-Userbot.git
cd Moon-Userbot
chmod +x install.sh
./install.sh
Installer tested on:
Feel free to test on other distros and let us know!
[!TIP] 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 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
[!WARNING] The use of this Telegram Userbot is entirely at your own risk. The developer of this Userbot is not responsible for any misuse, damage, or legal consequences that may arise from your use of this software.
It is your responsibility to ensure that you use this Userbot in accordance with all applicable laws and regulations, and that you do not engage in any activities that may cause harm to others or violate their privacy. This includes, but is not limited to, the use of this Userbot to send spam, harass others, or engage in any other form of unlawful or malicious activity. The developer of this Userbot does not endorse or condone any such activities, and any such use of this software is strictly prohibited. By using this Userbot, you acknowledge that you are solely responsible for your own actions and that the developer of this Userbot shall not be held liable for any damages or consequences that may arise from your use of this software. It is your responsibility to ensure that you have obtained all necessary permissions and consents before using this Userbot to interact with others, and that you respect their privacy and rights. The developer of this Userbot shall not be held liable for any breach of privacy or rights that may occur as a result of your use of this software.
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.