Multiple python script running same token

dajinkya
Can i run multiple scripts with same access token?

Basically i want to run buy script different.
And second script which does selling based on positions monitoring.

Or any better idea to handle this python?
  • Vivek
    That should be possible as long as access token is valid. You can use same access token in any number of processes/scripts.
  • dajinkya
    dajinkya edited February 2018
    @vivek i saw some exception while doing that, i forgot to capture the log. But it was related to firing api query at same time
Sign In or Register to comment.