hackernews: add initial dogsheep database importer

This commit is contained in:
Dima Gerasimov 2022-02-04 21:56:53 +00:00 committed by karlicoss
parent 1e635502a2
commit 590e09f80b
3 changed files with 71 additions and 0 deletions

2
my/hackernews/common.py Normal file
View file

@ -0,0 +1,2 @@
def hackernews_link(id: str) -> str:
return f'https://news.ycombinator.com/item?id={id}'