ForceGT / Tata-Sky-IPTV

Generate direct m3u playlist for all the channels subscribed in the Tata Sky portal
661 stars 130 forks source link

Look-up subscriber ID from RMN using tata sky API #48

Closed anishsane closed 2 years ago

anishsane commented 2 years ago

We often remember our phone number, but not our subscriber ID. So, we need to look up the SID from tata sky app or from the STB. Tata sky provides an API to look up the subscriber ID from RMN. Use that to populate the default subscriber ID. If more than 1 SIDs present for the same RMN, provide a list instead.

anishsane commented 2 years ago

I just realized that login.py already has a function to obtain the sid. Although it's a bit buggy, it will be better to correct it and use that function instead.

Shra1V32 commented 2 years ago

Actually, We no longer making any changes to this script. Everything that has to be done will be done to the AutoUpdater script because it's re-based onto it. I'll implement the same in my script, It'll be more helpful in that way. Thanks for the PR btw.