loklak / loklak_server

Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
GNU Lesser General Public License v2.1
1.38k stars 222 forks source link

Create one set of example JSONs for events #632

Closed mariobehling closed 8 years ago

mariobehling commented 8 years ago

Parent Issue: https://github.com/loklak/loklak_server/issues/607

Create one set of example JSONs with as much detail as possible (following the sample here)

jigyasa-grover commented 8 years ago

@mariobehling This is what our current JSON array looks like, with different JSON objects for event and organizer which shall next be written out in separate JSON files

{
  "Event Brite Event Details": [
    {
      "event_id": "25740798421",
      "image_link": "https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F21534086%2F177234908216%2F1%2Foriginal.jpg?w=1000&rect=0%2C469%2C5632%2C2816&s=81edaa83bc2abed4284a343341f68fc9",
      "color": "",
      "name": "Global Health Security \u2013 Focus Africa",
      "description": "Topic Recent outbreaks of Zika in the Americas, and Ebola in West Africa have exposed vulnerabilities in the global health system. West Africa often presents a particular challenge, with its growing population, often poor infrastructure, and vulnerable health systems. This leads to increasingly visible dangers which can no longer be ignored by Europe due to its geographical vicinity and growing exchange of people and goods with the African continent. In order to facilitate a productive exchange on the topic, we are pleased to invite you to an interactive and involving discussion that is, among others, to address these questions: Is a global pandemic likely to start in Africa? What are the possible implications on the political and economic stability in the world? What can be done by Europe and by Africa to lower the probability of an outbreak? How well is Germany prepared for the arrival of a pandemic? Agenda 19h00 Welcome by Geerd-Dietger Hoffmann, eHealth Africa 19h05 Panel discussion moderated by Julius Murke, Young Leaders for Health Prof. Dr. Heinz Zeichhardt, Vice President, German Association for the Control of Viral Diseases Dr. Annamarie Bindenagel Šehović, Researcher, EL-CSID, Horizon2020, University of Warwick Dr. Tim Eckmanns, Head Unit Healthcare-associated Infections, Surveillance of Antibiotic Resistance and Consumption, Robert Koch Institute Geerd-Dietger Hoffmann, CTO, eHealth Africa 19h40 Interactive group discussions with the audience 20h15 Drinks and snacks PROUDLY SUPPORTED BY WeWork EL-CSID (European Leadership in Cultural, Science and Innovation Diplomacy) For questions, please refer to Natalya Nepomnyashcha (natalya.nepomnyashcha@ehealthafrica.org). Facebook event can be found here.",
      "location": "Kemperplatz 1, 10785 Berlin, Germany",
      "time": "Donnerstag, 30. Juni 2016, von 19:00 Uhr bis 22:00 Uhr (MESZ) - Zum Kalender hinzufügen",
      "ticket_url": "https://www.eventbrite.de/e/global-health-security-focus-africa-tickets-25740798421#tickets",
      "tags": [
        [
          "Events in Berlin",
          "www.eventbrite.com/d/deutschland--berlin/events/"
        ],
        [
          "Networking",
          "www.eventbrite.com/d/deutschland--berlin/networking/"
        ],
        [
          "Wissenschaft und Technik",
          "www.eventbrite.com/d/deutschland--berlin/science-and-tech--networking/"
        ],
        [
          null,
          null
        ],
        [
          null,
          null
        ]
      ]
    },
    {
      "organizer_contact_info": "https://www.eventbrite.de/e/global-health-security-focus-africa-tickets-25740798421#lightbox_contact",
      "organizer_link": "https://www.eventbrite.de/e/global-health-security-focus-africa-tickets-25740798421#listing-organizer",
      "organizer_profile_link": "http://www.eventbrite.de/o/ehealth-africa-10838360133",
      "organizer_facebook_feed_link": "http://www.eventbrite.de/o/ehealth-africa-10838360133#facebook_feed",
      "organizer_description": "eHealth Africa is one of the leading providers of digital health information systems in West Africa. The software we built ranges from mobile applications to help contain the Ebola outbreak, dashboards for tracking of vaccinations and new Polio cases in order to make Africa a Polio-free continent, emergency call center software to comprehensive health and disease information systems for whole countries.",
      "organizer_twitter_account_link": "https://twitter.com/eHealth_africa",
      "organizer_name": "eHealth Africa",
      "organizer_website": "http://www.ehealthafrica.org",
      "organizer_facebook_account_link": "https://www.facebook.com/EHealthAfrica",
      "organizer_twitter_feed_link": "http://www.eventbrite.de/o/ehealth-africa-10838360133#twitter_feed"
    }
  ]
}
jigyasa-grover commented 8 years ago

Sample data extracted using the Loklak eventbrite.com scraper for Open Event using has been pushed to the fossasia/open-event-orga-server repo here github.com/fossasia/open-event-orga-server/samples/EventBriteInfo_LoklakScraper

Hence, closing this issue.