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 os | |
import textwrap | |
import requests | |
import pyshorteners | |
from tabulate import tabulate | |
def clean_trending_article_dictionary(article_dictionary): | |
"""Take a dictionary for a trending article, and tweak the output.""" |
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
BING_SEARCH_KEY=<the search key you copied earlier> | |
BING_SEARCH_ENDPOINT=https://api.bing.microsoft.com/ |
NewerOlder