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
f540a256
Commit
f540a256
authored
Jan 15, 2021
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9488fcd4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
weibo_to_rpc.py
crawler_sys/scheduler/weibo_to_rpc.py
+1
-1
xiaohongshu_to_rpc.py
crawler_sys/scheduler/xiaohongshu_to_rpc.py
+1
-1
crawler_xiaohongshu.py
crawler_sys/site_crawler/crawler_xiaohongshu.py
+1
-1
crawler_xiaohongshu.py
crawler_sys/site_crawler_by_redis/crawler_xiaohongshu.py
+1
-1
No files found.
crawler_sys/scheduler/weibo_to_rpc.py
View file @
f540a256
...
...
@@ -27,7 +27,7 @@ gm_user_id_list = [
"7048594049"
,
]
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
17
,
decode_responses
=
True
)
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
20
,
decode_responses
=
True
)
while
True
:
if
rds
.
hlen
(
"weibo"
):
pid_list
=
rds
.
hkeys
(
"weibo"
)
...
...
crawler_sys/scheduler/xiaohongshu_to_rpc.py
View file @
f540a256
...
...
@@ -21,7 +21,7 @@ gm_user_id_list = [
'5fe1c1ba0000000001006e65'
]
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
17
,
decode_responses
=
True
)
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
20
,
decode_responses
=
True
)
while
True
:
if
rds
.
hlen
(
"xiaohongshu"
):
pid_list
=
rds
.
hkeys
(
"xiaohongshu"
)
...
...
crawler_sys/site_crawler/crawler_xiaohongshu.py
View file @
f540a256
...
...
@@ -197,7 +197,7 @@ class Crawler_xiaohongshu():
releaser_id
=
self
.
get_releaser_id
(
releaserUrl
)
releaserUrl
=
'http://www.xiaohongshu.com/user/profile/
%
s'
%
releaser_id
pcursor
=
0
cookie_dic
=
{
'timestamp2'
:
'202101
0899964852bd70ca4c0c991c6c
'
}
cookie_dic
=
{
'timestamp2'
:
'202101
1521167acd3955b98063aef973
'
}
# proxies = {'http': 'http://hanye:i9mmu0a3@58.55.159.141:16085/', 'https': 'http://hanye:i9mmu0a3@58.55.159.141:16085/'}
while
count
<=
releaser_page_num_max
and
count
<=
1
:
try
:
...
...
crawler_sys/site_crawler_by_redis/crawler_xiaohongshu.py
View file @
f540a256
...
...
@@ -35,7 +35,7 @@ from crawler.crawler_sys.proxy_pool.func_get_proxy_form_kuaidaili import get_pro
from
crawler.crawler_sys.utils.trans_str_play_count_to_int
import
trans_play_count
import
random
,
urllib
# from crawler.crawler_sys.utils.rpc_data_to_answer import post_data
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
17
,
decode_responses
=
True
)
rds
=
redis
.
StrictRedis
(
host
=
'172.18.51.10'
,
port
=
6379
,
db
=
20
,
decode_responses
=
True
)
class
Crawler_xiaohongshu
():
def
__init__
(
self
,
timeout
=
None
,
platform
=
'xiaohongshu'
):
...
...
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