Skip to content

Zain-Khoso/Manga-Inserter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga-Inserter.

This application scrapes tcbscans to get the requested manga. And stores that data into MongoDB-Atlas

Instalation.

1. How to get the source code.

Use git-bash to download the source code.

2. Rename the app.py file to mangaInserter.py.

3. Add the application's root directory in the environment variables.

4. How to connect to the Database.

Create a .env file in the application's root directory. Then create two varialbes inside the .env file:

A. atlas_username = <your-username>

B. atlas_user_password = <your-password>

Usage.

1. mangaInserter.py add <manga-name> <first-chapter-url>

To add a manga in the downloaders list.

2. mangaInserter.py list

To get a list of all the availiable downloaders.

3. mangaInserter.py delete <manga-name>

To remove a downloader from the downloaders list.

4. mangaInserter.py delete

To clear the downloaders list.

5. mangaInserter.py insert <manga-name>

To insert a particular manga (using one the downloaders in the downloaders list) in the Database.

6. mangaInserter.py drop <manga-name>

To drop a particular manga collection from the Database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages