Re: Connecting a Desktop App to a Web App

2008-06-23 Thread Daniel Fetchinson
>>> Okay, well I wouldn't be creating the app, so, any hints on how to >>> figure out the API of a web app I don't know super well? >> >> Is it something like google, youtube, facebook, etc? These have >> publicly available API specifications. >> >> If it's just a random website without a well main

Re: Re: Connecting a Desktop App to a Web App

2008-06-21 Thread Daniel Fetchinson
> Okay, well I wouldn't be creating the app, so, any hints on how to > figure out the API of a web app I don't know super well? Is it something like google, youtube, facebook, etc? These have publicly available API specifications. If it's just a random website without a well maintained public API

Re: Re: Connecting a Desktop App to a Web App

2008-06-21 Thread Alex Bryan
Okay, well I wouldn't be creating the app, so, any hints on how to figure out the API of a web app I don't know super well? -- http://mail.python.org/mailman/listinfo/python-list

Re: Connecting a Desktop App to a Web App

2008-06-21 Thread Daniel Fetchinson
> Okay, this is my first post to this mailing list, so first off if I > shouldn't be sending something here, PLEASE correct me. Okay, so I > want to create an app that has a GUI (most likely Tkinter) and will > prompt the user to choose files and such and then will upload those > files, either regu

Connecting a Desktop App to a Web App

2008-06-21 Thread Alex Bryan
Okay, this is my first post to this mailing list, so first off if I shouldn't be sending something here, PLEASE correct me. Okay, so I want to create an app that has a GUI (most likely Tkinter) and will prompt the user to choose files and such and then will upload those files, either regula