automation-lib 5.4.184 → 5.4.187

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.mjs CHANGED
@@ -42,6 +42,7 @@ var CONST_API_AUTH = {
42
42
  var CONST_API_COMMON = {
43
43
  SLUG: "slug",
44
44
  CREATE: "create",
45
+ INSERT: "insert",
45
46
  CREATE_MULTI: "create-multi",
46
47
  FIND_AUTO_FILL: "find-auto-fill",
47
48
  APPLY_AUTO_FILL: "apply-auto-fill",
@@ -469,7 +470,6 @@ __export(enums_exports, {
469
470
  EPositionUser: () => EPositionUser,
470
471
  EPriority: () => EPriority,
471
472
  ESheetToolInstagram: () => ESheetToolInstagram,
472
- ESheetToolStatus: () => ESheetToolStatus,
473
473
  ESheetToolStatusImport: () => ESheetToolStatusImport,
474
474
  ESheetToolStatusRun: () => ESheetToolStatusRun,
475
475
  ESheetToolThreads: () => ESheetToolThreads,
@@ -509,6 +509,7 @@ __export(enums_exports, {
509
509
  EStatusDeviceSync: () => EStatusDeviceSync,
510
510
  EStatusEmail: () => EStatusEmail,
511
511
  EStatusExecuteCommon: () => EStatusExecuteCommon,
512
+ EStatusGenerate: () => EStatusGenerate,
512
513
  EStatusLark: () => EStatusLark,
513
514
  EStatusMailWork: () => EStatusMailWork,
514
515
  EStatusPC: () => EStatusPC,
@@ -539,6 +540,7 @@ __export(enums_exports, {
539
540
  ETypeDeviceLog: () => ETypeDeviceLog,
540
541
  ETypeDeviceOS: () => ETypeDeviceOS,
541
542
  ETypeExport: () => ETypeExport,
543
+ ETypeGenerate: () => ETypeGenerate,
542
544
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
543
545
  ETypeManagerWorkType: () => ETypeManagerWorkType,
544
546
  ETypePin: () => ETypePin,
@@ -1079,7 +1081,6 @@ var ELarkNotiInstagramDetail = /* @__PURE__ */ ((ELarkNotiInstagramDetail2) => {
1079
1081
  var sheet_tool_exports = {};
1080
1082
  __export(sheet_tool_exports, {
1081
1083
  ESheetToolInstagram: () => ESheetToolInstagram,
1082
- ESheetToolStatus: () => ESheetToolStatus,
1083
1084
  ESheetToolStatusImport: () => ESheetToolStatusImport,
1084
1085
  ESheetToolStatusRun: () => ESheetToolStatusRun,
1085
1086
  ESheetToolThreads: () => ESheetToolThreads,
@@ -1123,13 +1124,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
1123
1124
  ESheetToolThreads2["ReplyMessage"] = "Reply message";
1124
1125
  return ESheetToolThreads2;
1125
1126
  })(ESheetToolThreads || {});
1126
- var ESheetToolStatus = /* @__PURE__ */ ((ESheetToolStatus2) => {
1127
- ESheetToolStatus2["Active"] = "Active";
1128
- ESheetToolStatus2["Inactive"] = "Inactive";
1129
- ESheetToolStatus2["Pending"] = "Pending";
1130
- ESheetToolStatus2["Error"] = "Error";
1131
- return ESheetToolStatus2;
1132
- })(ESheetToolStatus || {});
1133
1127
 
1134
1128
  // src/enums/status/index.ts
1135
1129
  var status_exports = {};
@@ -1166,6 +1160,7 @@ __export(status_exports, {
1166
1160
  EStatusDeviceSetupSettingTask: () => EStatusDeviceSetupSettingTask,
1167
1161
  EStatusDeviceSync: () => EStatusDeviceSync,
1168
1162
  EStatusExecuteCommon: () => EStatusExecuteCommon,
1163
+ EStatusGenerate: () => EStatusGenerate,
1169
1164
  EStatusLark: () => EStatusLark,
1170
1165
  EStatusMailWork: () => EStatusMailWork,
1171
1166
  EStatusPC: () => EStatusPC,
@@ -1374,14 +1369,6 @@ var EStatusAccountSocialRun = /* @__PURE__ */ ((EStatusAccountSocialRun2) => {
1374
1369
  return EStatusAccountSocialRun2;
1375
1370
  })(EStatusAccountSocialRun || {});
1376
1371
 
1377
- // src/enums/status/tools/EStatusPC.enum.ts
1378
- var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
1379
- EStatusPC2["Connected"] = "Connected";
1380
- EStatusPC2["Disconnected"] = "Disconnected";
1381
- EStatusPC2["Maintenance"] = "Maintenance";
1382
- return EStatusPC2;
1383
- })(EStatusPC || {});
1384
-
1385
1372
  // src/enums/status/tools/EStatusDevice.enum.ts
1386
1373
  var EStatusDeviceSetup = /* @__PURE__ */ ((EStatusDeviceSetup2) => {
1387
1374
  EStatusDeviceSetup2["Completed"] = "Completed";
@@ -1476,6 +1463,23 @@ var EStatusDeviceSetupSettingTask = /* @__PURE__ */ ((EStatusDeviceSetupSettingT
1476
1463
  return EStatusDeviceSetupSettingTask2;
1477
1464
  })(EStatusDeviceSetupSettingTask || {});
1478
1465
 
1466
+ // src/enums/status/tools/EStatusGenerate.enum.ts
1467
+ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
1468
+ EStatusGenerate2["Pending"] = "Pending";
1469
+ EStatusGenerate2["Processing"] = "Processing";
1470
+ EStatusGenerate2["Done"] = "Completed";
1471
+ EStatusGenerate2["Failed"] = "Failed";
1472
+ return EStatusGenerate2;
1473
+ })(EStatusGenerate || {});
1474
+
1475
+ // src/enums/status/tools/EStatusPC.enum.ts
1476
+ var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
1477
+ EStatusPC2["Connected"] = "Connected";
1478
+ EStatusPC2["Disconnected"] = "Disconnected";
1479
+ EStatusPC2["Maintenance"] = "Maintenance";
1480
+ return EStatusPC2;
1481
+ })(EStatusPC || {});
1482
+
1479
1483
  // src/enums/status/tools/EStatusTaskAIContent.enum.ts
1480
1484
  var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
1481
1485
  EStatusTaskAIContent2["Pending"] = "Pending";
@@ -1486,16 +1490,6 @@ var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
1486
1490
  return EStatusTaskAIContent2;
1487
1491
  })(EStatusTaskAIContent || {});
1488
1492
 
1489
- // src/enums/status/tools/EStatusTaskToolSocials.enum.ts
1490
- var EStatusTaskToolSocials = /* @__PURE__ */ ((EStatusTaskToolSocials2) => {
1491
- EStatusTaskToolSocials2["Pending"] = "Pending";
1492
- EStatusTaskToolSocials2["Executing"] = "Executing";
1493
- EStatusTaskToolSocials2["Error"] = "Error";
1494
- EStatusTaskToolSocials2["Repaired"] = "Repaired";
1495
- EStatusTaskToolSocials2["Done"] = "Done";
1496
- return EStatusTaskToolSocials2;
1497
- })(EStatusTaskToolSocials || {});
1498
-
1499
1493
  // src/enums/status/tools/EStatusTaskAvatarCover.enum.ts
1500
1494
  var EStatusTaskAvatarCover = /* @__PURE__ */ ((EStatusTaskAvatarCover2) => {
1501
1495
  EStatusTaskAvatarCover2["Pending"] = "Pending";
@@ -1530,17 +1524,6 @@ var EStatusTaskImage = /* @__PURE__ */ ((EStatusTaskImage2) => {
1530
1524
  return EStatusTaskImage2;
1531
1525
  })(EStatusTaskImage || {});
1532
1526
 
1533
- // src/enums/status/tools/EStatusTaskVoice.enum.ts
1534
- var EStatusTaskVoice = /* @__PURE__ */ ((EStatusTaskVoice2) => {
1535
- EStatusTaskVoice2["Pending"] = "Pending";
1536
- EStatusTaskVoice2["GeneratingVoice"] = "GeneratingVoice";
1537
- EStatusTaskVoice2["GeneratedVoice"] = "GeneratedVoice";
1538
- EStatusTaskVoice2["Error"] = "Error";
1539
- EStatusTaskVoice2["Done"] = "Done";
1540
- EStatusTaskVoice2["Ready"] = "Ready";
1541
- return EStatusTaskVoice2;
1542
- })(EStatusTaskVoice || {});
1543
-
1544
1527
  // src/enums/status/tools/EStatusTaskScript.enum.ts
1545
1528
  var EStatusTaskScript = /* @__PURE__ */ ((EStatusTaskScript2) => {
1546
1529
  EStatusTaskScript2["Done"] = "Done";
@@ -1553,6 +1536,27 @@ var EStatusTaskScript = /* @__PURE__ */ ((EStatusTaskScript2) => {
1553
1536
  return EStatusTaskScript2;
1554
1537
  })(EStatusTaskScript || {});
1555
1538
 
1539
+ // src/enums/status/tools/EStatusTaskToolSocials.enum.ts
1540
+ var EStatusTaskToolSocials = /* @__PURE__ */ ((EStatusTaskToolSocials2) => {
1541
+ EStatusTaskToolSocials2["Pending"] = "Pending";
1542
+ EStatusTaskToolSocials2["Executing"] = "Executing";
1543
+ EStatusTaskToolSocials2["Error"] = "Error";
1544
+ EStatusTaskToolSocials2["Repaired"] = "Repaired";
1545
+ EStatusTaskToolSocials2["Done"] = "Done";
1546
+ return EStatusTaskToolSocials2;
1547
+ })(EStatusTaskToolSocials || {});
1548
+
1549
+ // src/enums/status/tools/EStatusTaskVoice.enum.ts
1550
+ var EStatusTaskVoice = /* @__PURE__ */ ((EStatusTaskVoice2) => {
1551
+ EStatusTaskVoice2["Pending"] = "Pending";
1552
+ EStatusTaskVoice2["GeneratingVoice"] = "GeneratingVoice";
1553
+ EStatusTaskVoice2["GeneratedVoice"] = "GeneratedVoice";
1554
+ EStatusTaskVoice2["Error"] = "Error";
1555
+ EStatusTaskVoice2["Done"] = "Done";
1556
+ EStatusTaskVoice2["Ready"] = "Ready";
1557
+ return EStatusTaskVoice2;
1558
+ })(EStatusTaskVoice || {});
1559
+
1556
1560
  // src/enums/status/web/EStatusBlog.enum.ts
1557
1561
  var EStatusBlog = /* @__PURE__ */ ((EStatusBlog2) => {
1558
1562
  EStatusBlog2["Spending"] = "Spending";
@@ -1690,6 +1694,7 @@ __export(types_exports, {
1690
1694
  ETypeDevice: () => ETypeDevice,
1691
1695
  ETypeDeviceOS: () => ETypeDeviceOS,
1692
1696
  ETypeExport: () => ETypeExport,
1697
+ ETypeGenerate: () => ETypeGenerate,
1693
1698
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
1694
1699
  ETypeManagerWorkType: () => ETypeManagerWorkType,
1695
1700
  ETypePin: () => ETypePin,
@@ -1731,43 +1736,6 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
1731
1736
  return ETypeProxyChecked2;
1732
1737
  })(ETypeProxyChecked || {});
1733
1738
 
1734
- // src/enums/types/ETypePin.enum.ts
1735
- var ETypePin = /* @__PURE__ */ ((ETypePin2) => {
1736
- ETypePin2["Love"] = "Love";
1737
- ETypePin2["Like"] = "Like";
1738
- ETypePin2["Gim"] = "Gim";
1739
- return ETypePin2;
1740
- })(ETypePin || {});
1741
-
1742
- // src/enums/types/ETypeDevice.enum.ts
1743
- var ETypeDevice = /* @__PURE__ */ ((ETypeDevice2) => {
1744
- ETypeDevice2["NA"] = "N/A";
1745
- ETypeDevice2["BoxPhone"] = "BoxPhone";
1746
- ETypeDevice2["Full"] = "Full";
1747
- return ETypeDevice2;
1748
- })(ETypeDevice || {});
1749
- var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
1750
- ETypeDeviceOS2["IOS"] = "IOS";
1751
- ETypeDeviceOS2["Android"] = "Android";
1752
- return ETypeDeviceOS2;
1753
- })(ETypeDeviceOS || {});
1754
-
1755
- // src/enums/types/ETypeProxy.enum.ts
1756
- var ETypeProxyCountry = /* @__PURE__ */ ((ETypeProxyCountry2) => {
1757
- ETypeProxyCountry2["USA"] = "USA";
1758
- ETypeProxyCountry2["UK"] = "UK";
1759
- ETypeProxyCountry2["CA"] = "CA";
1760
- ETypeProxyCountry2["AU"] = "AU";
1761
- ETypeProxyCountry2["Canada"] = "Canada";
1762
- return ETypeProxyCountry2;
1763
- })(ETypeProxyCountry || {});
1764
- var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
1765
- ETypeProxyProvider2["CloudMini"] = "CloudMini";
1766
- ETypeProxyProvider2["ProxyRotator"] = "ProxyRotator";
1767
- ETypeProxyProvider2["SmartProxy"] = "SmartProxy";
1768
- return ETypeProxyProvider2;
1769
- })(ETypeProxyProvider || {});
1770
-
1771
1739
  // src/enums/types/ETypeAccountInstagramSetting.enum.ts
1772
1740
  var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSetting2) => {
1773
1741
  ETypeAccountInstagramSetting2["Business"] = "Business";
@@ -1777,13 +1745,6 @@ var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSettin
1777
1745
  return ETypeAccountInstagramSetting2;
1778
1746
  })(ETypeAccountInstagramSetting || {});
1779
1747
 
1780
- // src/enums/types/ETypeExport.enum.ts
1781
- var ETypeExport = /* @__PURE__ */ ((ETypeExport2) => {
1782
- ETypeExport2["Append"] = "Append";
1783
- ETypeExport2["Overwrite"] = "Overwrite";
1784
- return ETypeExport2;
1785
- })(ETypeExport || {});
1786
-
1787
1748
  // src/enums/types/ETypeAccountVPN.enum.ts
1788
1749
  var ETypeAccountVPN = /* @__PURE__ */ ((ETypeAccountVPN2) => {
1789
1750
  ETypeAccountVPN2["Free"] = "Free";
@@ -1815,6 +1776,33 @@ var ETypeColumnManagerWork = /* @__PURE__ */ ((ETypeColumnManagerWork2) => {
1815
1776
  return ETypeColumnManagerWork2;
1816
1777
  })(ETypeColumnManagerWork || {});
1817
1778
 
1779
+ // src/enums/types/ETypeDevice.enum.ts
1780
+ var ETypeDevice = /* @__PURE__ */ ((ETypeDevice2) => {
1781
+ ETypeDevice2["NA"] = "N/A";
1782
+ ETypeDevice2["BoxPhone"] = "BoxPhone";
1783
+ ETypeDevice2["Full"] = "Full";
1784
+ return ETypeDevice2;
1785
+ })(ETypeDevice || {});
1786
+ var ETypeDeviceOS = /* @__PURE__ */ ((ETypeDeviceOS2) => {
1787
+ ETypeDeviceOS2["IOS"] = "IOS";
1788
+ ETypeDeviceOS2["Android"] = "Android";
1789
+ return ETypeDeviceOS2;
1790
+ })(ETypeDeviceOS || {});
1791
+
1792
+ // src/enums/types/ETypeExport.enum.ts
1793
+ var ETypeExport = /* @__PURE__ */ ((ETypeExport2) => {
1794
+ ETypeExport2["Append"] = "Append";
1795
+ ETypeExport2["Overwrite"] = "Overwrite";
1796
+ return ETypeExport2;
1797
+ })(ETypeExport || {});
1798
+
1799
+ // src/enums/types/ETypeGenerate.enum.ts
1800
+ var ETypeGenerate = /* @__PURE__ */ ((ETypeGenerate2) => {
1801
+ ETypeGenerate2["Image"] = "Image";
1802
+ ETypeGenerate2["Video"] = "Video";
1803
+ return ETypeGenerate2;
1804
+ })(ETypeGenerate || {});
1805
+
1818
1806
  // src/enums/types/ETypeManagerWork.enum.ts
1819
1807
  var ETypeManagerWorkClassify = /* @__PURE__ */ ((ETypeManagerWorkClassify2) => {
1820
1808
  ETypeManagerWorkClassify2["NA"] = "N/A";
@@ -1829,6 +1817,30 @@ var ETypeManagerWorkType = /* @__PURE__ */ ((ETypeManagerWorkType2) => {
1829
1817
  return ETypeManagerWorkType2;
1830
1818
  })(ETypeManagerWorkType || {});
1831
1819
 
1820
+ // src/enums/types/ETypePin.enum.ts
1821
+ var ETypePin = /* @__PURE__ */ ((ETypePin2) => {
1822
+ ETypePin2["Love"] = "Love";
1823
+ ETypePin2["Like"] = "Like";
1824
+ ETypePin2["Gim"] = "Gim";
1825
+ return ETypePin2;
1826
+ })(ETypePin || {});
1827
+
1828
+ // src/enums/types/ETypeProxy.enum.ts
1829
+ var ETypeProxyCountry = /* @__PURE__ */ ((ETypeProxyCountry2) => {
1830
+ ETypeProxyCountry2["USA"] = "USA";
1831
+ ETypeProxyCountry2["UK"] = "UK";
1832
+ ETypeProxyCountry2["CA"] = "CA";
1833
+ ETypeProxyCountry2["AU"] = "AU";
1834
+ ETypeProxyCountry2["Canada"] = "Canada";
1835
+ return ETypeProxyCountry2;
1836
+ })(ETypeProxyCountry || {});
1837
+ var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
1838
+ ETypeProxyProvider2["CloudMini"] = "CloudMini";
1839
+ ETypeProxyProvider2["ProxyRotator"] = "ProxyRotator";
1840
+ ETypeProxyProvider2["SmartProxy"] = "SmartProxy";
1841
+ return ETypeProxyProvider2;
1842
+ })(ETypeProxyProvider || {});
1843
+
1832
1844
  // src/enums/types/ETypeRatioImage.enum.ts
1833
1845
  var ETypeRatioImage = /* @__PURE__ */ ((ETypeRatioImage2) => {
1834
1846
  ETypeRatioImage2["Square"] = "Square";
@@ -1870,6 +1882,23 @@ var ETypeSocial = /* @__PURE__ */ ((ETypeSocial2) => {
1870
1882
  return ETypeSocial2;
1871
1883
  })(ETypeSocial || {});
1872
1884
 
1885
+ // src/enums/types/ETypeSocialChangeInfo.enum.ts
1886
+ var ETypeSocialChangeInfoThreads = /* @__PURE__ */ ((ETypeSocialChangeInfoThreads2) => {
1887
+ ETypeSocialChangeInfoThreads2["ConnectSyncInstagram"] = "ConnectSyncInstagram";
1888
+ ETypeSocialChangeInfoThreads2["ChangeThreads"] = "ChangeThreads";
1889
+ return ETypeSocialChangeInfoThreads2;
1890
+ })(ETypeSocialChangeInfoThreads || {});
1891
+
1892
+ // src/enums/types/ETypeSocialCreateNew.enum.ts
1893
+ var ETypeSocialCreateNew = /* @__PURE__ */ ((ETypeSocialCreateNew2) => {
1894
+ ETypeSocialCreateNew2["FolderName"] = "FolderName";
1895
+ ETypeSocialCreateNew2["IdeaNiche"] = "Idea/Niche";
1896
+ ETypeSocialCreateNew2["Niche"] = "Niche";
1897
+ ETypeSocialCreateNew2["GroupAccount"] = "GroupAccount";
1898
+ ETypeSocialCreateNew2["Account"] = "Account";
1899
+ return ETypeSocialCreateNew2;
1900
+ })(ETypeSocialCreateNew || {});
1901
+
1873
1902
  // src/enums/types/ETypeTimeFilter.enum.ts
1874
1903
  var ETypeTimeFilter = /* @__PURE__ */ ((ETypeTimeFilter2) => {
1875
1904
  ETypeTimeFilter2["Day"] = "Day";
@@ -1884,23 +1913,6 @@ var ETypeVoiceLanguage = /* @__PURE__ */ ((ETypeVoiceLanguage2) => {
1884
1913
  return ETypeVoiceLanguage2;
1885
1914
  })(ETypeVoiceLanguage || {});
1886
1915
 
1887
- // src/enums/types/ETypeSocialCreateNew.enum.ts
1888
- var ETypeSocialCreateNew = /* @__PURE__ */ ((ETypeSocialCreateNew2) => {
1889
- ETypeSocialCreateNew2["FolderName"] = "FolderName";
1890
- ETypeSocialCreateNew2["IdeaNiche"] = "Idea/Niche";
1891
- ETypeSocialCreateNew2["Niche"] = "Niche";
1892
- ETypeSocialCreateNew2["GroupAccount"] = "GroupAccount";
1893
- ETypeSocialCreateNew2["Account"] = "Account";
1894
- return ETypeSocialCreateNew2;
1895
- })(ETypeSocialCreateNew || {});
1896
-
1897
- // src/enums/types/ETypeSocialChangeInfo.enum.ts
1898
- var ETypeSocialChangeInfoThreads = /* @__PURE__ */ ((ETypeSocialChangeInfoThreads2) => {
1899
- ETypeSocialChangeInfoThreads2["ConnectSyncInstagram"] = "ConnectSyncInstagram";
1900
- ETypeSocialChangeInfoThreads2["ChangeThreads"] = "ChangeThreads";
1901
- return ETypeSocialChangeInfoThreads2;
1902
- })(ETypeSocialChangeInfoThreads || {});
1903
-
1904
1916
  // src/enums/tool/EDeviceLog.enum.ts
1905
1917
  var EStatusDeviceLog = /* @__PURE__ */ ((EStatusDeviceLog2) => {
1906
1918
  EStatusDeviceLog2["Success"] = "Success";
@@ -2034,7 +2046,6 @@ export {
2034
2046
  EPositionUser,
2035
2047
  EPriority,
2036
2048
  ESheetToolInstagram,
2037
- ESheetToolStatus,
2038
2049
  ESheetToolStatusImport,
2039
2050
  ESheetToolStatusRun,
2040
2051
  ESheetToolThreads,
@@ -2074,6 +2085,7 @@ export {
2074
2085
  EStatusDeviceSync,
2075
2086
  EStatusEmail,
2076
2087
  EStatusExecuteCommon,
2088
+ EStatusGenerate,
2077
2089
  EStatusImport,
2078
2090
  EStatusLark,
2079
2091
  EStatusMailWork,
@@ -2105,6 +2117,7 @@ export {
2105
2117
  ETypeDeviceLog,
2106
2118
  ETypeDeviceOS,
2107
2119
  ETypeExport,
2120
+ ETypeGenerate,
2108
2121
  ETypeImport,
2109
2122
  ETypeManagerWorkClassify,
2110
2123
  ETypeManagerWorkType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.184",
3
+ "version": "5.4.187",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
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