Feed date scraper for Gemini (protocol)
Diffstat (limited to 'zachwalk.py')
| -rwxr-xr-x | zachwalk.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zachwalk.py b/zachwalk.py index 6da89c4..b65df8c 100755 --- a/zachwalk.py +++ b/zachwalk.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 """load links from a gemini file and output the latest date for each one""" +__author__ = "Zach DeCook" +__email__ = "zachdecook@librem.one" +__copyright__ = "Copyright (C) 2021 Zach DeCook" +__license__ = "AGPL" +__version__ = "3" import sys import socket |