An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

###### NAME

![TorBridge Icon](https://github.com/deadmarshal/TorBridge/raw/master/icon.png)

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

###### Screenshot

![Image of TorBridge](https://github.com/deadmarshal/TorBridge/blob/master/torbridge.png)

###### 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