Postuf / telegram-osint-lib

Telegram scenario-based API aimed at OSINT
https://habr.com/ru/post/486322
MIT License
255 stars 41 forks source link

[question] any tutorial for making own scenario? #179

Closed iamDonkey closed 4 years ago

iamDonkey commented 4 years ago

for example if i want to use this library to get response of this mtproto method messages.getStickerSet how to do that?

Qusonann commented 4 years ago

Hi! No problem to do that, we are going to update documentation to reflect this. Currently we are working an example, it would cover basic steps of implementing scenario:

  1. implementing required nodes
  2. adding calls to client
  3. implementing the scenario itself
  4. testing the scenario.
iamDonkey commented 4 years ago

Thanks my bro. I am waiting.

Qusonann commented 4 years ago

You can check actual implementation here: https://github.com/Postuf/telegram-osint-lib/pull/180 Most things done are self-documenting, detailed docs to be added later.