[web2py] Experience with pywhatsapp, yowsup and web2py

2017-02-26 Thread Henk huisman
I have written an application in web2py that sends SMS messages from an agenda of an outpatient clinic to remind patients of their appointment. I am using Clickatell as provider and their API. Now I would like to extend this service to Whatsapp messaging. Is there anyone who has experience

Re: [web2py] Re: Open Sourced dating website

2017-02-26 Thread Jaimee S
Yea, dude. There definitely aren't ‎many new ideas under the sun so its always best to find one and improve it a little.

[web2py] Re: Email using p7s file

2017-02-26 Thread Scott Hunter
Hello? On Friday, February 17, 2017 at 7:57:03 AM UTC-5, Scott Hunter wrote: > > Is it possible to send email with web2py's Auth mailer using a .p7s file > to sign/encrypt it? If so, how? > > If not, I saw (very brief) documentation on how to use x509 encryption > (top of Chapter 8), but

[web2py] Re: best way to put together components that interact between them

2017-02-26 Thread Bernardo Leon
Hi! Thank you for your time. I am satisfied with the results, I didn't knew that response.js or _onclick for instance can execute code in the parent component, that way I could solve this problem. When I write OOP I create classes which do only one thing and in the end I have a client

[web2py] Re: Open Sourced dating website

2017-02-26 Thread Donald McClymont
Thanks for sharing - I will take a look. No plans to start a dating website for people - however currently quite enjoying reading "The evolution of everything" and this argues that human progress arises when ideas have sex - so perhaps it could be adapted to a dating site for ideas. Donald

[web2py] Re: New system like web2pyslices ( redesign and remodel maybe ) to web2py

2017-02-26 Thread Donald McClymont
I think something should be done - the current site never seems to be up any more - I just get ticket issue unrecoverable when I access. I also think we could look at a different approach with basically just using github for storing everything and the slices just provides a searchable

[web2py] Re: server for load web2py application

2017-02-26 Thread Donald McClymont
Why not just start with the free pythonanywhere option? - if only a few users and few pages it should be fine - unless there are features that you need that are not on free accounts. As far as pythonanywhere are concerned web2py is the app so you can still have a number of web2py applications

[web2py] Re: web2pyslices.com down

2017-02-26 Thread Ben Lawrence
Down again. On Tuesday, July 31, 2012 at 6:31:45 AM UTC-7, Dave wrote: > > > it was down yesterday too -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) ---

[web2py] Re: best way to put together components that interact between them

2017-02-26 Thread Marlysson Silva
Try on action in a component ( click , submit , any event ) make this: http://web2py.com/books/default/chapter/29/12/components-and-plugins?search=load#Reload-another-component Reload other component .. but before of the reload the component , use the javascript to show it and so perform the

[web2py] Re: plugins

2017-02-26 Thread Ben Lawrence
or adding them to the web2py account on GitHub? On Sunday, February 19, 2017 at 2:04:48 PM UTC-8, Joe Barnhart wrote: > > One would think a wiki might be useful to collect plugin information > > ;-) > > Joe > > On Friday, March 11, 2011 at 6:48:26 AM UTC-8, Massimo Di Pierro wrote: >> >> I

[web2py] server for load web2py application

2017-02-26 Thread Alessio Varalta
Hi, I want to load a web2py site on a server. I see https://www.pythonanywhere.com/ is very simple but I want to know another service for compare the price, any suggestions? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: best way to put together components that interact between them

2017-02-26 Thread Bernardo Leon
The second option. Many pages loaded by the load (or w2p_component) function El sábado, 25 de febrero de 2017, 16:52:24 (UTC-5), Marlysson Silva escribió: > > Are you using the some frontend framework? As Vuejs , angular , react .. > > Or many pages html loaded by the *load *function ? > > Em

Re: [web2py] Re: vue.js

2017-02-26 Thread St. Pirsch
Hi John, Thanks! it works! Strange though that the untouched scaffolding app seems to work for some people and for others not. Best, Stephan Am Dienstag, 31. Januar 2017 17:50:14 UTC+1 schrieb John Philip: > > Hi Stephan, > > I tried the brutal approach. I changed the delimiters for web2py on