Skip to content

Instantly share code, notes, and snippets.

View aeblyve's full-sized avatar
🍴

Leonid Belyaev aeblyve

🍴
View GitHub Profile
@aeblyve
aeblyve / main.py
Created January 21, 2023 01:42
HN robo-podcast
import requests
import io
import subprocess
from readabilipy import simple_json_from_html_string
from pydub import AudioSegment
API_BASE = "https://hacker-news.firebaseio.com/v0"
def main():
articles = get_10_best_articles()