Set of scripts that set and print proxy information. Intended to be added to existing codebases.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
These scripts are designed to set the proxy info and print it. They are not standalone scripts, but are intended to be added to other pre-existing code.
Scripts are available for the following languages:
- GO : main.go
- Python : main.py
- Node.js : main.js (Additional libraries:
npm install axios cheerio
) - Ruby : main.rb (Additional libraries:
gem install nokogiri
) - Deno : main.ts (Run command:
deno run --allow-net proxy.ts
) - Rust : main.rs
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Exohayvan/Simple-Proxy-for-Scripts.git
- Install NPM packages (if using Node.js)
npm install axios cheerio
These scripts are intended to be added to your existing codebase. They allow for setting and printing proxy information.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Discord - discord-invite
Project Link: https://github.com/Exohayvan/Simple-Proxy-for-Scripts