quarry
Python library that implements the Minecraft network protocol and data types (by barneygale)
fetch-some-proxies
Simple Python script for fetching "some" (usable) proxies (by stamparm)
quarry | fetch-some-proxies | |
---|---|---|
3 | 2 | |
544 | 584 | |
0.7% | - | |
4.1 | 0.0 | |
6 months ago | over 2 years ago | |
Python | Python | |
GNU General Public License v3.0 or later | - |
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.
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.
quarry
Posts with mentions or reviews of quarry.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-23.
-
Kamehameha in Minecraft
Hey, i found out there is no way to remove that message from the game. But you can make a basic proxy to hide only that chat message: here is the repository to the api: Quarry. Note that this is only an example not the proxy you need.
-
Is there a modern version of MCSignOnDoor?
Link HERE
-
Programmers of Reddit, what's the most interesting GitHub repository you've come across?
For me it was probably quarry which taught me about protocol buffers
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
Also useful: https://github.com/stamparm/fetch-some-proxies
-
Fetching free proxy IPs and fuzzy searching by country to facilitate editing proxychains.conf?
#!/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 quarry and fetch-some-proxies you can also consider the following projects:
node-minecraft-protocol - Parse and serialize minecraft packets, plus authentication and encryption.
mapproxy - MapProxy is a tile cache and WMS proxy
lbry-sdk - The LBRY SDK for building decentralized, censorship resistant, monetized digital content apps.
megabasterd - Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
pycomm3 - A Python Ethernet/IP library for communicating with Allen-Bradley PLCs.
AnonSurf - Change your IP address instantly - easy small GUI tool for Windows (linux soon)