Skip to content

Seg-mel/proxy_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy example

Simple proxy server for VK with rate limit (5 requests in 5 seconds)

Installing

  • Install Python >=3.6
  • Clone the project git clone https://github.com/Seg-mel/proxy_example.git
  • Move to the project directory cd proxy_example
  • Install pip requirements pip install -r requirements.txt or pip3 install -r requirements.txt (if Python 3 is not the main version in your system)

Start the project

  • python ./server.py or python3 ./server.py (if Python 3 is not the main version in your system)

Simple test

  • First example from official docs curl -v 'http://127.0.0.1:8080/method/users.get?user_ids=210700286&fields=bdate&v=5.69'
  • Second example curl -v 'http://127.0.0.1:8080/method/friends.get?user_id=6&fields=nickname,city,status'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages