π????た, Xéfir's personal animes torrent search engine
Michel Roux
e5e1ebf875
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
static | ||
templates | ||
.dockerignore | ||
.drone.yml | ||
.env.dist | ||
.gitignore | ||
app.py | ||
config.py | ||
connectors.py | ||
docker-compose.yml | ||
Dockerfile | ||
forms.py | ||
get404.py | ||
models.py | ||
README.md | ||
requirements.txt |
𝛑 😼 た
"PyNyaaTa", Xéfir's personal animes torrent search engine
I'm lazy and I want to search across severall VF and VOSTFR torrents databases in one click. That's the starting point that build this app. At first, it was a crappy PHP project without any good future. After a good rewrite in Python, it's time to show it to the public, and here it is!
Installing / Getting started
With Docker
- Install Docker: https://hub.docker.com/search/?type=edition&offering=community
- Run
docker run -p 5000 xefir/pynyaata
- The app is accessible at http://localhost:5000
Without Docker
- Install Python 3: https://www.python.org/downloads/
- Install Pip: https://pip.pypa.io/en/stable/installing/
- Clone this repository
- Launch a terminal and move into the root of the cloned repository
- Run
pip install -r requirements.txt
- Run
python3 app.py
- The app is accessible at http://localhost:5000
Features
- Search on Nyaa.si, Nyaa.net (codename Pantsu), YggTorrent and Anime-Ultime
- Provide useful links to TheTVDB and Nautiljon during a search
- Color official and bad links
- Add seeded links to a database
- Color seeded link on search
- Run a batch to list all dead link on database
Configuration
All is managed by environment variables.
Please look into the .env.dist
file to list all env variables possible.
You have to install MariaDB (or any MySQL server) to be able to access the admin panel.
Links
- Project homepage: https://nyaa.crystalyx.net/
- Repository: https://git.crystalyx.net/Xefir/PyNyaaTa
- Issue tracker: https://git.crystalyx.net/Xefir/PyNyaaTa/issues
- My other projects: https://git.crystalyx.net/Xefir
Licensing
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.