https://github.com/deadmarshal/torbridge
A simple Perl script to fetch Tor bridges from https://bridges.torproject.org website.
https://github.com/deadmarshal/torbridge
fetch-tor-proxies perl perl-script perl5 tor torrc
Last synced: 3 months ago
JSON representation
A simple Perl script to fetch Tor bridges from https://bridges.torproject.org website.
- Host: GitHub
- URL: https://github.com/deadmarshal/torbridge
- Owner: deadmarshal
- License: gpl-3.0
- Created: 2020-03-24T16:45:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T08:47:48.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T17:33:54.276Z (5 months ago)
- Topics: fetch-tor-proxies, perl, perl-script, perl5, tor, torrc
- Language: Perl
- Homepage:
- Size: 563 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###### NAME

TorBridge - A simple Perl script to fetch Tor proxies from https://bridges.torproject.org website.
###### Screenshot

###### DESCRIPTION
To get Tor bridges and appending them to your torrc file, simply run the script with -a or --add option.
To remove the config file run the script with -c or --clean option. (You need to do this if you want to reconfigure proxy type and torrc file path)###### DEPENDENCIES
* WWW::Mechanize;
* Mojo::DOM;
* feh (https://feh.finalrewind.org)
* xquartz (on MacOS) (https://www.xquartz.org)Install dependencies with this command:
cpanm --installdeps .###### How to build
```
perl Makefile.PL
make
make test
sudo make install
```
###### AUTHOR(S)Ali Moradi ([email protected])
###### COPYRIGHT AND LICENSE
Copyright © 2020 Ali Moradi.
GNU General Public License v3.0