Skip to content

Instantly share code, notes, and snippets.

View kotorkovsciy's full-sized avatar
:atom:
All my reps are private he he he

Nikita Kovinjko kotorkovsciy

:atom:
All my reps are private he he he
View GitHub Profile
@kotorkovsciy
kotorkovsciy / use_proxy_example.py
Created August 9, 2022 16:12
A simple example using proxy written using Free-proxy
import requests
from fp.fp import FreeProxy
from fake_useragent import UserAgent
proxy = FreeProxy(https=False, anonym=True).get()
User_Agent = UserAgent()
headers = {