Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.36 KB

Burner

PyPI PyPI - License PyPI - Python Version

Easy to use script to determine the cheapest price for SimSMS codes.

Installation

With Pip

pip install burner

With Poetry

poetry add git+https://github.com/ramadan8/Burner.git

Manual

git clone https://github.com/ramadan8/Burner --depth 1
poetry install

Usage

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.