Giter VIP home page Giter VIP logo

gianpi612 / torrents2py Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 48 KB

Torrents2Py is a simple Python package for searching and retrieving torrent details from https://torrentz2.nz/. Easily access and manage torrent information in your Python projects.

Home Page: https://pypi.org/project/torrents2py/

License: MIT License

Python 100.00%
magnet-link python-package scraper torrent-search-engine torrents torrentz2

torrents2py's Issues

New filters

Todo:

  • Add new filters to the search_torrents function.

New filters to add:

filters = {
    'max_size': '2 GB',                        # Maximum file size for torrents
    'exclude_keywords': ['sample', 'rarbg'],   # Exclude torrents with specific titles
    'min_upload_date': '2022-01-01',           # Minimum upload date for torrents
    'max_upload_date': '2022-12-31',           # Maximum upload date for torrents
    'sort_by': 'seeds',                        # Sort search results by criteria (options: 'seeds', 'size', 'uploaded', 'peers', etc.)
    'sort_order': 'desc',                      # Sort order ('desc' for descending, 'asc' for ascending)
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.