Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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