Skip to content

Commit b3bca76

Browse files
Rajat SharmaRajat Sharma
authored andcommitted
updated requrirement file and minor fix in CLI scraping tool
1 parent ac82318 commit b3bca76

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

requirement.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
async-generator==1.10
2+
attrs==21.4.0
3+
beautifulsoup4==4.10.0
4+
beautifultable==1.0.1
5+
certifi==2021.10.8
6+
cffi==1.15.0
7+
charset-normalizer==2.0.12
8+
cryptography==36.0.1
9+
h11==0.13.0
10+
idna==3.3
11+
outcome==1.1.0
12+
pycparser==2.21
13+
pyOpenSSL==22.0.0
14+
PySocks==1.7.1
15+
requests==2.27.1
16+
selenium==4.1.2
17+
sniffio==1.2.0
18+
sortedcontainers==2.4.0
19+
soupsieve==2.3.1
20+
trio==0.20.0
21+
trio-websocket==0.9.2
22+
urllib3==1.26.8
23+
wcwidth==0.2.5
24+
wsproto==1.1.0

web_scraping_command_line_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def proccess_beautiful_soup_data(soup):
141141
print(' =====> Data saved successfully !!!')
142142
print()
143143
elif choice == 3:
144-
pass
144+
print('Thank you for using !!!')
145+
break
145146

146147
elif choice == 4:
147148
print('Thank you for using !!!')

0 commit comments

Comments
 (0)