Disposable-phonebook

Latest version: v0.4.1

Safety actively analyzes 623616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.1

Fixed

- Include missing `tqdm` dependency on package install
- Include user-agent data files on package install

0.4.0

Added

- Add provider for `receive-sms-free.cc`
- Use random user agent per each new `requests.Session`

0.3.0

Added

- Add max timeout per scraper thread (20min) - once it's reached, the thread
gracefully exits. This prevents one long-running or hung thread from causing
and infinite block on whole execution. `Provider` classes need to check for
`self.stopped() -> bool` during execution cycles.
- Add provider for `sms-online.co`

Changed

- BREAKING: Change class spec of `NumberProvider`: it now directly inherits from
`threading.Thread`. `def scrape(self)` was renamed to `def run(self)`, callback
`Writer` is now provided via class constructor

0.2.2

Added

- Add "url" field to output. Points at web page for reading SMS contents
- Add `www.receivesms.org` provider

0.2.1

Added

- Add WebhookWriter for sending results as HTTP POST requests

0.2.0

Added

- Add support for ReceiveSmsOnlineInfo provider
- Add support for interactive progress bar on CLI

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.