Skip to content

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

Notifications You must be signed in to change notification settings

lovelaced/halfnarp-with-friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages