A Telegram bot that allows users to download documents from Scribd by simply sending the document link.
Introduction
Features
Setup
Prerequisites
Installation
Configuration
Usage
Contributing
License
This Telegram bot is designed to facilitate document downloads from Scribd. Users can interact with the bot by sending Scribd document links, and the bot will provide them with downloadable links for the documents.
Handles document download requests from Scribd links.
Provides users with direct download links for documents.
Sends notifications to admin when a document link is shared.
Implements basic commands for user interaction.
PHP >= 5.6
A web server (e.g., Apache, Nginx)
A Telegram bot token obtained from BotFather
Clone this repository to your server:
git clone https://github.com/yourusername/telegram-scribd-downloader-bot.git
Navigate to the project directory:
cd telegram-scribd-downloader-bot
Open the config.php
file.
Replace YOUR_TELEGRAM_BOT_TOKEN
with your actual Telegram bot token.
Update the $admin
variable with your Telegram user ID.
Save and close the file.
Start the bot by running the PHP script on your server:
php bot.php
Interact with the bot on Telegram by sending Scribd document links. The bot will respond with download links for the documents.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.