lovelaced / halfnarp-with-friends

A python 3 script to help you group up with friends for talks based on your halfnarp submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

About

A python 3 script to help you group up with friends for talks based on your halfnarp submissions


Languages

Language:Python 100.0%