This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import json | |
import random | |
path = "/Users/glow/Desktop/aa/douyin/json" # json 文件位置 | |
files = os.listdir(path) | |
jueyou = {} # 存储抖音所有掘友的 ID 和留言内容 为词典 | |
nameList = [] # 存储掘友 ID |