Skip to content

Varadd9406/CsgoPolygonAutoBet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First install selenium from pip

pip install selenium

Then add a webkit for your preffered browser.Here chrome is being used but you can change in the roulette.py.

#For Chrome
driver = webdriver.Chrome(PATH)
#For Firefox
driver = webdriver.Firefox(PATH)

Add a .env file with your the following info

STEAM_USERNAME="yourUsername"
STEAM_PASSWORD="yourPassword"
WEBKIT_PATH = "Absoulute/Path/to/webkit"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages