Skip to content

Latest commit

 

History

History
107 lines (65 loc) · 2.79 KB

README.rst

File metadata and controls

107 lines (65 loc) · 2.79 KB

Island Backup

Author Python-Version PyPI-Status LICENCE

Island Backup is a utility that download threads content and images from Anonymously broad website. The content will be saved as html file.

Island Backup is written by aiohttp which use asyncio, so only support Python3.

中文文档

So far, Island Backup Support website below

remove

Shell-Animation

island_backup http:https://boards.4chan.org/a/thread/149376017

Installation

Use PyPI

pip3 install island-backup

For Windows User

Download latest binary package

https://github.com/littlezz/island-backup/releases

Usage

⇒  island_backup --help                                                                                                                             (env: island_backup)
Usage: island_backup [OPTIONS] [URL]

Options:
  -url TEXT
  --debug                     enable debug mode
  --force-update              force update image
  --conn-count INTEGER RANGE  max conn number connector use. from 1 to 20.
                              Default is no limit
  -p, --proxy TEXT            http proxy address, ex,  http:https://127.0.0.1:1080
  --version                   Show the version and exit.
  --help                      Show this message and exit.

Using Config File

Create a json file named island_backup.json, write you config in it. Program will search on current path or ~/.island_backup/

For windows user, you should create file in program main folder.

For example, a island_backup.json could be

{
  "conn-count": "10",
  "debug": true,
  "proxy": " http:https://127.0.0.1:1080"
}

ScreenShot

ScreenShot-1