Metadata-Version: 2.1
Name: burner
Version: 0.1.1
Summary: Script to interact with SimSMS's website.
Home-page: https://github.com/ramadan8/Burner
License: MIT
Keywords: phone,burner,sms
Author: Aidan
Author-email: ramadan8@riseup.net
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: Internet Phone
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: click (==8.1.3)
Requires-Dist: requests (==2.28.1)
Project-URL: Repository, https://github.com/ramadan8/Burner
Description-Content-Type: text/markdown

# Burner

Easy to use script to determine the cheapest price for [SimSMS](https://simsms.org/).

## Installation

### With Pip

```bash
pip install burner
```

### With Poetry

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

### Manual

```bash
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.

```bash
poetry run burner --authorization <api_key> services
```

Then use the following command to find the price list for the service.

```bash
poetry run burner --authorization <api_key> prices opt29 # This will get the price list for Telegram.
```

You can omit the `--authorization` argument once you have populated the database once.

