Skip to content

RohanRVC/Python-Analysis-of-Green-Hydrogen-Buzz-for-Stock-Investment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-Analysis-of-Green-Hydrogen-Buzz-for-Stock-Investment

Of late there has been a sudden interest in the term “Green Hydrogen”. As an investor you spend a major part of your time to find such trends and invest in it earlier than everyone else understands it. So you are required to write a python program to figure out the buzz around green hydrogen and what all are the stocks that could benefit due sudden popularity of green hydrogen

  • Scraped headlines related to "green hydrogen" from CNBC's website.

  • Retrieved news headlines containing "green hydrogen" keyword from Google News RSS feed.

  • Stored the results in a pandas DataFrame, including news date.

  • Applied sentiment analysis using a pre-trained model from Hugging Face, adding a sentiment score column to the DataFrame.

  • Produced a word cloud map highlighting the organization names identified in the news headlines.

  • image

  • Created a graph illustrating the week-wise trend of average sentiment scores for all news headlines. image

  • Utilized a Hugging Face NER model to identify organization names in news headlines.

  • Generated a CSV table containing news date, headline, and source.

  • Transferred the CSV table to a Google Sheet using the Google Sheets Python API with access rights set to "Anyone with the Link".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published