Documentation
Documentation
Welcome to the Moon Userbot documentation!
Getting Started
Step 1: Prerequisites
Before installing Moon Userbot, you’ll need:
- A Telegram account (not recently registered)
- Telegram API credentials from my.telegram.org
- A method of deployment (Cloud, Docker, or Local)
Step 2: Get Your API Credentials
- Visit my.telegram.org
- Log in with your Telegram account
- Click “API Development Tools”
- Create a new application
- Note down your
API_IDandAPI_HASH
Step 3: Generate a Session String
You can skip this step if you wish to run/deploy the userbot locally.
Moon Userbot requires a Pyrogram session string for authentication. You can generate one:
Step 4: Choose Your Deployment Method
Step 5: Configure Environment Variables
Set up the required environment variables based on your deployment method. See the Environment Variables section for details.
Step 6: Enjoy!
Your Moon Userbot is now ready to use.