Easy to use script to determine the cheapest price for SimSMS codes.
pip install burner
poetry add git+https://github.com/ramadan8/Burner.git
git clone https://github.com/ramadan8/Burner --depth 1
poetry install
Use the following command to find the code for the service you want.
burner services
Then 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> reset
If 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 opt127
You can also set your API key with the SMS_AUTHORIZATION
environment variable.
For more information simply type burner --help
.