Example code
- Stock - yfinance
- Stock - pandas_datareader
- Altcoin - binance
- Trend Keyword - Google Trend
- Trend Keyword - Blackkiwi
- Spot-NFL
- Spot-Premier League
- Weather
Descriptions
Stock - yfinance
Step 1. Pypi Yahoo! Finance’s API
- Site : https://pypi.org/project/yfinance/
Step 2. pip package install
$ pip install yfinance
Step 3. Github.io
- https://ranaroussi.github.io/yfinance/index.html
Step 4. Example Code
- API_Stock_Funds_yfinance.py
Stock - pandas_datareader
Step 1. Pypi Pandas Datareader
- https://pypi.org/project/pandas-datareader/
Step 2. pip package install
pip install pandas-datareader
Step 3. Example Code
Altcoin - binance
Step 1. Binance APIs
Step 2. Default packages install
pip install requests
Step 3. Example Code
Trend Keyword - Google Trend
Step 1. Google Trend > Trending now

Step 2. Select RSS Feed
I have an RSS Feed, not Scraping, so I put that in too. If you have RSS, this is the way to go.

Step 3. Get RSS feed URL

Step 4. Other National information

Step 5. Example Code
Step 6. Cmd stdout

NFL Schedule
Step 1. NFL Web page

Step 2. Mouse right button click, Inspect select

Step 3. Match code and text

Step 4. Copy Full XPath

Step 5. Two type information

Step 6. Parsing string

Step 7. Chrome selenium mode (Automation test mode)

Step 8. Example Code
Step 9. Cmd stdout

Premier League Schedule
Step 1. Premier League Web page target

Step 2. Mouse right button click, Inspect select

Step 3. Match Web and Code

Step 4. Two type information

Step 5. Finished and upcoming matches

Step 6. Merge two

Step 7. Chrome selenium mode (Automation test mode)

Step 8. Example Code
Step 9. Cmd stdout

Weather
Step 1. Weather Web site

Step 2. Mouse right button click, Inspect select

Step 3. Target city

Step 4. Arrow down and Return key

Step 5. Change city

Step 6. Code copy

Step 7. Detect iframe

Step 8. Switch iframe

Step 9. Chrome selenium mode (Automation test mode)

Step 10. Example Code
Step 11. Cmd stdout
