Skip to content

elsorino/steamcommunity-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steamcommunity-downloader

Export things such as comments from Steam community

Script I made while learning Python

Requirements

  • Python3
    • BeautifulSoup4
    • Requests
    • SteamID

Usage

For steam comments, do:

./stcommunity.py -u https://steamcommunity.com/id/ChetFaliszek/ -n 2 -o example.txt

This also supports group urls for group comments.

For group announcements, use --announcements

Optionally, use --html to enable html output for steam emotes & profile links.

Profiles must be public(for now)

This does however, work on community banned profiles.

TODO:

  • Support private profiles
  • Support more steam group stuff incl. events, comments on announcements, discussions, hidden announcements

About

Save all comments from a user's steam profile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages