This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() |