Albirew/nyaa-pantsu
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

32 lignes
912 B
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 05:46:14 +02: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 00:26:59 +02:00
# Installation
2017-05-05 09:15:26 +02: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 00:26:59 +02:00
2017-05-03 05:46:14 +02:00
## TODO
2017-05-05 00:26:16 +02:00
* RSS feeds(work in progress)
* torrent sorting (work in progress)
2017-05-04 13:07:02 +02:00
* API improvement
2017-05-04 13:08:58 +02:00
* Site theme
2017-05-05 00:26:16 +02:00
* Torrent view and description page(work in progress)
2017-05-04 13:07:02 +02:00
* accounts?
2017-05-03 05:46:14 +02:00
* Adding new torrents
2017-05-04 13:07:02 +02:00
* scraping
2017-05-03 05:46:14 +02:00
* Daily DB dumps
* p2p sync of dbs?
# LICENSE
This project is licensed under the MIT License - see the LICENSE.md file for details