This file contains hidden or 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
<div class="vcard h-card"> | |
<img class="u-photo photo" src="https://brennannovak.com/uploads/sites/1/Me_Train_Tracks_200.jpg"> | |
<p class="p-note"> | |
<a rel="me" href="https://brennannovak.com" class="u-url url p-name fn"> | |
<span class="p-given-name given-name">Brennan</span> | |
<span class="p-family-name family-name">Novak</span> | |
</a> | |
<span class="p-job-title">internet builder</span> | |
<span class="p-job-title">co-founder</span> | |
<span class="p-job-title">software engineer</span> |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am bnvk on github. | |
* I am bnvk (https://keybase.io/bnvk) on keybase. | |
* I have a public key whose fingerprint is 01AE EADB 9EED 1B5B 4280 E5B6 C4CA A23B 0F8C 68B2 | |
To claim this, I am signing this object: |
This file contains hidden or 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
import email | |
import json | |
import sys | |
import random | |
from matrix_client.api import MatrixHttpApi | |
html_template = ( | |
"<b>From</b>: %(from)s\n" | |
"<b>To</b>: %(to)s\n" |
OlderNewer