Skip to content

Instantly share code, notes, and snippets.

// Copyright 2013 Soundslice LLC. License: BSD.
/* HTML example: ****************
<figure class="vid">
<video preload>
<source src="/videos/help/playhead.mp4" type="video/mp4">
<source src="/videos/help/playhead.webm" type="video/webm">
</video>
<p>To move the playhead, click in the timeline or drag the playhead’s diamond.</p>
@zevaverbach
zevaverbach / Meetup-past-events.py
Last active September 28, 2016 14:19 — forked from samatjain/Meetup-past-events.py
Create an HTML file of all previous events for a Meetup.com group. Forked from https://gist.github.com/samatjain/5ae8860b0754eb1fa3cc.
#!/usr/bin/env python3
"""
This requires a _config.py file containing a dictionary called config.
There should be a dictionary in config for each meetup group, the key
being a shorthand title for the meetup group's name, and the values
dicts with key 'meetup_name' and 'meetup_api_key' with corresponding
values for those.
eg.: config = {'my_cool_meetup':
{'meetup_name': <the value after the '/' in your meetup URL>,