bisnuray / ScribdDownloader

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

Home Page:https://t.me/itsSmartDev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scribd Downloader

GitHub Repo stars GitHub issues GitHub pull requests GitHub contributors GitHub forks

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

Features

  • 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.

Requirements

  • 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 ]
  1. Install the required dependencies, ensuring Python 3.8 or higher:

    pip install aiogram==2.6

Deploy the Bot

git clone https://github.com/bisnuray/ScribdDownloader
cd ScribdDownloader
python3 scribd.py

Setting Up the Bot

  1. Create a new bot with @BotFather on Telegram and get the bot token.
  2. Replace the placeholder token in the script with your actual bot token.

Running the Bot

Execute the script to start the bot:

python3 scribd.py

Usage 🛠️

The bot supports the following commands:

  • /scribd with scribd file url

Author 📝

Feel free to reach out if you have any questions or feedback.

About

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

https://t.me/itsSmartDev


Languages

Language:Python 100.0%