This guide will walk you through the installation and configuration of the CrystalPAY SEO BOT. Follow these steps to get your bot up and running.
- Download and install Python from the official Python website.
- During installation, make sure to check the box that says "Add Python to PATH".
Open config.py
and configure the following settings:
-
bot_token: Enter the token of your bot obtained from BotFather. Put it between quotes.
-
admin_ids: List the Telegram ID(s) of the bot admin(s). If you are the only admin, enter your ID between brackets. For multiple admins, separate IDs with commas. Example:
[29083490, 2340389]
. -
Crystalpay:
- secret_1: Enter the Secret 1 token from CrystalPAY Bot.
- secret_2: Enter the Secret 2 token from CrystalPAY Bot.
- login: Enter the login name for your CrystalPAY account between quotes.
-
price: Set the price for one SEO boost.
-
worker_percent: Define the percentage that each worker will receive from each SEO boost.
-
Lolz:
- lolz_token: Obtain your API token from Lolz by creating an application. Set the application name, description, and redirect URI to any value. Click "Get Token", select your application, grant all permissions, and copy the token. Paste it between quotes.
- user_id: Your Lolz profile user ID. Find this in the profile settings under "Page Permanent Link" and enter the numbers.
- secret_answer: Enter the secret answer from your market.
Upload your files to a server or local machine, then open a command prompt (cmd). Navigate to the directory containing main.py
using the cd
command. For example:
cd C:\Users\username\Desktop\seo_bot\
Install the required dependencies:
pip install -r requirements.txt
Start the bot by executing:
python main.py
The bot is now up and running!
If you would like to contribute to this project, please leave a star in the repo.
This project is licensed under the MIT. For more information, see the License.