Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"EBT Near Me" – Put a map on it: "Where can I use my EBT card?" #33

Closed
alanjosephwilliams opened this issue Aug 5, 2014 · 22 comments
Closed
Labels

Comments

@alanjosephwilliams
Copy link
Contributor

BLUF: Let's scrape ebt.ca.gov's list of stores that accept EBT, search for address and Yelp reviews of said stores, and put them on a map.


So, already in this experiment I've decided it sucks to ask whether or not a store takes EBT. Sometimes its on the door outside, sometimes its not. I haven't been turned away yet, but the idea of being told "sorry, we don't" while holding an armful of groceries sounds terrible.

To avoid this, I visited www.ebt.ca.gov. Sure enough, there is a link that reads "Where can I use my EBT Card?"

When you click through, a little widget appears that allows you to search by city, ZIP, or county for establishments that accept EBT food or cash benefits. Nice. I dutifully searched for locations in San Francisco, and was presented with this:

california ebt client website - where can i use

No links to any store website or Yelp page, no map to view their locations relative to mine. No indication as to what is available at each respective store.

Could we scrape this list of stores, search for an address or yelp review of each, and present that data with links on a map? Bonus points to be able to filter the 25+ pages of results down to those stores within walking distance.

@lippytak
Copy link

lippytak commented Aug 5, 2014

One of the earliest CfA (brigade? hack night?) projects tried to address this in another way: http://www.snapfresh.org/

It's even featured on HSA's official site!

Also on that page:

You can use this Retailer Locater link to find stores in your area that takes CalFresh benefits http://snap-load-balancer-244858692.us-east-1.elb.amazonaws.com/index.html

