Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created November 28, 2020 17:51
Show Gist options
  • Save pranjalAI/d61945e74ff5b45af1a59d5f20a31483 to your computer and use it in GitHub Desktop.
Save pranjalAI/d61945e74ff5b45af1a59d5f20a31483 to your computer and use it in GitHub Desktop.
links=[]
pubs=["swlh",'illumination','analytics-vidhya','better-advice','the-post-grad-survival-guide','the-ascent']
stop_words = set(stopwords.words('english'))
for pub in pubs:
links.append("https://medium.com/"+str(pub)+"/latest")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment