Skip to content

hldh214/gas

Repository files navigation

Gas is a JAV magnet crawler, written in PHP.

简体中文

Table of Contents

Table of contents generated with markdown-toc

Sources

Install

From Source

  1. Cloned it from github or download package as zip.
  2. Unzip code to your webserver.
  3. composer install -vvv

From Docker

Docker Stars Docker Pulls Docker Automated buil

$ docker run -d -p 8964:8964 hldh214/gas
# query by code
$ curl -s "localhost:8964/web/query?code=ABS-130" | jq
# rand
$ curl -s "localhost:8964/web/rand" | jq

Future features

  • more readable code.
  • more source.

Contribution

Feel free to contribute.

License

Gas is open-source software licensed under the MIT License. See the LICENSE file for more information.