FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

pythoncode-tutorials/web-scraping/currency-converter at master · araneto/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

To run the scripts:

  • pip3 install -r requirements.txt
  • Here is an example: To convert 1000 EUR to USD by scraping Yahoo Finance:
    $ python currency_converter_yahoofin.py EUR USD 1000
    
    Output:
    Last updated datetime: 2022-02-02 12:37:39
    1000.0 EUR = 1132.6310634613037 USD
    

Back | FazBrowse Home | New Git URL