Metadata-Version: 2.1
Name: PyNyaaTa
Version: 202203182003
Summary: π 😼た, Xéfir's personal animes torrent search engine
Home-page: https://git.crystalyx.net/Xefir/PyNyaaTa
Author: Xéfir Destiny
Author-email: xefir@crystalyx.net
License: UNKNOWN
Description: # π 😼た
        > "PyNyaaTa", Xéfir's personal anime torrent search engine
        
        [![Build Status](https://ci.crystalyx.net/api/badges/Xefir/PyNyaaTa/status.svg)](https://ci.crystalyx.net/Xefir/PyNyaaTa)
        [![Docker Hub](https://img.shields.io/docker/pulls/xefir/pynyaata)](https://hub.docker.com/r/xefir/pynyaata)
        
        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
        
        - 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/
        - Run `pip install pynyaata`
        - Run `pynyaata`
        - The app is accessible at http://localhost:5000
        
        ## Features
        
        * Search on [Nyaa.si](https://nyaa.si/), [Nyaa.net (codename Pantsu)](https://nyaa.net/), [YggTorrent](https://duckduckgo.com/?q=yggtorrent) and [Anime-Ultime](http://www.anime-ultime.net/index-0-1)
        * Provide useful links to [TheTVDB](https://www.thetvdb.com/) and [Nautiljon](https://www.nautiljon.com/) 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.
        
        ## Links
        
        - Project homepage: https://nyaa.crystalyx.net/
        - Source repository: https://git.crystalyx.net/Xefir/PyNyaaTa
        - Issue tracker: https://git.crystalyx.net/Xefir/PyNyaaTa/issues
        - My other projects: https://git.crystalyx.net/Xefir
        - Docker hub: https://hub.docker.com/r/xefir/pynyaata
        - Donations: https://paypal.me/Xefir
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
