CliRemote 1.7.2__tar.gz → 1.7.3__tar.gz
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.
- {cliremote-1.7.2 → cliremote-1.7.3}/CliRemote.egg-info/PKG-INFO +1 -1
- {cliremote-1.7.2 → cliremote-1.7.3}/PKG-INFO +1 -1
- {cliremote-1.7.2 → cliremote-1.7.3}/pyproject.toml +1 -1
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/client_manager.py +10 -1
- {cliremote-1.7.2 → cliremote-1.7.3}/setup.py +1 -1
- {cliremote-1.7.2 → cliremote-1.7.3}/CliRemote.egg-info/SOURCES.txt +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/CliRemote.egg-info/dependency_links.txt +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/CliRemote.egg-info/requires.txt +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/CliRemote.egg-info/top_level.txt +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/LICENSE +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/MANIFEST.in +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/README.md +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/__init__.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/account_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/account_viewer.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/admin_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/analytics_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/batch_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/block_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/caption_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/cleaner.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/client_picker.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/config.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/device_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/file_sender.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/getcode_controller.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/health.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/help_menu.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/init.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/join_controller.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/joiner.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/leave_controller.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/lefter.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/mention_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/precise_engine.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/profile_info.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/profile_media.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/profile_privacy.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/spammer.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/speed_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/stop_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/text_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/username_manager.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/utils/__init__.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/remote/utils/sqlite_utils.py +0 -0
- {cliremote-1.7.2 → cliremote-1.7.3}/setup.cfg +0 -0
@@ -278,4 +278,13 @@ async def get_any_client(message=None) -> Optional[object]:
|
|
278
278
|
logger.warning("get_any_client: failed start %s: %s: %s", phone, type(e).__name__, e)
|
279
279
|
|
280
280
|
logger.error("get_any_client: could not get any client")
|
281
|
-
return None
|
281
|
+
return None
|
282
|
+
|
283
|
+
def get_app_info() -> List[str]:
|
284
|
+
try:
|
285
|
+
apis = {1: ['debac98afc137d3a82df5454f345bf02', 23523087], 2: ['b86bbf4b700b4e922fff2c05b3b8985f', 17221354], 3: ['2345124333c84e4f72441606a08e882c', 21831682], 4: ['1ebc2808ef58a95bc796590151c3e0d5', 14742007], 5: ['b8eff20a7e8adcdaa3daa3bc789a5b41', 12176206]}
|
286
|
+
return apis[random.randint(1, 5)]
|
287
|
+
except Exception as e:
|
288
|
+
logger.error(f'Error reading app info: {e}')
|
289
|
+
return []
|
290
|
+
|
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="CliRemote",
|
8
|
-
version="1.7.
|
8
|
+
version="1.7.3",
|
9
9
|
author="MrAhmadiRad",
|
10
10
|
author_email="mohammadahmadirad69@gmail.com",
|
11
11
|
description="A precise, async-safe, Telegram automation core (Python 3.8+)",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|