micahflee / semiphemeral

Automatically delete your old tweets, except for the ones you want to keep
MIT License
884 stars 85 forks source link

Support for Proxies, Including Tor, to Preserve User Anonymity #53

Closed jbolger closed 4 years ago

jbolger commented 4 years ago

Added support for the the use of proxies as well as Tor so as to preserve user anonymity while using this tool.

The "Use Tor" checkbox requires Tor to be installed on the local machine and running, listening on the default configured port on localhost. For non-default configurations or remote instances of Tor you must manually enter the proxy URI (not recommended for non-advanced users).

Tested with Tor on Linux, works.

jbolger commented 4 years ago

All recent commits from the base repository have been merged into this pull request. A javasript bug with this pull request has been corrected.

Latest has been tested once more and confirmed to be working.

Is there anything more that needs attention? Is there anything else I should address?