Skip to content

Eternal-Engine/cryptoobserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Crypto Observer

This is a cryptocurrency app programmed using streamlit library that observes the price of cryptocurrency in real time.

Data Scource: CoinMarketCap.

Credit: Web scraper adapted from the Medium article Web Scraping Crypto Prices With Python written by Bryan Feng.

TO-DO:

  1. Activate your virtual environment (What is virtual environment?.)
  2. Make sure you use pip version 20.3.3 (if not, type thin into your terminal: "sudo pip install --update pip")
  3. Pip / Pip3 install streamlit pandas matplotlib bs4 requests
  4. Import all of those libraries on your your_file_name.py
  5. To open the webpage type this in your terminal: "streamlit run your_file_name.py
Last but not least, for new programmers, please don't just copy paste everything. Read and try to understand what each line of code is doing by reading my comments and read the actual documentation on the official webpage.

Happy grinding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages