pghosh
pghosh
tl;dr: No, this task is to see if there is an open data set/model exists Details, We have a few (like 100/200) emails that we need to start working with....
I will jump in too. Will be using python though.
For now let's just have the body dumped. name the email filenames with address/subject/date_time s so that once we add tags we can easily verify the result.
We should be marking the messages as read as soon as we have consumed them, so I would go with IMAP.
I like the delegating actual parsing logic because as mentioned, listener can be agnostic and we might as well start adding more ways to funnel message like twitter stream. @zacherybohon...
This is open, however this has a dependency on https://github.com/Data4Democracy/indivisible/issues/8 . But if you want to start just looking into the emails to understand the data/ have your own scraper...
API spec is not yet finalized to unblock this.
##### Design thoughts Scraper.scrap is the entry point of all the scrapping. Depending on type of emails (i.e simple html vs pictures vs plain text) we can have multiple method...
@shreyu86 The goal for this is to make onboarding as painless as possible. for now I don't see anything specific than what basic conda environment has. Later on we can...
@WanderingStar I will just go for python 3. A generic container is a great idea. conda environments usually covers the basic requirements, we will need a few more to launch...