Steamprofile
Gather information about steam profiles using python 🎮
Install / Use
/learn @aaronlyy/SteamprofileREADME
steamprofile: Collect information about Profiles on Steam 🕹
Install
Use pip to install
pip install steamprofile
Example
from steamprofile import get_profile
profile = get_profile("https://steamcommunity.com/id/speedkonsum")
print(profile.steamID, profile.memberSince)
# >> aaron December 28, 2017
