-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
50 lines (50 loc) · 1.52 KB
/
config.json
File metadata and controls
50 lines (50 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"search_post_count": 100,
"queries": {
"srilanka": "search",
"abyss_meditations" : "user_reels"
},
"completed_queries": {
"thenightscenery": {
"info": {
"url": "https://www.instagram.com/thenightscenery/reels/",
"posts": "590",
"following": "3",
"followers": "1.3M"
},
"type": "user_reels",
"post_saved": 590,
"saved_file": "user reels/thenightscenery.json",
"updated": "2025-04-24 11:39:04",
"status": "Completed"
},
"srilanka": {
"type": "search",
"post_count": 18,
"updated": "2025-04-24 13:29:34",
"saved_file": "search/srilanka.json",
"status": "Completed"
},
"mirissa": {
"type": "search",
"post_count": 105,
"updated": "2025-04-24 13:59:23",
"saved_file": "search/mirissa.json",
"status": "Completed"
}
},
"user_reels_path": "user reels/",
"follow_user_reels": true,
"search_path": "search/",
"username": "",
"password": "",
"headless": false,
"download_directory": "downloads/",
"disable_images": false,
"disable_videos": true,
"driver_executable_path": "./chromedriver.exe",
"disable_saving_password": true,
"select_results": false,
"default_timeout": 10,
"log_file": "instagram.log"
}