Automating PyBites Review Post Using Github API and collections.defaultdict
Posted by Bob on Tue 13 November 2018 in Data • Tagged with collections, defaultdict, re, regular expressions, requests, challenges, review post, parsing, string manipulation, github, API • 4 min read
In this post I share a quick script I produced last week to automate a portion of our review post. There are some nice idioms that you might find useful.
Continue reading