Skip to content

Instantly share code, notes, and snippets.

View hackflu's full-sized avatar
🎯
Focusing

DevilKnowYou hackflu

🎯
Focusing
  • India
  • 04:01 (UTC +05:30)
View GitHub Profile
@hackflu
hackflu / proxies.py
Created August 29, 2021 09:14
this libaray help us to find the random proxies from the specified websites. i would like to thanks to all the website for providing us the free proxies
try:
import threading
from bs4 import BeautifulSoup
import requests
import random
import queue
except:
print(" Library not found! ")