Code Monkey home page Code Monkey logo

ultimate-blocklist's Introduction

Ultimate-Blocklist

A super blocklist made from the most popular ones on the web!

###Note: When using the BitTorrent protocol using blocklists does nothing! If you are a part of the swarm of ip's yours can be logged, neither this nor any other IP block software can protect you from that. Read more here.

##Docker Version

docker build -t ubl .
docker run -it --name ubl ubl
docker cp ubl:/usr/src/app/blocklist.txt .

or

make docker

##Python Version

###Reqs:

  • Python 2.7.8

  • Download latest release
  • (optional) Create a virtual environment virtualenv --no-site-packages env
  • (optional) Activate the virtual environment source env/bin/activate
  • Install the dependencies pip install -r requirements.txt
  • Run python UltimateBlockList.py
  • Wait and your blocklist will be available in blocklist.txt when the script exits

##Shell Verison

  • Generate a local brand-new list
    • Run using ./UpdateList.sh
    • -c path_to_transmission_conf_dir (if you use your system's default location, this option is unnecessary)
    • -z flag will create gzipped file ( transmission daemon 2.84 won't load gzipped file properly )
    • Note: You can find your config directory here
    • Your blocklist will be loaded the next time you start Transmission
  • Use a pre-generated list
    • The list is hosted and available here.
    • https://www.dropbox.com/s/2f8irg93zgglh2d/blocklist.txt?dl=1
  • Setup on a webserver
    • Upload the folder content (or clone this repo) to your webserver
    • Make sure the permission are right (755) for the scripts
    • Add to your crontab Daily: 00 00 * * * ./UpdateList.sh
    • Make your Torrent app point to your webserver like so: http://myserver.com/list.txt to download the newly generated list

Special thanks to alphapapa for the idea behind the design of the new script.

##Dropbox Version

  • Build with Docker

  • Setup a cron job to run the script using docker and upload to Dropbox using the environment variable DROPBOX_ACCESS_TOKEN.

    • Ex. 0 5 * * * /usr/bin/docker run --rm -it -e DROPBOX_ACCESS_TOKEN="..." ubl

Thanks to voxxit for helping add this feature


##Contributors

Please check here for a full list of contributors.

ultimate-blocklist's People

Contributors

chrisrut avatar jasonwaters avatar karthicraghupathi avatar ktonini avatar susman avatar vallieres avatar voxxit avatar walshie4 avatar weitzner avatar

Stargazers

 avatar

Watchers

 avatar

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.