Skip to content

Instantly share code, notes, and snippets.

@stecman
stecman / hackaday-to-md.py
Last active June 30, 2022 02:21
Hackaday.io article to markdown converter for migrating or backing up projects/posts
#!/usr/bin/env python3
# Convert hackaday posts to markdown with images stored nearby
#
# This needs the following modules to run:
#
# - https://github.com/matthewwithanm/python-markdownify
# - https://2.python-requests.org/en/master/
# - https://www.crummy.com/software/BeautifulSoup/