1
0
Fork 0

Compare commits

...

2 Commits

2 changed files with 12 additions and 7 deletions

View File

@ -24,12 +24,13 @@ separately. E.g. `4chan b 1100500`.
`-o`, `--output-dir` -- output directory where all files will be dumped to.
`--no-op` -- by default OP's post will be saved in a `!op.txt` file. This flag
disables this behaviour. An exclamation mark `!` in a name is for so this file
will be on the top of a directory listing.
`-N`, `--no-op` -- by default OP's post will be saved in a `!op.txt` file. This
flag disables this behaviour. An exclamation mark `!` in a name is for so this
file will be on the top of a directory listing.
`-v`, `--version` prints the version of the program, and `-h`, `--help` prints
help for a program.
`-v`, `--version` prints the version of the program.
`-h`, `--help` prints help for a program.
# Supported imageboards

View File

@ -1,7 +1,7 @@
[metadata]
name = scrapthechan
version = attr: scrapthechan.__version__
description = Scrap the files posted in a thread on an imageboard.
description = Scrap the files from the imageboards.
long_description = file: README.md
long_description_content_type = text/markdown
author = Alexander "Arav" Andreev
@ -21,11 +21,15 @@ classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: End Users/Desktop
License :: Other/Proprietary License
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Communications :: BBS
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Topic :: Text Processing
Topic :: Utilities
[options]