动作:文本文件格式
UniInstagram 操作所用姓名、消息、链接及其他数据文本文件的格式要求。
如需添加文件 / 文件夹,请遵循提示中的格式以保证程序正常工作。
对于姓名 / 用户 / 用户名 / 简介等,每行写一个即可。 例如 [username].txt:
@username1
@username2
@username3
...
对于消息,使用以下格式:
message
message1;message 2;message3
message1;message2
...
每次取第一行,然后将其移到末尾。
若一行内有多条消息(例如 message1;message 2),会按顺序连续发送。
支持使用 spintax 对消息进行随机化。
对于链接,可使用两种格式:
- 每行一个链接。在此格式下,程序每次取第一行并将其移到末尾:
https://link1.com
https://link2.com
{https://link3.com|https://link4.com}
...
- 每个账号有自己的链接:
accusername1;https://link1.com
accusername2;https://link2.com
accusername3;{https://link3.com|https://link4.com}
...
若是被分享用户列表,可使用两种文件格式:
- 每行一个用户:
username_for_share1
username_for_share2
{username_for_share3|username_for_share4}
...
- 为程序中每个执行该动作的账号绑定一个被分享的用户:
account_username1;username_for_share1
account_username2;username_for_share2
account_username3;{username_for_share3|username_for_share4}
...