MastiffMushroom

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MastiffMushroom's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Sorry, I have a bit of a family emergency going on. I merged your pull request and updated the docker, however, I won't be able to make changes to the code for the issue you posted until 3/20. Thanks.
  2. I have since fixed the minor bug in the code, and updated the XML to have a default mapping You want to map /app/config/ to /mnt/user/appdata/trackerautologin/config/ It should now run fine as long as you give the correct login details
  3. Thanks! Yes I've lost many of my accounts due to forgetting to log in and just relying on sonarr/radarr/etc Yes, I'm definitely limited in my number of accounts that I have, and it just uses Selenium so I tried making it as versatile and generic as possible. Any pull requests sent though github, if I don't have access to the site then I will ask for privacy redacted logs and screenshots before merges will be made
  4. Yes, it should be mapped to appdata to survive updates, but it should be under the /app/ directory in the container. This is my first unraid app so the default configs may not be easily configured yet, but I'm planning on working on figuring that out the rest of today. Once it's nice and fleshed out I plan on updating the main post to be more fulfilling instead of relying on people going to Github for information. However, it was approved so please feel free to play around with it!
  5. TrackerAutoLogin A lot of people have issues with trying to keep logging in to their private trackers to keep their accounts active. Myself and others I know have lost accounts due to just plain getting caught up with life. To remedy this, I created TrackerAutoLogin. This is a customizable application that automatically logs into your private trackers for you in random intervals to keep your accounts active. It uses headless Chromium and Selenium to get this done. It adds randomization so you're not logging in every 20 hours exactly. It also checks to make sure you have an internet connection before trying to attempt to log in. Currently, TAL supports the following trackers, with more expanding with user support. The quickest way to get support added for a tracker is to create a pull request on Github, as the way this code is set up it will pull in the most recent tracker config file every time the docker image is restarted. Thus requiring no pulling to update the docker image for new sites to be added. Aither (Aither.cc) AlphaRatio (AlphaRatio.cc) ExtremeBits (ExtremeBits.net) Gay-Torrents (Gay-Torrents.org) HappyFappy (HappyFappy.org) HD-Space (HD-Space.org) [Partially working] IPTorrents (IPTorrents.com) [Currently not working due to cloudflare] MyAnonamouse (MyAnonamouse.net) Pornbay (Pornbay.org) PussyTorrents (PussyTorrents.org) TorrentLeech (TorrentLeech.org) TV Valut (TV-Valut.me) Note: IPTorrents is currently not working due to Cloudflare blocking it, though the code is there for it. A patch will be implemented in the future to get around this. To get it to work, simply run TAL for the first time, then stop the docker image. After that, navigate to /mnt/user/appdata/trackerautologin/config/user_config.json and put in your tracker login credentials. All of the different settings and configurations can be found on the github page in more detail. On top of logging in to your account, a future iteration of this will take a screenshot of your statistics so that you will always have the latest stats of your trackers in case your tracker is ever taken down. The github page is under active development, which can be found here: https://github.com/mastiffmushroom/TrackerAutoLogin The dockerhub page can be found here: https://hub.docker.com/r/mastiffmushroom/trackerautologin Please post any questions you have here or on the github and I will address them as soon as possible.