Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcomella/friends_of_the_mobile_team
- Owner: mcomella
- Created: 2015-07-30T00:18:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T17:18:40.000Z (over 8 years ago)
- Last Synced: 2023-03-22T15:47:47.527Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.