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
- Host: GitHub
- URL: https://github.com/fossasia/event-collect
- Owner: fossasia
- Created: 2016-11-29T22:16:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T07:57:06.000Z (about 5 years ago)
- Last Synced: 2025-04-09T06:08:11.977Z (about 2 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1,514
- Watchers: 13
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event-Collect
[](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
```