π????た, Xéfir's personal animes torrent search engine
This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michel Roux 0952e11209
continuous-integration/drone/push Build is passing Details
Update dependency dateparser to v1.1.8
2023-03-24 00:23:47 +00:00
pynyaata Change YGG address 2023-03-20 13:47:23 +00:00
.dockerignore Remove cloudscrapper 2021-01-07 21:19:50 +01:00
.drone.yml Update FlareRequests 2022-12-24 14:22:33 +00:00
.env.dist Use multiple database server type 2022-03-04 09:46:21 +01:00
.flake8 Update FlareRequests 2022-12-24 14:22:33 +00:00
.gitignore Fix WTForms (again) 2021-12-17 00:00:44 +01:00
Dockerfile Update python Docker tag to v3.11.2 2023-02-10 00:18:38 +00:00
LICENSE.txt Fix pypi 2020-04-09 20:32:58 +02:00
MANIFEST.in Add optional README 2020-04-26 14:06:14 +02:00
README.md Revert "Test with YGG_IP" 2023-01-21 17:59:58 +01:00
get404.py Revert "Test with YGG_IP" 2023-01-21 17:59:58 +01:00
renovate.json Add renovate.json 2021-06-24 12:16:39 +00:00
requirements.txt Update dependency dateparser to v1.1.8 2023-03-24 00:23:47 +00:00
run.py New way to run pynyaata 2020-04-26 13:55:18 +02:00
setup.py Fix with 2Captcha (not optimal) + fix π 2020-05-16 19:19:31 +02:00

README.md

π 😼

"PyNyaaTa", Xéfir's personal anime torrent search engine

Build Status Docker Hub

I'm lazy, and I want to search across several 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

Without Docker

Features

  • Search on Nyaa.si, 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 possible environment variables. You have to have a running database server to be able to access the admin panel.

Bypassing CloudFlare for YggTorrent

YggTorrent use CloudFlare to protect them to DDoS attacks. This app will make abusive requests to their servers, and CloudFlare will try to detect if PyNyaaTa is a real human or not. I think you have the answer to the question ... Over time, CloudFlare will ask you systematically to prove yourself. To be able to see YggTorrent results, you have to have a FlareSolverr instance running. Please refer to their documentation. After that, change the CLOUDPROXY_ENDPOINT environment variable to refer to your CloudProxy instance.