Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박은주
/
Todays_Issue
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
박은주
2021-06-09 14:32:13 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
205cbe2cc2c4a532fbc31fede474f62fa587bb74
205cbe2c
1 parent
4c32c758
Clearance
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
content.py
content.py
View file @
205cbe2
...
...
@@ -38,8 +38,8 @@ def GetData():
# display.start()
login_info
=
{
'userID'
:
'
********
'
,
'userpw'
:
'
********
'
'userID'
:
'
qdw0313
'
,
'userpw'
:
'
fejUfrQxHWwtcGcP0
'
}
options
=
webdriver
.
ChromeOptions
()
...
...
@@ -115,8 +115,6 @@ def GetData():
content
=
TextPreprocess
(
content
)
post_df
=
post_df
.
append
(
pd
.
DataFrame
([[
title
,
content
]],
columns
=
[
'title'
,
'content'
]))
print
(
title
)
print
(
post
[
1
]
.
text
)
if
post
[
1
]
.
text
<=
yesterday
:
swt
=
False
break
...
...
Please
register
or
login
to post a comment