Skip to content

Releases: parsariyahi/prsmsp

v1.7.2

16 Jan 13:30
Compare
Choose a tag to compare

What's Changed

  • Add Panel to prsmsp main module, now you can use prsmsp like this:
    from prsmsp import Panel
    p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")
  • Add Exceptions for validating auth type for each panel, should be username and password or api_key.

Full Changelog: v1.7.1...v1.7.2

Release v1.7.1

16 Jan 13:21
Compare
Choose a tag to compare

What's Changed

  • Add Panel to prsmsp main module, now you can use prsmsp like this:
    from prsmsp import Panel
    p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")
  • Add Exceptions for validating auth type for each panel, should be username and password or api_key.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

30 Jun 09:44
Compare
Choose a tag to compare

Panel Factory

now you can use a factory and call your panel like this

from prsmsp.panel import Panel

p = Panel("PANEL_NAME", username="USERNAME", password="PASSWORD")

p.send_sms(**args)

or for api key based you can use this

from prsmsp.panel import Panel

p = Panel("PANEL_NAME", api_key="API_KEY")

p.send_sms(**args)

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

16 May 18:59
Compare
Choose a tag to compare

panels

  • Sapak

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

06 May 18:52
Compare
Choose a tag to compare

panels

  • Sms1

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

14 Apr 09:28
Compare
Choose a tag to compare

Panels

  • niksms

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

09 Apr 21:54
Compare
Choose a tag to compare

Changes

  • added annotation for all methods in panels

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Apr 15:56
Compare
Choose a tag to compare

What's Changed

New Panels

  • FarazSms

Full Changelog: v1.2.2...v1.3.0

v1.2.2

08 Apr 19:20
Compare
Choose a tag to compare

Changes

  • refactored the name of submodules (exeption, abctract).
    • the names were wrong so I correct them into (exceptions, abstracts).
      Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Apr 16:57
Compare
Choose a tag to compare

Bug Fixes

  • headers bug in GhasedakSms class fixed

Full Changelog: v1.2.0...v1.2.1