Last updated:
0 purchases
This Telegram Bot provides advanced features for managing posts and documents. Users can store content securely and access it through special links, making it convenient for sharing and organization. The bot supports custom auto-delete functionalities and force subscription channels, ensuring optimal engagement and security.
The bot is designed with flexible branch configurations for enhanced usability and control, offering unique features such as 2-channel and 4-channel forced subscriptions.
Step 1: Clone or Download the Repository
Clone the project using the command:
bash
Copy code
Alternatively, download the ZIP file and extract its contents.
Step 2: Install Dependencies
Navigate to the project folder and install required Python libraries:
bash
Copy code
pip install -r requirements.txt
Step 3: Configure the Bot
.env
file to store your bot token and other environment variables.plaintext
Copy code
BOT_TOKEN=<your-bot-token> FORCE_SUB_CHANNEL_1=<channel-username> FORCE_SUB_CHANNEL_2=<channel-username>
Step 4: Run the Bot
Execute the main bot script:
bash
Copy code
python main.py
Step 5: Deploy (Optional)
Use Docker for containerized deployment:
bash
Copy code
docker-compose up -d
Set up the bot on a VPS for continuous operation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.