Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealrs/cpeb
Pull contact info for EventBrite hackathon registrants & send them an email to register/submit on ChallengePost
https://github.com/nealrs/cpeb
Last synced: 1 day ago
JSON representation
Pull contact info for EventBrite hackathon registrants & send them an email to register/submit on ChallengePost
- Host: GitHub
- URL: https://github.com/nealrs/cpeb
- Owner: nealrs
- Created: 2014-11-15T06:55:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T07:12:26.000Z (about 10 years ago)
- Last Synced: 2023-07-31T17:25:57.029Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purpose
This script accepts an eventbrite id, organizer's api user key, CP challenge title, and CP challenge URL.
After retrieving event info & attendee contact info, this script sends them an email about how to register & submit on ChallengePost.
**NOTE: This is a proof of concept — at best.**
## Eventbrite variables
- `ak` - app API key for this script _(environment variable)_
- `uk` - user API key for event organizer
- `eid` - event ID## Sendgrid variables
- `su` - sendgrid username _(environment variable)_
- `sp` = sendgrid password _(environment variable)_
- `o` - organizer [first, last, email] << ideally pulled from CP site
- `u` - event ChallengePost URL << ideally pulled from CP site## To do
1. Create web interface / scheduler that accepts uk, eid, o, and u parameters
2. Improve template copy & styling
3. Migrate from Sendgrid to Customer.io if possible
4. Add logging
5. Profit???**Copyright 2014 · Neal Shyam**