Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```