credentials.py
user_credentials = [
{'username': 'NodeLoc', 'password': 'Acbd1324!@#'},
添加更多的用户名和密码组合
]
chatgpt_keys = [
'chatgpt_key1',
'chatgpt_key2',
添加更多的ChatGPT密钥
]
#T楼主题ID
auto_replay_tid = 12345
#T楼次数
auto_replay_times = 100
#间隔时间(秒)
auto_replay_interval = 500
#T楼口号
auto_replay_content = '绑定'
#是否自动回帖,默认为否
auto_replay = False