Skip to main content

Steal commentaries from steam community

Project description

# steam_comments
Simple comments parser from Steam community

# Install
pip install steam_comments


# Usage:
from steam_comments.post import Post
url = "https://steamcommunity.com/groups/ns2rus/discussions/0/527273452871150509/"
p = Post(url=url)
print p.count_comments()

for comment in p.comments():
print comment
# {'profile_url':'..', 'image_url'='..', 'text':'...', 'id'='..', 'author'='..'}

# Details
* profile_url - Absolute url to steam profile
* image_url - Absolute url to author avatar
* text - html code of comment
* id - Steam id
* author - Author of comment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

steam_comments-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page