Skip to content

Instantly share code, notes, and snippets.

View aptgetupgrade's full-sized avatar

aptgetupgrade

View GitHub Profile
@aptgetupgrade
aptgetupgrade / email_parse_url.py
Last active January 1, 2024 11:18
code to poll emails from an IMAP email server and post these to wallabag
# Read email in inbox, look for any URLs and update them to wallabag, delete email if URLs found in it.
# Built from various internet sources. Final code donated under GPL v3 by Github user aptgetupgrade
# Tested using python 2. Could be run as part of a crontab, e.g. every 5 mins.
#
import sys
import imaplib
import getpass
import email
import email.header
import datetime
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / DA0101EN-Review-Introduction.ipynb
Created August 29, 2019 22:01
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / PY0101EN-5-2-Numpy2D.ipynb
Created July 15, 2019 21:09
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / PY0101EN-5-1-Numpy1D.ipynb
Created June 21, 2019 23:13
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / PY0101EN-4.4_notebook_quizz_pandas.ipynb
Created June 10, 2019 13:41
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / PY0101EN-4.3_notebook_quizz_pandas.ipynb
Created June 10, 2019 13:26
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aptgetupgrade
aptgetupgrade / PY0101EN-4-1-ReadFile.ipynb
Created June 10, 2019 13:09
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.