NanmiCoder / NanmiCoder/MediaCrawler

[问题] 抖音、快手添加采集任务时是否可以通过添加帐号采集(不是ID)

Open
#585 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Python
Stars
65.3k
Forks
12.6k
PR merge metrics
No merged PRs in 30d

Description

⚠️ 提交前确认

  • 我已经仔细阅读了项目使用过程中的常见问题汇总
  • 我已经搜索并查看了已关闭的issues
  • 我确认这不是由于滑块验证码、Cookie过期、Cookie提取错误、平台风控等常见原因导致的问题

❓ 问题描述

社交平台有一个帐号字段,如1234567,还有一个帐号ID字段,如MS4wLjABAAAAtKf0ZQ。
目前添加采集任务基本都是通过添加帐号ID来进行,这种情况在单个任务影响不大,帐号和ID搜索一下即可互换。
但是数量稍微多一点的话,如100个以上,而且批量提供帐号列表,这种场景下需要接入通过添加帐号来采集数据。
或者程序中能实现通过帐号来搜索到ID,进而实现爬虫采集。
如果解决这个问题,对于批量导入等场景会有更好的适用性。

🔍 使用场景

  • 目标平台: (如:小红书/抖音/微博等)
  • 抖音、快手
  • 使用功能: (如:关键词搜索/用户主页爬取等)
  • 用户主页爬取

💻 环境信息

  • 操作系统:
  • Python版本:
  • 是否使用IP代理:
  • 是否使用VPN翻墙软件:
  • 目标平台(抖音/小红书/微博等):

📋 错误日志

在此粘贴完整的错误日志

📷 错误截图

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the user-homepage crawling entry points for Douyin and Kuaishou, then trace how account IDs are currently accepted and resolved; done should mean the requested account-based input or lookup behavior is defined for both platforms and verified with reproducible checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.