- Create a
config.jsonfile in the same directory as themain.pyfile. It should have the same format as in the example below. - Place your images inside the folder you provided as
"img_dir". - Run main.py.
{
"group_id": <group_id>,
"token": "<your_access_token>",
"shuffle": 1,
"sort_descend": 0,
"start": {
"hour": 8,
"minute": 30
},
"end": {
"hour": 0,
"minute": 30
},
"step": {
"hour": 3,
"minute": 0
},
"img_dir": "./img",
"done_dir": "./done"
}