Skip to content

Instantly share code, notes, and snippets.

View coder-pig's full-sized avatar
🕊️
On vacation

Coder-pig coder-pig

🕊️
On vacation
View GitHub Profile
@coder-pig
coder-pig / douyin.py
Last active November 27, 2019 04:16 — forked from Glowin/douyin.py
2019年掘金 1024 特别视频活动抽奖代码 https://juejin.im/post/5daeffcb5188257a63539bae
import os
import json
import random
path = "/Users/glow/Desktop/aa/douyin/json" # json 文件位置
files = os.listdir(path)
jueyou = {} # 存储抖音所有掘友的 ID 和留言内容 为词典
nameList = [] # 存储掘友 ID