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
@aptgetupgrade
aptgetupgrade / PY0101EN-3-4-Classes.ipynb
Created May 1, 2019 18:48
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-1-1-Types.ipynb
Created June 10, 2019 13:07
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-1-1-Types.ipynb
Created June 10, 2019 13:07
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-1.1_notebook_quizz_v2.ipynb
Created June 10, 2019 13:07
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-1.2_notebook_quizz_types.ipynb
Created June 10, 2019 13:07
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-2-1-Tuples.ipynb
Created June 10, 2019 13:07
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-2-2-Lists.ipynb
Created June 10, 2019 13:08
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-2-3-Sets.ipynb
Created June 10, 2019 13:08
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.