Skip to content

arfonso01/Btdigcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Btdigcsv

A simple script that exports the results of btdig to csv file.
Works for trackers that use a naming structure like 'movie [trackerName]'

Dependencies

How to use it

There are two versions of the script: btdigscv.py (normal version) and solverr_version.py. The
first uses a tor2web version and the second uses the original website whose requests are resolved \using FlareSolverr.

Normal version

  • Step 1: Edit the keyword variable (line 9) to 'trackerName'
  • Step 2: Run the python script
  • Step 3: You can now use your csv in flexget or others

Solver version

  • Step 1: Install and run Flaresolverr.
    I recommend using the docker image and its daemon so that it is always available.

    docker run -d \
      --name=flaresolverr \
      -p 8191:8191 \
      -e LOG_LEVEL=info \
      --restart unless-stopped \
      ghcr.io/flaresolverr/flaresolverr:latest
    
  • Step 2: Edit the keyword variable (line 9) to 'trackerName'

  • Step 3: Run the python script

  • Step 4: You can now use your csv in flexget or others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages