I am looking for a way to receive emails and parse out certain
information, then save the info to a DB or a Spreadsheet. A Google
Docs Spreadsheet would be fine, if that's possible.
Would Google App Engine be able to do this? Which language would be
best? Maybe something like this already exists that I could use?
It's for a club membership list. People sign up with an HTML form, and
the form emails the information to an email address. I want to pluck
the data out of the email and have it save automatically.
Thanks,
Cynthia
Cynthia
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
So.. I have thought of modifying the form itself so it can write
directly to a Database, but I'm not sure if my changes to the code
would remain if someone else updates the pages with all their
automatic junk. So the fewer changes I can make to the HTML itself,
the better. The least intrusive way of doing this would be, I think,
to catch the emails that the form generates and then do what I want
with them. But alas, I've never done such a thing.
Cynthia
On Dec 1, 1:10 pm, Rishi Arora <rishi.ar...@ship-rack.com> wrote:
> My app heavily relies on processing received emails, and even though I'm
> just as good (or bad) at python as I am at Java, I chose python because if
> its flexibility in string processing. The emails my app receives are in
> hundreds of different formats and these formats change very often. Python
> offers ease of initial development, and ease of quick and frequent changes.
> Of course, these are personal preferences - experience Java developers can
> possibly do things much faster than I can.
>
> But this is only part 1 of your problem set. Part is being able to save
> generated and organized data in a Google Spreadsheet. I haven't developed
> any such thing myself, but in my related research, I found things that
> might interest you here (GData Services):http://code.google.com/appengine/docs/python/howto/usinggdataservices....
The DataStorage is easy, but making a spreadsheet out of the data (if you
want it to be editable) is not going to be simple.
Personally if I were doing the project you describe I would Check out PHP
Form Maker (Pro?) or one of the other form maker software suites depending
on what you or your Sys admin/web host determines would be easiest in your
web configuration.
Not that I want to dissuade you from GAE, just don't think that the learning
curve for the task is well balanced.
-Brandon
Brandon Wirtz
BlackWaterOps: President / Lead Mercenary
Work: 510-992-6548
Toll Free: 866-400-4536
IM: dra...@gmail.com (Google Talk)
Skype: drakegreene
BlackWater Ops
Thanks,
Cynthia
--
On Dec 1, 2:15 pm, "Brandon Wirtz" <drak...@digerat.com> wrote:
> Unless there is a reason for the form to send an email, you would be better
> to put the forms "target" on appengine and convert the post data to a
> database. Java or python can do this relatively easily, if you don't speak
> either now however I don't know as this is a super easy first task.
>
> The DataStorage is easy, but making a spreadsheet out of the data (if you
> want it to be editable) is not going to be simple.
>
> Personally if I were doing the project you describe I would Check out PHP
> Form Maker (Pro?) or one of the other form maker software suites depending
> on what you or your Sys admin/web host determines would be easiest in your
> web configuration.
>
> Not that I want to dissuade you from GAE, just don't think that the learning
> curve for the task is well balanced.
>
> -Brandon
>
> Brandon Wirtz
> BlackWaterOps: President / Lead Mercenary
>
> Work: 510-992-6548
> Toll Free: 866-400-4536
> IM: drak...@gmail.com (Google Talk)