Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabubellon/eventbrite-to-sheets
Send Eventbrite event attendes to a Google Sheets
https://github.com/gabubellon/eventbrite-to-sheets
eventbrite-api google-sheets-api hacktoberfest python sheets-api
Last synced: 1 day ago
JSON representation
Send Eventbrite event attendes to a Google Sheets
- Host: GitHub
- URL: https://github.com/gabubellon/eventbrite-to-sheets
- Owner: gabubellon
- Created: 2021-09-07T13:47:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T22:05:38.000Z (over 3 years ago)
- Last Synced: 2024-12-13T21:07:33.038Z (29 days ago)
- Topics: eventbrite-api, google-sheets-api, hacktoberfest, python, sheets-api
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eventbrite-to-sheets
Send Eventbrite event attendes to a Google Sheets## Usefull
https://www.eventbrite.com/platform/api#/reference
https://developers.google.com/sheets/api/quickstart/python
https://www.youtube.com/watch?v=mvbnhfdDrro## To Run
```python
#Copy and fill
cp env_sample .env#Install
pip install -r requirements.text#Run
python event_to_sheets.py
```