https://github.com/lovelaced/halfnarp-with-friends
A python 3 script to help you group up with friends for talks based on your halfnarp submissions
https://github.com/lovelaced/halfnarp-with-friends
36c3 ccc halfnarp halfnarp-api
Last synced: 12 months ago
JSON representation
A python 3 script to help you group up with friends for talks based on your halfnarp submissions
- Host: GitHub
- URL: https://github.com/lovelaced/halfnarp-with-friends
- Owner: lovelaced
- Created: 2019-11-19T20:03:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T18:34:01.000Z (over 6 years ago)
- Last Synced: 2025-05-16T00:41:52.965Z (about 1 year ago)
- Topics: 36c3, ccc, halfnarp, halfnarp-api
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# halfnarp-with-friends
A python 3 script to help you group up with friends for talks based on your halfnarp submissions.
Also can be used to retrieve a text list of the titles of talks you're attending.
Configuration: edit `consolidate_talks.py` to add your halfnarp string found in the URL of your completed halfnarp:
```python
friend_ids = {
"your_name":'your unique halfnarp string',
"your_friend":'their unique halfnarp string',
"ccc_buddy":'and so on'
}
```
Usage: `python consolidate_talks.py`
*Will only show talks that more than one person is attending.*