import movile
api = movile.config(token=MOVILE_API_TOKEN, user_name=MOVILE_USER_NAME)
sms_id = movile.SmsService().send('cellphone_number', 'message')
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