How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
Filter | Label |
---|
#!/usr/bin/env python | |
# This is free and unencumbered software released into the public domain. | |
# Anyone is free to copy, modify, publish, use, compile, sell, or | |
# distribute this software, either in source code form or as a compiled | |
# binary, for any purpose, commercial or non-commercial, and by any | |
# means. | |
# In jurisdictions that recognize copyright laws, the author or authors | |
# of this software dedicate any and all copyright interest in the |
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
""" | |
As Hubic web services are deprecated, this is a small script to request | |
access and refresh token. It starts a flask server at http://localhost:5000/, the | |
users fill the hubic authentication form with its navigator and obtain the | |
credentials returned by the application. | |
You need requests-oauthlib and flask: | |
pip install flask | |
pip install requests-oauthlib |