Easy to use script to determine the cheapest price for SimSMS codes.
pip install burnerpoetry add git+https://github.com/ramadan8/Burner.gitgit clone https://github.com/ramadan8/Burner --depth 1
poetry installUse the following command to find the code for the service you want.
burner servicesThen use the following command to find the price list for the service.
burner prices opt29 # This will get the price list for Telegram.If you want to refresh the cache for the prices to a newer version, run the following command.
burner --authorization <apikey> resetIf you'd like to buy a phone number, use the following format. An API key with available funds is necessary for this command.
burner -a <apikey> number <countrycode> <servicecode>For example, you could type the following to get a Russian Signal code.
burner -a <apikey> number RU opt127You can also set your API key with the SMS_AUTHORIZATION environment variable.
For more information simply type burner --help.