Coder Social home page Coder Social logo

signalwire-python's People

Contributors

dependabot[bot] avatar edolix avatar ikcam avatar kevingarabedian2 avatar lpradovera avatar paltman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

signalwire-python's Issues

pip v1.1 error

Hi Luca, thanks for the pip package update. Still throws an error though, in the attached example I think due to no "signalwire.rest" in /rest/init.py ? Still quite a few refs in there to Twilio!? ๐Ÿค”
pip signalwire 1 1 rest error

Thank you!

Hi,

I have yet to try this SDK out, but I surely appreciate how featureful the very talented @edolix is making this SDK.

Keep up the great work.

thanks!

SDK have errors while creating LAML bins

from signalwire.voice_response import VoiceResponse, Dial, Number
for the above line I am getting the error

[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from signalwire.voice_response import VoiceResponse, Dial, Number
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name Dial

please check

Dialogflow calls

Hey guys, is there a way we can retrieve a Dialogflow call from python-client?

SDK have errors, ImportError: No module named parse

below error, I am getting when creating Client Object

Python 2.7.13 (default, Sep 26 2018, 18:42:22)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.

from signalwire.rest import Client as signalwire_client
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/signalwire/rest/init.py", line 4, in
from urllib.parse import urlparse, ParseResult
ImportError: No module named parse

TypeError: create() got an unexpected keyword argument 'mediaurl'

Here's the example

#!/usr/bin/python3                                                                                                                                              

from signalwire.rest import Client as signalwire_client

client = signalwire_client("XXXXXXX", "XXXX", signalwire_space_url = 'joshebosh.signalwire.com')

message = client.messages.create(
from_='+1334212XXXX',
body='this is a test',
to='+1931XXXXXXX',
mediaurl='http://1co.joshebosh.com/pics/josheboshGIF.gif',
)

print(message.sid)

and i'm getting error

Traceback (most recent call last):
  File "mms.py", line 11, in <module>
    mediaurl='http://1co.joshebosh.com/pics/josheboshGIF.gif',
TypeError: create() got an unexpected keyword argument 'mediaurl'

would seem simple enough, tried various camel cases...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.