Skip to content

Simple python module that uses BeautifulSoup4 and Requests to parse Steam app tag data from a Steam app's store page HTML.

License

Notifications You must be signed in to change notification settings

trevallion/steamapptaggetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a very simple Python 3.7 module that uses BeautifulSoup4 and Requests to pull the HTML from a Steam app's store page and parse tags from the HTML. I made this because (to my knowledge) there is no way to pull Steam app tag data from any of the official Steam APIs.

Installation

I highly recommend installing this as a module in a local virtual environment. However, the contents of steamapptaggetter.py should work as long as you have BeautifulSoup4 and Requests (and their respective dependencies) installed in your Python environment.

Usage

from steamapppgetter import get_steam_app_tags
app_tags = get_steam_app_tags(730)

About

Simple python module that uses BeautifulSoup4 and Requests to parse Steam app tag data from a Steam app's store page HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages