exageraldo / RestSMSGateway

REST SMS Gateway allows to change your phone into a powerful SMS Gateway which you can control from a computer.
GNU General Public License v3.0
27 stars 13 forks source link

Installation problem #2

Open carblan opened 5 years ago

carblan commented 5 years ago

Hi there! I'm using Fedora 29 I already install - REST SMS Gateway V1.8 - on my phone. i do - pip install rest-sms-gateway - and installed correctly but after this it suppose to run right away:

from rest_sms_gateway import SMSGatewayClient client = SMSGatewayClient('http://172.16.19.77:8080')

but for someone that it's new it's unclear if I have to put it on a file, so I assume that yes, and create a sms.py file, but it throws an error:

./sms.py: line 1: from: command not found ./sms.py: line 4: syntax error near unexpected token (' ./sms.py: line 4:client = SMSGatewayClient('http://192.168.1.119:8080')'

can you help me or point me to an step by spet tutorial

Thanks

exageraldo commented 4 years ago

I think I forgot to update the code in the PyPI... Sorry.

I was missing, but I will resume the project now to fix some issues.

mbebiano commented 4 years ago

some problem