Skip to content

๐ŸŽฎ๐Ÿ” Automate CS:GO skin name retrieval from Google Sheets and update Buff163 prices in the same document using this code

Notifications You must be signed in to change notification settings

holmenov/BUFF163PriceChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Typing SVG

With this code you will be able to automatically read the names of CS:GO skins from your Google Sheets and enter the prices on the Buff163 service into the same Google Sheets.

Installation

  1. Install Python 3.11 or later
  2. Clone the repository and write this command in the software folder: pip install -r requiments.txt
  3. Get your Google account access key in JSON format and paste it into the folder with the software.
  4. Here get your service account email and add this email as an editor to your Google Sheets.
  5. Set up the config.py and run the main.py.

Settings

  • TABLE_URL - Your link to the Google Sheets.
  • SHEET_ID - Your Sheet ID from the table.
  • CELLS_SKINS - Cells with names of CS:GO skins.
  • CELLS_PRICE - Cells with prices of CS:GO skins.
  • AUTH_FILE - The name of your Google authorization key.
  • SLICE - The range of lots within one item to calculate the average price. If you want to get the minimum price, set it to 1.
  • CREATE_XLSX - Create an xlsx file in the software folder.
  • COPY_TO_CLIPBOARD - Copy results to clipboard.

About

๐ŸŽฎ๐Ÿ” Automate CS:GO skin name retrieval from Google Sheets and update Buff163 prices in the same document using this code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages