Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopedrovtp/Web_Scraping_WordCloud

Using Web Scraping to create a Wordcloud
https://github.com/joaopedrovtp/Web_Scraping_WordCloud

Last synced: 7 days ago
JSON representation

Using Web Scraping to create a Wordcloud

Awesome Lists containing this project

README

        

# Web Scraping and Wordcloud

In this project I used python Web Scraping to create a wordcloud with trending words of 10 recent articles content from Coin Telegraph website (https://cointelegraph.com/). It's a media website covering blockchain technology and crypto assets.

For that I used libraries like Beautiful Soup(web scraping), NLTK (Natural languague processing) and worldcloud(https://github.com/amueller/word_cloud).

Result:

![Bitcoin Wordcloud](bitcoin_wordcloud.png)

That was just for fun, but what if I say that someday I want to know the trending topics from this page or maybe any website? That would be great! My thanks to @DataScienceAcademy and @Datacamp for the helping content :)