Skip to content

Creates a bar chart of release year of games in library from a given steam profile link.

Notifications You must be signed in to change notification settings

JaberHaisan/steam-library-year-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

steam-library-year-visualizer

External Modules Required - bs4, selenium, matplotlib, lxml

This script scraps release year of games in library from a given steam profile link by using requests and bs4 and creates a bar chart from the acquired data using matplotlib.

Note - Steam no longer shows library data unless you are logged in. The script will give 60s to log in through selenium in order to get the required data.

Here's an example result: Figure_1

For the following cases scraping will fail according to tests:

  1. Games removed from the store can't be accessed. For e.g. https://store.steampowered.com/app/254040
  2. Some games do not have a release date in the steam store. For e.g. https://store.steampowered.com/app/8980/

About

Creates a bar chart of release year of games in library from a given steam profile link.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages