JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.51k stars 712 forks source link

add: `viewCount` property to `TelegramPost` data class #1035

Open mrunderline opened 1 year ago

mrunderline commented 1 year ago

Hi @JustAnotherArchivist, I was testing telegram web html and see we can add view count of a post to related TelegramPost data class, so I've just do this! Hope to be useful and have been followed your codebase instructions, Also I'm here to change or improve my PR to be approval.

JustAnotherArchivist commented 1 year ago

This should be done using an IntWithGranularity. I was hoping to merge #413 eventually, which also implemented this three years ago but never reached a mergeable state.