Dump CSGO skin IDs directly from game files.
If you just want the CS:GO weapon/skin IDs, look in item_index.txt
Windows Method:
Point SteamPath var to CSGO base folder eg. 'C:/Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/'
and run. Type skin_id_getter.py in command prompt
OSX Method:
Point SteamPath var to CSGO base folder eg.
'/Users/USER/Library/Application Support/Steam/steamapps/common/Counter-Strike Global Offensive/'
and run. Type python ./skin_id_getter.py in terminal
Linux Method:
Point SteamPath var to CSGO base folder eg.
'/home/steam/.steam/steam/steamapps/common/Counter-Strike Global Offensive/'
and run. Type python ./skin_id_getter.py in terminal
Any info you need on python go here
Will Update when new CS:GO case comes out