Compare commits
6 Commits
add-async-
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 07224f9258 | |||
| ab2133a193 | |||
| c2414cf366 | |||
| 4dd5f5ad77 | |||
| dcbd82ec6a | |||
| 59ef434f5b |
15
README.md
15
README.md
@@ -1,18 +1,25 @@
|
||||
# scrapychan
|
||||
|
||||
## Description
|
||||
Scrapychan is a go rewrite of a original [scraperchan](https://git.protron.dev/Doc/scraperchan) that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go.
|
||||
scrapychan is a go rewrite of a original [scraperchan](https://git.protron.dev/Doc/scraperchan) that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go.
|
||||
|
||||
## Install
|
||||
### Build from source
|
||||
#### Dependencies
|
||||
You just need to have [go](https://go.dev/doc/install) installed
|
||||
|
||||
#### Build
|
||||
```
|
||||
go install https://git.protron.dev/Doc/scrapychan
|
||||
git clone https://git.protron.dev/Doc/scrapychan
|
||||
cd scrapychan
|
||||
go build
|
||||
go install
|
||||
```
|
||||
|
||||
or use the binary's provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases)
|
||||
### Prebuild binaries
|
||||
or use the binaries provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases)
|
||||
|
||||
## How to use
|
||||
|
||||
```
|
||||
scrapychan -u=<Thread URL> -o=<Destinationpath of media> -v=<true or false to enable verbose logging>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user