Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/README.md

34 lignes
1 001 o
Markdown
Brut Vue normale Historique

# Nyaa replacement [![Build Status](https://travis-ci.org/ewhal/nyaa.svg?branch=master)](https://travis-ci.org/ewhal/nyaa)
2017-05-03 13:46:14 +10:00
## Motivation
The aim of this project is to write a fully featured nyaa replacement in golang
that anyone will be able to deploy locally or remotely.
# Requirements
* Golang
2017-05-05 08:26:59 +10:00
# Installation
2017-05-05 08:15:26 +01:00
* Install [Golang](https://golang.org/doc/install)
* `go get github.com/ewhal/nyaa`
* `go build`
* Download DB and place it in your root folder named as "nyaa.db"
* `./nyaa`
* You can now access your local site over on [localhost:9999](http://localhost:9999)
2017-05-05 08:26:59 +10:00
2017-05-03 13:46:14 +10:00
## TODO
2017-05-05 08:26:16 +10:00
* RSS feeds(work in progress)
* torrent sorting (work in progress)
2017-05-04 21:07:02 +10:00
* Merge 5th of april dump with animetosho dump
* API improvement
2017-05-04 21:08:58 +10:00
* Site theme
2017-05-05 08:26:16 +10:00
* improve search by making it less strict
* Torrent view and description page(work in progress)
2017-05-04 21:07:02 +10:00
* accounts?
2017-05-03 13:46:14 +10:00
* Adding new torrents
2017-05-04 21:07:02 +10:00
* scraping
2017-05-03 13:46:14 +10:00
* Daily DB dumps
* p2p sync of dbs?
# LICENSE
This project is licensed under the MIT License - see the LICENSE.md file for details