Skip to content

Commit 1937242

Browse files
authored
Update README.md
1 parent 1075944 commit 1937242

File tree

1 file changed

+4
-0
lines changed
  • WebScrapingScripts/Real-Time Bitcoin Rate

1 file changed

+4
-0
lines changed

WebScrapingScripts/Real-Time Bitcoin Rate/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ BeautifulSoup is a python library for pulling data out of HTML and XML files
77
- **requests:**
88
requests module allows you to send HTTP requests and returns a response object with all the response
99

10+
## **Real-Time Use & Purpose:**
11+
In this project you’ll learn about HTTP requests and how to send them using the requests package and will also learn how to extract required data from HTML pages using some simple functions of beautifulsoup module.
12+
As we all know very well that bitcoin price is a fickle thing. You never really know where it’s going to be at the end of the day. So, instead of constantly checking various sites for the latest updates, let’s make a Python script to do the work for you.
13+
1014
## Procedure to follow:
1115
- from bs4 import BeautifulSoup
1216
- import requests

0 commit comments

Comments
 (0)