All Projects → CompileInc → cappy

CompileInc / cappy

Licence: MIT license
☕🗄CAching Proxy in Python – Simple file based python http proxy

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to cappy

Proxy requests
a class that uses scraped proxies to make http GET/POST requests (Python requests)
Stars: ✭ 357 (+2280%)
Mutual labels:  proxy-server, requests
niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (+306.67%)
Mutual labels:  proxy-server
premeStock
Monitors for restocks
Stars: ✭ 53 (+253.33%)
Mutual labels:  requests
htmx-talk-2021
Code examples and slides from my 2021 talk Server-Side is Dead! Long Live Server-Side (+ HTMX), presented at DjangoCon and Code Code Code
Stars: ✭ 18 (+20%)
Mutual labels:  requests
docker-openvpn-client
OpenVPN client with killswitch and proxy servers; built on Alpine
Stars: ✭ 217 (+1346.67%)
Mutual labels:  proxy-server
pyinrail
A python wrapper for Indian Railways Enquiry API!
Stars: ✭ 40 (+166.67%)
Mutual labels:  requests
angular-http-cache
Speed up your remote requests by automatically caching them on client and add support for offline navigation.
Stars: ✭ 25 (+66.67%)
Mutual labels:  requests
PastaBean
Python Script to Scrape Pastebin with Regex
Stars: ✭ 0 (-100%)
Mutual labels:  requests
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+926.67%)
Mutual labels:  proxy-server
json-caching-proxy
Node caching HTTP proxy built on top of express-http-proxy. Persists requests and responses to an in-memory HAR-like data structure based on HAR1.2 . Caches JSON content-type responses by default with the ability to cache an entire site; including content-types describing images. Useful for testing front end code, mocking api, and saving the cac…
Stars: ✭ 31 (+106.67%)
Mutual labels:  proxy-server
bestfetch
fetch ⭐️caching ⭐️deduplication
Stars: ✭ 44 (+193.33%)
Mutual labels:  requests
wc18-cli
An easy command line interface for the 2018 World Cup
Stars: ✭ 15 (+0%)
Mutual labels:  requests
requests-cloudkit
Apple CloudKit Python library.
Stars: ✭ 60 (+300%)
Mutual labels:  requests
requestsR
R interface to Python requests module
Stars: ✭ 12 (-20%)
Mutual labels:  requests
squid proxy pool
Squid 代理池搭建
Stars: ✭ 88 (+486.67%)
Mutual labels:  proxy-server
SpoofDPI
A simple and fast anti-censorship tool written in Go
Stars: ✭ 170 (+1033.33%)
Mutual labels:  proxy-server
torchestrator
Spin up Tor containers and then proxy HTTP requests via these Tor instances
Stars: ✭ 32 (+113.33%)
Mutual labels:  proxy-server
reproxy
Simple edge server / reverse proxy
Stars: ✭ 994 (+6526.67%)
Mutual labels:  proxy-server
PoW-Shield
Project dedicated to fight Layer 7 DDoS with proof of work, featuring an additional WAF. Completed with full set of features and containerized for rapid and lightweight deployment.
Stars: ✭ 99 (+560%)
Mutual labels:  proxy-server
docker-django-nginx-uwsgi-postgres-load-balance-tutorial
實戰 Docker + Django + Nginx + uWSGI + Postgres - Load Balance -Tutorial 📝
Stars: ✭ 102 (+580%)
Mutual labels:  proxy-server

CAPPY PyPI

CAchingProxyinPython is a file based python proxy based on Sharebear's simple python caching proxy.

Install

pip install cappy

Usage

cappy run

Options

  • --port - optional (default: 3030)
  • --cache_dir - optional (default: Temporary platform specific folder)
  • --cache_timeout - optional (default: 864000 seconds, use 0 for caching indefinitely)
  • --cache_compress - optional (default: False) Compress and store the cache
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].