Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.
/ MD-Follow-list Public archive

Simple script to fetch user's follow list from mangadex's api

License

Notifications You must be signed in to change notification settings

5urajdas/MD-Follow-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are many better projects around like Terminal client for MangaDex, python wrapper for the mangadex API which do this and more so you should use them instead but if for some reason you need this it's still going to be around just not in active development

Follows List

Simple script to fetch user's follow list from mangadex's api

TOC

Background

This was created in order to make searching for your favourite manga in thirdparty apps like Tachiyomi a bit easier.

Note: Follow list is created as a csv file for your convenience

Update

  • Added the functionality to get the last read chapter

Run from source

Clone repo:

git clone https://github.com/StoicSun/MD-Follow-list.git

Cd into directory where you cloned the repo
eg.cd Downloads\MD-Follow-list

Create a virtualenv first:

python -m venv venv

Activate it:

PS C:\Users\<user>\<PATH to venv>\Scripts\activate.ps1

Install the required dependencies:

pip install > requirements.txt

Run the program:

python main.py

Download executable

If you don't want to run from source then download the executable from releases but be sure to look into the source code to reassure yourself since you'll have to provide your username and password to the program afterall.

Contributing

If you think this program can be improved in any way please open a PR or if you find a bug or issue open a new issue
Thanks!

License

MIT © Suraj Das

About

Simple script to fetch user's follow list from mangadex's api

Resources

License

Stars

Watchers

Forks

Languages