Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Nyaa.se replacement written in golang
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.
Aller au fichier
2017-05-05 14:51:19 +02:00
config Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 14:51:19 +02:00
css Add styles from /g/anon to fix table responsiveness 2017-05-05 22:02:40 +10:00
db Rearranged Files 2017-05-05 14:20:51 +02:00
img
js
model Rearranged Files 2017-05-05 14:20:51 +02:00
service/torrent Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 14:51:19 +02:00
templates
util Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 14:51:19 +02:00
.gitignore
.travis.yml
LICENSE.md
main.go Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 14:51:19 +02:00
package.sh
README.md
templateFunctions.go
templateVariables.go Rearranged Files 2017-05-05 14:20:51 +02:00

Nyaa replacement Build Status

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

Installation

  • Install Golang
  • 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

TODO

  • RSS feeds(work in progress)
  • torrent sorting (work in progress)
  • API improvement
  • Site theme
  • Torrent view and description page(work in progress)
  • accounts?
  • Adding new torrents
  • scraping
  • Daily DB dumps
  • p2p sync of dbs?

LICENSE

This project is licensed under the MIT License - see the LICENSE.md file for details