Multiple connections behavior #713
Unanswered
capybaraborn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I have been working on a simple script which can get a short statistic about several posts from public channels like views, reactions, etc.
As I understand Bot API doesn't have it so I took original App creds and my account using this package, save my session hash in storage in order to avoid repeated authorizations but faced to another one concern: how to handle multiple sessions?
For example I have to open multiple instances of my application, do I need to use unique session per each instance and can I create session from the one ip and move hash to another machine?
May be you already solved it and have any ideas.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions