1
0
Fork 0

Compare commits

...

3 Commits

3 changed files with 15 additions and 10 deletions

View File

@ -29,4 +29,11 @@ disables this behaviour. I desided to put an `!` in a name so this file will be
on the top in a directory listing.
`-v`, `--version` prints the version of the program, and `-h`, `--help` prints
help for a program.
help for a program.
# Supported imageboards
- [4chan.org](https://4chan.org) since 0.1.0
- [lainchan.org](https://lainchan.org) since 0.1.0
- [2ch.hk](https://2ch.hk) since 0.1.0
- [8kun.top](https://8kun.top) since 0.2.2

View File

@ -17,7 +17,7 @@ __all__ = ["main"]
USAGE = \
"""Usage: scrapthechan [OPTIONS] (URL | IMAGEBOARD BOARD THREAD)
f"""Usage: scrapthechan [OPTIONS] (URL | IMAGEBOARD BOARD THREAD)
Options:
\t-h,--help -- print this help and exit;
@ -34,7 +34,7 @@ Arguments:
\tBOARD -- short name of a board. E.g. b;
\tTHREAD -- ID of a thread. E.g. 100500.
Supported imageboards: 4chan.org, 2ch.hk, lainchan.org.
Supported imageboards: {', '.join(SUPPORTED_IMAGEBOARDS)}.
"""

View File

@ -1,20 +1,18 @@
[metadata]
name = scrapthechan
version = attr: scrapthechan.__version__
description =
Scrap the files posted in a thread on an imageboard. Currently supports
4chan.org, lainchan.org, 2ch.hk and 8kun.top.
description = Scrap the files posted in a thread on an imageboard.
long_description = file: README.md
long_description_content_type = text/markdown
author = Alexander "Arav" Andreev
author_email = me@arav.top
url = https://arav.top
url = https://git.arav.top/Arav/ScrapTheChan
keywords =
scraper
imageboard
4chan
2ch
lainchan
4chan.org
2ch.hk
lainchan.org
8kun.top
license = MIT
license_file = COPYING