Code example that will make a Skype connection?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Al Dykes

    Code example that will make a Skype connection?


    Can some post a Python code fragment that will to make a PC with Skpye
    installed to make a Skype call, given a valid phone # string.

    I'm not asking for code that handles the audio once the connection is
    made.






    --
    Al Dykes
    News is something someone wants to suppress, everything else is advertising.
    - Lord Northcliffe, publisher of the Daily Mail

  • Marco Bizzarri

    #2
    Re: Code example that will make a Skype connection?

    On Sat, Sep 13, 2008 at 4:09 PM, Al Dykes <adykes@panix.c omwrote:
    >
    Can some post a Python code fragment that will to make a PC with Skpye
    installed to make a Skype call, given a valid phone # string.
    >
    I'm not asking for code that handles the audio once the connection is
    made.
    >
    >
    Maybe you can find this useful?





    Regards
    Marco

    --
    Marco Bizzarri
    Where we talk about coding, Dungeons and Dragons, and stuff.


    Comment

    • Al Dykes

      #3
      Re: Code example that will make a Skype connection?

      In article <48cbdd9d$0$189 5$426a34cc@news .free.fr>,
      nntpman68 <news1234@free. frwrote:
      >Hi,
      >
      >Just some thoughts / now answer :-(
      >
      >The solution might vary on the platform / OS.
      >
      >Would it be acceptable for you to
      >control for example firefox from python and firefox would control skype
      >via the skype plugin. (should exist for multiple platforms)
      >
      >Do you search a native python solution or would you accept, that some
      >C-code had to be compiled.
      >
      Building a C module is fine as long as I don't have to debug it.

      I know that FF can do Skype so, I guess, if I write a Python app that
      runs in a browser, I've solved my problem. I'm about to learn Python,
      so I haven't given any thought to how to do that.


      Thanks for the response.

      What would be picked for a portable Firebox-based app?







      --
      Al Dykes
      News is something someone wants to suppress, everything else is advertising.
      - Lord Northcliffe, publisher of the Daily Mail

      Comment

      • Al Dykes

        #4
        Re: Code example that will make a Skype connection?

        In article <mailman.980.12 21320529.3487.p ython-list@python.org >,
        Marco Bizzarri <marco.bizzarri @gmail.comwrote :
        >On Sat, Sep 13, 2008 at 4:09 PM, Al Dykes <adykes@panix.c omwrote:
        >>
        >Can some post a Python code fragment that will to make a PC with Skpye
        >installed to make a Skype call, given a valid phone # string.
        >>
        >I'm not asking for code that handles the audio once the connection is
        >made.
        >>
        >>
        >
        >Maybe you can find this useful?
        >
        >
        >https://developer.skype.com/wiki/Sky...es/s4p_call_py
        >
        >
        >Regards
        >Marco

        Thanks for helping me get started. I'm new to Skype and Python.



        --
        Al Dykes
        News is something someone wants to suppress, everything else is advertising.
        - Lord Northcliffe, publisher of the Daily Mail

        Comment

        Working...