Skip to content

Instantly share code, notes, and snippets.

View JNuggets's full-sized avatar

JNuggets JNuggets

View GitHub Profile
@JNuggets
JNuggets / windscribe_port.py
Last active October 1, 2022 08:18 — forked from Mibo5354/windscribe_port.py
Windscribe Ephemeral Port Script automatically set qBittorrent listening port
from selenium import webdriver
import selenium
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
# For using sleep function because selenium
# works only when the all the elements of the
# page is loaded.
import time