fossasia / susi_skill_data

A storage place for SUSI.AI skills https://susi.ai
GNU Lesser General Public License v2.1
1.51k stars 98 forks source link

Create a skill with Meetup.com API #295

Open hpdang opened 7 years ago

hpdang commented 7 years ago

Actual Behaviour

Ask Susi, show hackathon in a city this week, this month.

Expected Behaviour

Use data from meetup.com to list all the hackathons in a city (Berlin for instance)

Steps to reproduce it

Check out https://www.meetup.com/meetup_api

gabru-md commented 7 years ago

i would like to work on this issue. thanks!

hpdang commented 7 years ago

awesome!

Orbiter commented 7 years ago

With the current tools in Susi this was not possible. I added today some enhancements to the jsonpath parser which may now allow the access of sub-objects in the result set.

An example implementation is here available:

Hackathon in Berlin
!console:Ein $name$ findet im $venue.name$ in $venue.city$ statt. 
{
"url":"https://api.meetup.com/find/events?photo-host=public&text=hackathon&sig_id=185172958&radius=20&lon=13.3886&lat=52.5164&sig=1e29eb2349084391aba6b2006ad0fa18287179cf",
"path":"$"
}
eol

This must of course be enhanced, since it does not list more than one hackathon and it does hard-code the location of berlin as geocoordinates.

gabru-md commented 7 years ago

&city= can be used instead of latitudes and longitudes. But even I encountered the problem of single results.

wildcod commented 7 years ago

plz provide some issues on different types of project ....... i am sahil kanojia and i am new on github

gabru-md commented 7 years ago

I am facing a problem! I made an etherpad on dream.susi.ai . and then i tried dream <mypad> but it does not seem to work. any solution? because I'm not able to test my solution.

ms10398 commented 7 years ago

meetup Is this good to go should i make a PR or i have to change anything in it

ms10398 commented 7 years ago

I approached it as tech event as this broadens its implementation from hackathons to tech events and meetup also doesnt have good data about hackathons.

mariobehling commented 7 years ago

What is the name of your pad?

ms10398 commented 7 years ago

'meetup'