Skip to content

godelsmarket/extract_stock_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extract_stock_news

Python script that pulls news from Google Finance and stores in a MySQL database.

Requirements:

  • Python 2.7.*
  • pymysql
  • timestring
  • MySQL database

How to Use:

  • Run "create.sql" script in MySQL to make table structure.
  • Open news_extractor.py and change MySQL info (db, pass, etc).
  • (Optional) Change symbol variable in python script.
  • Run "python news_extractor.py"
  • Analyze data!
  • Profit!!!

About

Python script that pulls news from Google Finance and stores in a MySQL database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages