Scribd Downloader is Python Script capable of downloading Scribd documents as PDF files using cookies from a premium account. It's designed to help users access Scribd documents directly through Telegram
- Download Scribd documents as PDFs.
- Support for various Scribd URL formats.
- Utilizes premium account cookies for access.
- Inline download link and information about the document.
aiogram=2.6
- A Telegram bot token.
- Access to a Scribd premium account (for cookies).
- Must be use Premium Account Cookies [ Update cookie file with you actual premium account cookies ]
-
Install the required dependencies, ensuring Python 3.8 or higher:
pip install aiogram==2.6
git clone https://github.com/bisnuray/ScribdDownloader
cd ScribdDownloader
python3 scribd.py
- Create a new bot with @BotFather on Telegram and get the bot token.
- Replace the placeholder token in the script with your actual bot token.
Execute the script to start the bot:
python3 scribd.py
The bot supports the following commands:
- /scribd with scribd file url
- Name: Bisnu Ray
- Telegram: @SmartBisnuBio
Feel free to reach out if you have any questions or feedback.