Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신승미
/
weatherClothing
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Seungmi
2020-12-10 02:31:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b14e1910e4d3c99ccec8516904a36f97208dca1
4b14e191
1 parent
666e9aff
최종수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
weather_chat.py
weather_chat.py
View file @
4b14e19
...
...
@@ -3,8 +3,6 @@ import sys
from
bs4
import
BeautifulSoup
from
pprint
import
pprint
data
=
sys
.
stdin
.
readline
()
html
=
requests
.
get
(
'https://search.naver.com/search.naver?query=날씨'
)
soup
=
BeautifulSoup
(
html
.
text
,
'html.parser'
)
...
...
Please
register
or
login
to post a comment