Code Monkey home page Code Monkey logo

trackerchecker's Introduction

Setup tutorial here I respect each trackers request not to be on this list, please write to me at [email protected] to be removed. Just a really simple program that checks if normally private trackers are open to registration.

Feedback and tracker recommendations are very much appreciated!

Current "interface" Current "interface"

trackerchecker's People

Contributors

nddddddddd avatar necromeo avatar ramzh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

trackerchecker's Issues

UHDBits returns open when it is not.

Search term appears to be wrong.

"search_term": "Open registration is currently disabled",

returns open.

Looking at the website, looks it should be

"search_term": "Sorry, the site is currently invite only.",

or some variation on that.

ModuleNotFoundError: No module named 'requests'

As the title says, when I try to run the script in CMD it gives this error. Perhaps I'm overlooking something simple, but I figured I should mention it in any case, because some others may be having this problem. I double checked and my Python is up to date.

[BUG] Connection Error #2

Same as latest issue

Would be worth having a try/catch/except to log these and let the script continue running

image

message changes

Learnflakes now seems to be "Sorry, registration has been disabled by the administrator" so the old check in the current json is making it seem like it's open.

jptv's entire site right now is just the text "server down" so script is telling me it's open.

More trackers to consider adding

ModuleNotFoundError: No module named 'aiohttp'

E:\DEV\Py\trackerchecker>trackerchecker.py
Traceback (most recent call last):
File "E:\DEV\Py\trackerchecker\trackerchecker.py", line 2, in
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'

Tracker message changes

The following are being picked up as "open" due to changes in the sites:

soulvoice: This seems to be an issue with ?sitelanguage=6 no longer redirecting to an English version.

hdarea: hdarea seems to have the proper "registration is currently disabled" text on the linked page. But after a few retests, I'm still getting a message that it's open. I suspect it has something to do with their cloudflare browser checks.

No module named 'aiohttp'

I'm getting the following error when attempting to run this:

line 2, in
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'

ERROR: Could not find a version that satisfies the requirement json (from versions: none) ERROR: No matching distribution found for json

Traceback (most recent call last):
File "E:\DEV\Py\TrackerChecker-0.2.6.2\trackerchecker.py", line 77, in
trackers = asyncio.run(fetch_trackers())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\asyncio\runners.py", line 118, in run
return self.loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "E:\DEV\Py\TrackerChecker-0.2.6.2\trackerchecker.py", line 28, in fetch_trackers
return json.loads(trackers)
^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json_init
.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 386 column 5 (char 12357)

Refine requirements.txt

When installing the requirements from the given requirements.txt file, the following exception is thrown:
image
A fix for this would be to remove the json package, as it is built into Python.

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.