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
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file steam_comments-0.0.1.tar.gz.
File metadata
- Download URL: steam_comments-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab915bab63c91d6fb2ae8ea6d04300114b9e748398c0f0253a25b056fa6a1484
|
|
| MD5 |
8888c9681ff76ee66fd24e60d39e52a3
|
|
| BLAKE2b-256 |
24807242bcc221a416d159a65f66a1e05ce3d30fae4bdff3ce4b42c7a3baf441
|