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
  • Russia
  • 05:39 (UTC +03:00)
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 = {
@kotorkovsciy
kotorkovsciy / poetry.toml
Created February 4, 2025 01:45
Poetry virtualenv configuration
[virtualenvs]
create = true
in-project = true