= 404 error :(

@lippytak
Copy link

lippytak commented Aug 5, 2014

If you search for places that accept EBT in "San Francisco":

screen shot 2014-08-04 at 10 18 21 pm

@alanjosephwilliams
Copy link
Contributor Author

This is actually helpful! It's not perfect but its serviceable for my purposes.

How hard do you think it would be to get this linked to on www.ebt.ca.gov? Nigh impossible?

@lippytak
Copy link

lippytak commented Aug 5, 2014

Maybe we can do this with:

  1. Kimono (pagination or targeted crawling to get all of CA)
  2. Send it to a Google Spreadsheet
  3. JFMI (here or here?)

@alanjosephwilliams
Copy link
Contributor Author

Sounds like its worth a shot. Kimono may not be able to toggle county selections required to get all of CA, but we should try and find out.

@greggish
Copy link

greggish commented Aug 5, 2014

i wonder how well these listings could fit into the open referral format
https://github.com/codeforamerica/OpenReferral/blob/master/openreferral.md.

@fureigh
Copy link

fureigh commented Aug 5, 2014

Another JFMI option: Google Fusion Tables, especially useful if you end up working with >1K rows.

@daguar
Copy link
Collaborator

daguar commented Aug 5, 2014

I've done a bunch of things like this and the flow I like is:

  • go to page on mobile browser
  • click okay to the site using your location
  • it shows you places near you now

With bookmark, two-click use.

#BartMeNow

On Aug 5, 2014, at 12:03 PM, Fureigh notifications@github.com wrote:

Another JFMI option: Google Fusion Tables, especially useful if you end up working with >1K rows.


Reply to this email directly or view it on GitHub.

@fureigh
Copy link

fureigh commented Aug 5, 2014

Good point. You could also fork and repurpose something like chicagoflushots.org, a.k.a. https://github.com/tkompare/flushots2013 and use that to handle the display. Maybe update the "which days they're open" to reflect other categories, like availability of restaurant meals or groceries

(Basically all it needs to know is where to look for a Google Fusion spreadsheet. I forked it for https://github.com/fureigh/lbcflushots; happy to discuss.)

@daguar
Copy link
Collaborator

daguar commented Aug 5, 2014

This also exists: https://www.ebt.ca.gov/caebtclient/usebenefit.jsp

Also leaving the Searchable Map Template link in Issues as discussed on
Slack: http://datamade.us/civic-apps/searchable-map-template/

On Tue, Aug 5, 2014 at 12:39 PM, Fureigh notifications@github.com wrote:

Good point. You could also fork and repurpose something like
chicagoflushots.org http://www.chicagoflushots.org, a.k.a.
https://github.com/tkompare/flushots2013 and use that to handle the
display. Maybe update the "which days they're open" to reflect other
categories, like availability of restaurant meals or groceries

(Basically all it needs to know is where to look for a Google Fusion
spreadsheet. I forked it for https://github.com/fureigh/lbcflushots;
happy to discuss.)


Reply to this email directly or view it on GitHub
#33 (comment)
.

Dave Guarino
Consultant, Health Vertical
(2013 Fellowship alumnus)
Code for America http://www.codeforamerica.org/
dave@codeforamerica.org
LinkedIn http://www.linkedin.com/in/daveguarino/ | GitHub
https://github.com/daguar/

@RebeccaCoelius
Copy link

Would be nice if we could get Yelp to include this data point as they did for food inspection scores. (And probably more useful)

Rebecca Coelius

On Aug 5, 2014, at 1:49 PM, Dave Guarino notifications@github.com wrote:

This also exists: https://www.ebt.ca.gov/caebtclient/usebenefit.jsp

Also leaving the Searchable Map Template link in Issues as discussed on
Slack: http://datamade.us/civic-apps/searchable-map-template/

On Tue, Aug 5, 2014 at 12:39 PM, Fureigh notifications@github.com wrote:

Good point. You could also fork and repurpose something like
chicagoflushots.org http://www.chicagoflushots.org, a.k.a.
https://github.com/tkompare/flushots2013 and use that to handle the
display. Maybe update the "which days they're open" to reflect other
categories, like availability of restaurant meals or groceries

(Basically all it needs to know is where to look for a Google Fusion
spreadsheet. I forked it for https://github.com/fureigh/lbcflushots;
happy to discuss.)


Reply to this email directly or view it on GitHub
#33 (comment)
.

Dave Guarino
Consultant, Health Vertical
(2013 Fellowship alumnus)
Code for America http://www.codeforamerica.org/
dave@codeforamerica.org
LinkedIn http://www.linkedin.com/in/daveguarino/ | GitHub
https://github.com/daguar/

Reply to this email directly or view it on GitHub.

@fureigh
Copy link

fureigh commented Aug 5, 2014

@RebeccaCoelius: That's a great idea! Does anyone on here know who the contact was/what the process was for the food inspection scores integration?

@daguar
Copy link
Collaborator

daguar commented Aug 5, 2014

It was Jack and I was kinda involved. I'd reach out I Lauren maybe to see who our contact is? I can also look through old emails to see. They prolly have already thought about it, but wrote reaching out.

On Aug 5, 2014, at 2:25 PM, Fureigh notifications@github.com wrote:

@RebeccaCoelius: That's a great idea! Does anyone on here know who the contact was/what the process was for the food inspection scores integration?


Reply to this email directly or view it on GitHub.

@fureigh fureigh changed the title Put a map on it: "Where can I use my EBT card?" "EBT Near Me" – Put a map on it: "Where can I use my EBT card?" Aug 6, 2014
@fureigh
Copy link

fureigh commented Aug 7, 2014

Started hacking on it with @alanjosephwilliams today: https://github.com/fureigh/ebt-near-me

@daguar
Copy link
Collaborator

daguar commented Aug 7, 2014

👍

@lippytak
Copy link

Fun fact: The official CF285 CalFresh application in CA references SnapFresh:
screen shot 2014-08-21 at 8 33 11 am

Sad fact: The link (as written) doesn't work!
screen shot 2014-08-21 at 8 34 55 am

https://...

How long until EBT near me makes it into the CF285?

@daguar
Copy link
Collaborator

daguar commented Aug 21, 2014

MORE IMPETUS!

LET'S MAKE THIS HAPPEN!!! #FIDG

On Thu, Aug 21, 2014 at 8:35 AM, Jake Solomon notifications@github.com
wrote:

Fun fact: The official CF285 CalFresh application in CA
http://www.cdss.ca.gov/cdssweb/entres/forms/English/CF285.pdf
references SnapFresh:
[image: screen shot 2014-08-21 at 8 33 11 am]
https://cloud.githubusercontent.com/assets/2533112/3998527/9e6df1fa-2948-11e4-9307-191d08a48e89.png

Sad fact: The link (as written) doesn't work!
[image: screen shot 2014-08-21 at 8 34 55 am]
https://cloud.githubusercontent.com/assets/2533112/3998542/c1c9b2ec-2948-11e4-9803-260846712076.png

https://...

How long until EBT near me makes it into the CF285?


Reply to this email directly or view it on GitHub
#33 (comment)
.

Dave Guarino
Consultant, Health Vertical
(2013 Fellowship alumnus)
Code for America http://www.codeforamerica.org/
dave@codeforamerica.org
LinkedIn http://www.linkedin.com/in/daveguarino/ | GitHub
https://github.com/daguar/

@fureigh
Copy link

fureigh commented Aug 22, 2014

Exciting possibilities. We're workin' on it! :)

@alanjosephwilliams I know you've been talking with the SnapFresh folks... think it's worth encouraging them to fix their mod_rewrite settings in the meantime?

@jmadans
Copy link
Member

jmadans commented Sep 4, 2014

Hey @RebeccaCoelius @fureigh @daguar. Just seeing the idea about making "Accepts EBT" a tag on Yelp reviews. My gut thinks they'll give us a flat out no, but I'd be interested in making them tell us no.

Should I reach out?

@daguar
Copy link
Collaborator

daguar commented Sep 6, 2014

@jmadans — It might be an interesting starting point to get unrestricted
API access if we don't have it right now.

I also still think Factual is an interesting partner on this, since they're
just awesome people and like CFA a lot and haven't had that many cases
where they could put their platform to work on social problems (I don't
think).

On Thu, Sep 4, 2014 at 2:02 AM, Jack Madans notifications@github.com
wrote:

Hey @RebeccaCoelius https://github.com/RebeccaCoelius @fureigh
https://github.com/fureigh @daguar https://github.com/daguar. Just
seeing the idea about making "Accepts EBT" a tag on Yelp reviews. My gut
thinks they'll give us a flat out no, but I'd be interested in making them
tell us no.

Should I reach out?


Reply to this email directly or view it on GitHub
#33 (comment)
.

Dave Guarino
Consultant, Health Vertical
(2013 Fellowship alumnus)
Code for America http://www.codeforamerica.org/
dave@codeforamerica.org
LinkedIn http://www.linkedin.com/in/daveguarino/ | GitHub
https://github.com/daguar/

@fureigh
Copy link

fureigh commented Sep 7, 2014

@jmadans: I share your hunch, and I've been wondering whether waiting a little bit and being able to point to adoption numbers ("look how many people are accessing this site, looking to shop with their EBT cards!") would be helpful in making the case that including the "Accepts EBT" tag would make for a better experience for Yelp's users. What do you think?

But if per @daguar's suggestion it could lead to unrestricted API access in the meantime — which we don't have now; I've just been working with my own developer account — that'd be great too.

(Oh, P.S., as I didn't announce it here earlier: EBT Near Me is live at ebtnearme.org! :) More improvements to come, but at this point it works for all of California.)

@fureigh
Copy link

fureigh commented Mar 10, 2015

I think it's safe to close this one. The conversation and development have continued at http://www.github.com/codeforamerica/ebt-near-me.

@fureigh fureigh closed this as completed Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants