├── LICENSE ├── README.md ├── domains.txt ├── fetchagewalls.py ├── grabannoyingroutes.py ├── requirements.txt └── setroutes.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nolsen42/RouteSelectively/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nolsen42/RouteSelectively/HEAD/README.md -------------------------------------------------------------------------------- /domains.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fetchagewalls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nolsen42/RouteSelectively/HEAD/fetchagewalls.py -------------------------------------------------------------------------------- /grabannoyingroutes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nolsen42/RouteSelectively/HEAD/grabannoyingroutes.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | tqdm 2 | validators 3 | requests 4 | bs4 -------------------------------------------------------------------------------- /setroutes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nolsen42/RouteSelectively/HEAD/setroutes.py --------------------------------------------------------------------------------