Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/civictechto/event-metadata-parser
This small app allows for extracting data from public event webpages.
https://github.com/civictechto/event-metadata-parser
infrastructure
Last synced: about 5 hours ago
JSON representation
This small app allows for extracting data from public event webpages.
- Host: GitHub
- URL: https://github.com/civictechto/event-metadata-parser
- Owner: CivicTechTO
- Created: 2017-06-03T16:07:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:02:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T15:44:34.668Z (7 months ago)
- Topics: infrastructure
- Language: Python
- Homepage: https://event-metadata-parser.herokuapp.com/
- Size: 110 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Metadata Parser
This small app allows for extracting data from public event webpages on various platforms.
### Supported Platforms
- EventBrite
- Universe### Usage
```
pipenv install
pipenv run gunicorn app:app --log-file -
```