Skip to content

Commit

Permalink
Added Alessandro Molina substack
Browse files Browse the repository at this point in the history
  • Loading branch information
Burlesco70 committed Jul 29, 2024
1 parent 5a5e7b6 commit e4793ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/scrapers/py_substack_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def substack_list():
# ("https://aisupremacy.substack.com/archive/",
# "AI Supremacy"),
("https://www.bitecode.dev/archive/", "Bite code!"),
("https://alessandromolina.substack.com/archive/", "Python Data Engineering"),
]
for f in SUBSTACK_LIST:
alist, blist, clist, dlist = substack_scraper(
Expand Down Expand Up @@ -146,5 +147,5 @@ def test_scraper():


if __name__ == "__main__":
# test_scraper()
#test_scraper()
pass

0 comments on commit e4793ad

Please sign in to comment.