Skip to content

ktnk-dev/teleview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About Teleview

  • Async Python library to get channels, posts and comments
  • Version: release/2.0
  • Providers: telegram (by default)
  • Dependencies: aiohttp, bs4
  • Functions, Datatypes and Exception documentation
  • First steps with code examples
  • Code migration from v1.2.2
  • Release notes, FAQ, and more...

What are providers

  • Providers allow to get info from different social networks using only Teleview package!
  • Output is standardized and prototyped. You can change providers on fly without changing your code!

Teleview capabilities with telegram provider

  • Get channel information: name, description, photo and more...
  • Get posts in channel: by ID, latest, even all posts in channel
  • Get text, media, views and datetime from posts
  • Get comments sent in post: by ID or 100 latest

TODO

  • [telegram] Get media from comments
  • [lib] TGstat and VK providers

About

Async Python library to get channels, posts and comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages