This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import datetime as dt | |
# OPSEC Warning: change simId and appInstallId | |
# This script run well over Tor or VPN (but you may encounter rate limitation) | |
class OrangePhoneAPI: | |
def __init__(self) -> None: | |
self.simId = "12345678912345678912" | |
self.appInstallId = "f8de172f-1315-43ab-a733-7b186879c5de" |