hackernews: add initial dogsheep database importer
This commit is contained in:
parent
1e635502a2
commit
590e09f80b
3 changed files with 71 additions and 0 deletions
2
my/hackernews/common.py
Normal file
2
my/hackernews/common.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def hackernews_link(id: str) -> str:
|
||||
return f'https://news.ycombinator.com/item?id={id}'
|
Loading…
Add table
Add a link
Reference in a new issue