Skip to content

feihong/meetup-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup Tools

Make sure you have virtualenvwrapper installed.

mkvirtualenv meetup
pip install -r requirements.txt

Create a file called settings_local.py. Its contents should look something like this:

SHORT_NAME = 'cow-tipping'
FULL_NAME = 'Chicago Cow Tipping Meetup Group'
CONTACT_EMAIL = '[email protected]'
ADMIN_EMAIL = '[email protected]'
SIGNATURE = 'Julius Caesar'

EXCEPTIONS = """
Han Solo
John Smith
Edward Scissorhands
"""

REMOVAL_EXPLANATION = """
Hi $name,

You have been removed from the $full_name due to inactivity. If you would like to become an active member again, simply go to http://www.meetup.com/${short_name}/ and create a new profile. Note that our events remain visible even if you are not a member, although you will not receive email updates about them. If you have any questions, please email us at ${email}.

Sincerely,
$signature
"""

About

Some tools to help manage your group on Meetup.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages