automation-lib 5.4.29 → 5.4.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +19 -19
- package/dist/index.d.ts +19 -19
- package/dist/index.js +19 -19
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -45,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
45
45
|
};
|
|
46
46
|
INSTAGRAM: {
|
|
47
47
|
DASHBOARD_FOLLOWER: string;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
REPORT_POST_NEWS: string;
|
|
49
|
+
REPORT_POST_SQUARE: string;
|
|
50
|
+
REPORT_POST_STORIES: string;
|
|
51
|
+
REPORT_POST_REELS: string;
|
|
52
|
+
REPORT_POST_HIGHLIGHTS: string;
|
|
53
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
54
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
55
|
+
REPORT_INTERACT_EXPLORES: string;
|
|
56
|
+
REPORT_INTERACT_REELS: string;
|
|
57
|
+
REPORT_INTERACT_STORIES: string;
|
|
58
|
+
REPORT_INTERACT_COMMENTS: string;
|
|
59
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
60
|
+
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
61
|
+
REPORT_INTERACT_BLOCK_USER: string;
|
|
62
62
|
SETTING_POSTS: string;
|
|
63
63
|
SETTING_INTERACT_FOLLOWS: string;
|
|
64
64
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -70,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
70
70
|
SETTING_INTERACT_BLOCK_USER: string;
|
|
71
71
|
};
|
|
72
72
|
THREADS: {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
REPORT_POST_NEWS: string;
|
|
74
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
75
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
76
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
77
|
+
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
78
78
|
SETTING_POSTS: string;
|
|
79
79
|
SETTING_FOLLOW: string;
|
|
80
80
|
SETTING_UN_FOLLOW: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -45,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
45
45
|
};
|
|
46
46
|
INSTAGRAM: {
|
|
47
47
|
DASHBOARD_FOLLOWER: string;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
REPORT_POST_NEWS: string;
|
|
49
|
+
REPORT_POST_SQUARE: string;
|
|
50
|
+
REPORT_POST_STORIES: string;
|
|
51
|
+
REPORT_POST_REELS: string;
|
|
52
|
+
REPORT_POST_HIGHLIGHTS: string;
|
|
53
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
54
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
55
|
+
REPORT_INTERACT_EXPLORES: string;
|
|
56
|
+
REPORT_INTERACT_REELS: string;
|
|
57
|
+
REPORT_INTERACT_STORIES: string;
|
|
58
|
+
REPORT_INTERACT_COMMENTS: string;
|
|
59
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
60
|
+
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
61
|
+
REPORT_INTERACT_BLOCK_USER: string;
|
|
62
62
|
SETTING_POSTS: string;
|
|
63
63
|
SETTING_INTERACT_FOLLOWS: string;
|
|
64
64
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -70,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
70
70
|
SETTING_INTERACT_BLOCK_USER: string;
|
|
71
71
|
};
|
|
72
72
|
THREADS: {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
REPORT_POST_NEWS: string;
|
|
74
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
75
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
76
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
77
|
+
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
78
78
|
SETTING_POSTS: string;
|
|
79
79
|
SETTING_FOLLOW: string;
|
|
80
80
|
SETTING_UN_FOLLOW: string;
|
package/dist/index.js
CHANGED
|
@@ -221,20 +221,20 @@ var CONST_API_CONTROLLERS = {
|
|
|
221
221
|
},
|
|
222
222
|
INSTAGRAM: {
|
|
223
223
|
DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
224
|
+
REPORT_POST_NEWS: "instagram-report-post-news",
|
|
225
|
+
REPORT_POST_SQUARE: "instagram-report-post-square",
|
|
226
|
+
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
227
|
+
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
228
|
+
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
229
|
+
REPORT_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
|
230
|
+
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
231
|
+
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
232
|
+
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
233
|
+
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
234
|
+
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
235
|
+
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
236
|
+
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
237
|
+
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
238
238
|
SETTING_POSTS: "instagram-setting-posts",
|
|
239
239
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
240
240
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
@@ -246,11 +246,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
246
246
|
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
247
247
|
},
|
|
248
248
|
THREADS: {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
249
|
+
REPORT_POST_NEWS: "threads-report-post-news",
|
|
250
|
+
REPORT_INTERACT_FOLLOW: "threads-report-interact-follow",
|
|
251
|
+
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
252
|
+
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
253
|
+
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
254
254
|
SETTING_POSTS: "threads-setting-posts-threads",
|
|
255
255
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
256
256
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
package/dist/index.mjs
CHANGED
|
@@ -68,20 +68,20 @@ var CONST_API_CONTROLLERS = {
|
|
|
68
68
|
},
|
|
69
69
|
INSTAGRAM: {
|
|
70
70
|
DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
71
|
+
REPORT_POST_NEWS: "instagram-report-post-news",
|
|
72
|
+
REPORT_POST_SQUARE: "instagram-report-post-square",
|
|
73
|
+
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
74
|
+
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
75
|
+
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
76
|
+
REPORT_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
|
77
|
+
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
78
|
+
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
79
|
+
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
80
|
+
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
81
|
+
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
82
|
+
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
83
|
+
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
84
|
+
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
85
85
|
SETTING_POSTS: "instagram-setting-posts",
|
|
86
86
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
87
87
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
@@ -93,11 +93,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
93
93
|
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
94
94
|
},
|
|
95
95
|
THREADS: {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
96
|
+
REPORT_POST_NEWS: "threads-report-post-news",
|
|
97
|
+
REPORT_INTERACT_FOLLOW: "threads-report-interact-follow",
|
|
98
|
+
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
99
|
+
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
100
|
+
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
101
101
|
SETTING_POSTS: "threads-setting-posts-threads",
|
|
102
102
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
103
103
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
package/package.json
CHANGED
package/requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
pyinstaller
|
|
2
|
-
pywin32
|
|
3
|
-
pytz
|
|
4
|
-
webdriver-manager
|
|
5
|
-
selenium
|
|
6
|
-
undetected-chromedriver
|
|
7
|
-
requests
|
|
1
|
+
pyinstaller
|
|
2
|
+
pywin32
|
|
3
|
+
pytz
|
|
4
|
+
webdriver-manager
|
|
5
|
+
selenium
|
|
6
|
+
undetected-chromedriver
|
|
7
|
+
requests
|
|
8
8
|
rapidfuzz
|