websockify VS fetch-some-proxies

Compare websockify vs fetch-some-proxies and see what are their differences.

websockify

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service. (by novnc)

fetch-some-proxies

Simple Python script for fetching "some" (usable) proxies (by stamparm)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
websockify fetch-some-proxies
8 2
3,745 564
1.4% -
4.9 0.0
2 months ago about 1 year ago
Python Python
GNU Lesser General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

websockify

Posts with mentions or reviews of websockify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.

fetch-some-proxies

Posts with mentions or reviews of fetch-some-proxies. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-11.
  • all my homies hate mega & rapidgator for the bandwidth limitations
    5 projects | /r/Piracy | 11 Apr 2022
    Also useful: https://github.com/stamparm/fetch-some-proxies
  • Fetching free proxy IPs and fuzzy searching by country to facilitate editing proxychains.conf?
    1 project | /r/commandline | 14 Jun 2021
    #!/usr/bin/env sh # This script fetches free proxies using https://github.com/stamparm/fetch-some-proxies # and appends them in the correct format at the end # of /etc/proxychains.conf for use with proxychains. # # Use `fzproxy.sh --country=germany` to list and append # only German proxies. All fetch-some-proxies flags can # be used as fzproxy.sh flags in the same way. # # The script assumes that the fetch-some-proxies executable # (fetch.py) is located in $HOME/Projects/fetch-some-proxies, # edit line 20 to change that if required. # # Before first use, you may need to edit /etc/proxychains.conf # to comment out or delete all default proxies and add a new # line at the end containing `### FZPROXY.SH`, which will be # used as a hook for appending new proxies. python3 $HOME/Projects/fetch-some-proxies/fetch.py --raw "$1" | fzf -m | tee /tmp/proxytemp sed -i 's/\:\/\// /' /tmp/proxytemp sed -i 's/\:/ /' /tmp/proxytemp sed -e '/FZPROXY.SH/,+200d' /etc/proxychains.conf | sudo tee /etc/proxychains.conf > /dev/null printf "### FZPROXY.SH\n" | sudo tee -a /etc/proxychains.conf > /dev/null cat /tmp/proxytemp | sudo tee -a /etc/proxychains.conf > /dev/null printf "Success ▶ /etc/proxychains' proxy list now replaced with:\n" grep -A200 'FZPROXY.SH' /etc/proxychains.conf | tee -a

What are some alternatives?

When comparing websockify and fetch-some-proxies you can also consider the following projects:

noVNC - VNC client web application

megabasterd - Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.

letsencrypt - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

quarry - Python library that implements the Minecraft network protocol and data types

Shadowrocket-ADBlock-Rules - 提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。

mapproxy - MapProxy is a tile cache and WMS proxy

TrafficToll - NetLimiter-like bandwidth limiting and QoS for Linux

1fichier-dl - 1Fichier Download Manager.

speed-camera - A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.

AnonSurf - Change your IP address instantly - easy small GUI tool for Windows (linux soon)

websocketd - Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.

py-ipv8 - Python implementation of Tribler's IPv8 p2p-networking layer