Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
crawler
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
backend
crawler
Commits
b8124e2b
Commit
b8124e2b
authored
4 years ago
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f247fe38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xiaohongshu_to_rpc.py
crawler_sys/scheduler/xiaohongshu_to_rpc.py
+1
-1
No files found.
crawler_sys/scheduler/xiaohongshu_to_rpc.py
View file @
b8124e2b
...
...
@@ -154,7 +154,7 @@ def xiaohongshu_xiaochengxu(res_json):
# print(res_json["NoteView"].get("data"))
for
comment
in
res_json
[
"data"
][
"commentList"
]:
video_dic
[
"content"
]
=
comment
[
'content'
]
video_dic
[
"platform_id"
]
=
hashlib
.
md5
(
comment
[
'user'
][
'id'
]
+
comment
[
'content'
]
.
encode
(
"utf8"
))
.
hexdigest
()
video_dic
[
"platform_id"
]
=
hashlib
.
md5
(
(
comment
[
'user'
][
'id'
]
+
comment
[
'content'
])
.
encode
(
"utf8"
))
.
hexdigest
()
comment_id_list_copy
=
copy
.
deepcopy
(
majiayonghu_list
)
comment_id
=
random
.
choice
(
comment_id_list_copy
)
video_dic
[
"user_id"
]
=
comment_id
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment