https://github.com/g3th/slowass-britbox
Britbox Account Checker using Tor Proxies and api endpoint
https://github.com/g3th/slowass-britbox
Last synced: 3 months ago
JSON representation
Britbox Account Checker using Tor Proxies and api endpoint
- Host: GitHub
- URL: https://github.com/g3th/slowass-britbox
- Owner: g3th
- Created: 2022-06-08T02:23:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T17:53:20.000Z (about 4 years ago)
- Last Synced: 2025-03-05T00:27:42.523Z (over 1 year ago)
- Language: Python
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BritBox Account Checker #
## Free - Don't need paid proxies just Tor! ##
### Slow Ass - Don't need speed, just TV! ###

A Britbox account checker like the cool kids, except no threading yet.
No need for colorama or termcolor, just colors using escape codes.
#### Important: ####
Script must either be run as root (due to killall) or permissions can be changed temporarily, i.e.:
``` sudo visudo ```
``` %sudo ALL=(ALL:ALL) NOPASSWD: ALL ```
Don't forget to change them back.
-------------------------------------------------------------------------
### Requires Tor ###
Install with:
``` apt-get install tor ```
Run:
``` systemctl start tor ```
Check Status:
``` systemctl status tor ```