You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fast2sms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast2sms

Python package for Fast2 Sms API Client

1.0.0
pipPyPI
Maintainers
1

Fast2 SMS

Python package for FAST2 SMS API Client

Client setup


from fast2sms import F2Client

# Initialize The Client 
f2 = F2Client(api_key="YOUR_API_KEY")


response = f2.quick_sms(
    numbers="999999999, 1111111111, 8888888888", # You can use multiple number split with coma 
    msg="Hey This Is Test Message",
)

print(response.text) # return is json value 

Installing

pip install fast2sms

Dependencies

• requests

• Python 3+

Support

  • MR MKN
  • Telegram

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.