Skip to content

ajcRodrigues/movile-python-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movile Rest API

Python library for Movile Messaging API

Usage
import movile
api = movile.config(token=MOVILE_API_TOKEN, user_name=MOVILE_USER_NAME)
sms_id = movile.SmsService().send('cellphone_number', 'message')

Instalation

Clone the repository source:

$ git clone https://github.com/ajcRodrigues/movile-python-rest.git

Execute the setup script using pip:

$ cd movile-python-rest
$ pip3 install -r requirements.txt

Author

Antônio José da Cunha Rodrigues.

About

Python library for Movile Messaging API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages