Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcomella/friends_of_the_mobile_team

Generate the Friends of the Mobile Team text in weekly mobile Firefox meetings
https://github.com/mcomella/friends_of_the_mobile_team

Last synced: 1 day ago
JSON representation

Generate the Friends of the Mobile Team text in weekly mobile Firefox meetings

Awesome Lists containing this project

README

        

## Pre-requisites
You must have the [requests] module installed:

pip install requests

[requests]: http://www.python-requests.org/

## Running
To run, add an `emails.txt` file in the same directory you run the
script from that contains one email address per line that you'd
like to not be included in the query. Then:

./friends.py

This will print the wiki markup to copy into the page.

More usefully, on OS X:

./friends.py | pbcopy

Note that this script assumes it will be run on the day of the meeting because
it generates a parameter that is the date from seven days ago.