Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
/ SSTCFS Public archive

clicks through steam list in order to get trading cards when a steam sale is

License

Notifications You must be signed in to change notification settings

AaronTarga/SSTCFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSTCFS

This is a python script made to collect steam trading cards by clicking through list during steam sales.

For this script you need to install selenium on python. Here are instructions to download selenium for python. Download and use chrome driver or geckodriver as instructed in the documentation from selenium.

Then you need to change some things in the file: Set the value of the cookies in the config.yml file by copying cookies while signed in, in the browser. You can do that with the firefox or chrome web developer tools. But it's more convenient if you use a plugin like Cookie Editor. After that you can start your script by executing it like a normal python script python steamv2.py. (You can use multiple accounts as shown in the example).

Example config.yaml:

steam:
  - steamLoginSecure: first_steamLoginSecure
  - steamLoginSecure: second_steamLoginSecure

loops:
  first: 1 # can be increased to click through multiple lists
  second: 12 # should be 12 to exactly click through one list

About

clicks through steam list in order to get trading cards when a steam sale is

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages