π????た, 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 a769f7fddf
continuous-integration/drone/push Build is passing Details
Back to flask server + async
2021-01-03 20:41:58 +01:00
pynyaata Back to flask server + async 2021-01-03 20:41:58 +01:00
.drone.yml Fix dependabot (finally) 2020-12-11 16:44:30 +01:00
.env.dist Add CloudProxy to bypass CloudFlare 2020-10-21 22:13:57 +02:00
.gitignore Fix pypi 2020-04-09 20:32:58 +02:00
Dockerfile Let dependabot decide of the python version 2020-12-08 17:20:44 +01: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 Add dependabot 2020-12-08 16:45:02 +01:00
docker-compose.yml Add CloudProxy to bypass CloudFlare 2020-10-21 22:13:57 +02:00
get404.py Fix YGG spam 2020-10-19 23:15:58 +02:00
requirements.txt Back to flask server + async 2021-01-03 20:41:58 +01: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 animes 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

Configuration

All is managed by environment variables. Please look into the .env.dist file to list all possible environment variables. You have to install MariaDB (or any MySQL 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 prouve yourself.

CloudFlare have three type of challenge to be completed (from the easiest to resolve to the hardest) :

  • Pure Javascript done through cloudscraper without any configurations
  • CAPTCHA (not supported but maybe soon™)
  • JavaScript and browser actions done through CloudProxy

For CloudProxy, you have to have an instance running. Please refer to the documentation or install it via docker. After that, change the CLOUDPROXY_ENDPOINT environnement variable to refer to your CloudProxy instance.

If you use PyNyaaTa with Docker and the docker-compose.yml from this repository, you don't have to do all this, it comes pre-installed.