Skip to content

clemedev/Scribd-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scribd-Viewer

Scribd-Viewer (previously known as Scribd-Bypass) is a Python/JavaScript program designed to help users access Scribd document files for educational purposes in a user-friendly manner.

Check out my new project!

How does it work?

How normal Scribd document link looks like:

https://www.scribd.com/document/{document_id}/{document_title}

What does the program do?

  • It extracts the document ID from the provided link.
  • It builds a unique URL to access the document.
  • Copy the unique URL created and paste it into the user's clipboard.
  • The program will then ask the user if they want the program to open the unique URL in their default web browser.

Sneak Peek:

Prompt user for Scribd document link:

image

Successful converted link and prompt user to open the link in their default web browser:

image

Success message if the user chooses to open the link in their default web browser:

image

If the user chooses not to open the link in their default web browser:

image

Error handling:

image

Prerequisites:

How to use:

  1. Download the project onto your computer.

    • You can download the project by using the git command:
    git clone https://github.com/clementtech/Scribd-Bypass.git
    
  2. Download the required dependencies.

    • The dependencies can be installed using the following command:
    pip install -r requirements.txt
    
  3. Done setup!

    • You can run the program by entering the following command:
    python viewer.py
    
  4. Enter the Scribd document link when prompted.

    • The program will extract the document ID from the provided link and build a unique URL to access the document.
    • The unique URL will be copied to the user's clipboard for easy access.
    • The program will then ask the user if they want the program to open the unique URL in their default web browser.
  5. Please star the project if you find it useful. It helps me a lot and motivates me to work on more projects like this one.

    • Also please feel free to create an issue if you find any bugs or have any suggestions for improvement.

Disclaimer:

This program is intended for educational purposes only. The author does not endorse or promote any illegal activities, including bypassing paywalls or accessing copyrighted material without permission. Users are responsible for ensuring that they comply with all applicable laws and regulations regarding the use of this program and the content accessed through it. The author disclaims any liability for any misuse of this program or its consequences.

About

Python Based Scribd Document Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors