An open API service indexing awesome lists of open source software.

https://github.com/fossasia/event-collect

event website listing to Open Event format scraper and converter
https://github.com/fossasia/event-collect

Last synced: 22 days ago
JSON representation

event website listing to Open Event format scraper and converter

Awesome Lists containing this project

README

        

# Event-Collect

[![Build Status](https://travis-ci.org/fossasia/event-collect.svg?branch=master)](https://travis-ci.org/fossasia/event-collect)

event website listing to Open Event format scraper and converter

#EventBrite Scraper
Given a query, scrapes EventBrite search results and downloads JSON files of each event using [Loklak's API](https://github.com/loklak/loklak_server/blob/development/docs/parsers.md#event-brite-crawler)

Usage:
```python scrape_eventbrite.py [SEARCH QUERY]```

To install all python dependencies required:
```pip install -r requirements.txt```

Running that command will install:
```
requests==2.10.0
beautifulsoup4==4.5.1
```