Skip to content

[enhancement] Get favorite link from e-hentai & exhentai

Notifications You must be signed in to change notification settings

twkevinzhang/EhLink-Getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TL;DR

  • install python 3.9

  • run directly from source code:

     pip install -r requirements.txt
     git clone https://github.com/neslxzhen/Eh-Link-Getter.git
     cd Eh-Link-Getter
     flask run
    

feature

Get favorite book list
  1. 將cookie放在cookie.txt中,格式

     ipb_member_id=354xxxx;ipb_pass_hash=309acxxxxxxxxxxxxxxxxxxxxxxxxxxx;ipb_session_id=283c57425xxxxxxxxxxxxxxxxxxxxxxx;sk=6bcxxxxxxxxxxxxxxxxxxxxxxxxx
    
  2. cmd中輸入python main.py

  3. 選擇a> download favorite list來下載 Favorite 的連結

  4. 輸出結果會放在./a/執行開始時間_FavoriteList.csv

Get link with title

有時我們想要檢查本子庫裡的本子是否完整,得到本子庫的標題清單後,就需要其連結

如果你想要搜尋的本子的gid0~1453698之間(2019-07-27 21:28之前),則可以使用這個方法來大幅提升效率。

  1. 解壓縮b_input/metadata.7z,將其中的metadata.json放在b_input/
  2. b_input/titles.txt中輸入關鍵字(標題),一行一筆
  3. cmd中輸入python main.py
  4. 選擇b> find link with title
  5. 輸出結果會放在b_input/執行開始時間_link.csv

TODO

  • 🔨 ... UI for web
  • 改用帳密輸入,介面更人性化
  • 進度條
  • installer for windows

About

[enhancement] Get favorite link from e-hentai & exhentai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published