This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Get all your repos contributed to for the past year. | |
This uses Selenium and Chrome to login to github as your user, go through | |
your contributions page, and grab the repo from each day's contribution page. | |
Requires python3, selenium, and Chrome with chromedriver installed. | |
Change the username variable, and run like this: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15:35:45 j@i7:/Library/Python/2.7/site-packages$ diff ouimeaux/server/__init__.py ouimeaux/server/__init__.py.bak | |
79c79 | |
< if action not in ('on', 'off', 'toggle', 'on_off'): | |
--- | |
> if action not in ('on', 'off', 'toggle'): | |
14:44:54 jarzynka@i7:/Library/Python/2.7/site-packages$ diff ouimeaux/device/switch.py ouimeaux/device/switch.py.bak | |
2,3c2 | |
< import logging |