nexus-stc / hyperboria

The Unlicense
105 stars 15 forks source link

Create and maintain session-id for search sessions #36

Open the-superpirate opened 3 years ago

the-superpirate commented 3 years ago

It has already been done in Telegram earlier.

We should create a textual 12-character session-id for every search query and then pass it to Meta API in every further get request of the search session. At the moment it just regenerates session-id for every request but do not persist it between get requests.