Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

remottxrea

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remottxrea - npm Package Compare versions

Comparing version
1.0.99
to
1.0.100
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: remottxrea
Version: 1.0.99
Version: 1.0.100
Summary: Remote client framework for Telegram automation using Pyrogram

@@ -5,0 +5,0 @@ Home-page: https://github.com/MohammadAhmadi-R/remottxrea

@@ -7,3 +7,3 @@ [build-system]

name = "remottxrea"
version = "1.0.99"
version = "1.0.100"
description = "Remote client framework for Telegram automation using Pyrogram"

@@ -10,0 +10,0 @@ readme = "README.md"

Metadata-Version: 2.4
Name: remottxrea
Version: 1.0.99
Version: 1.0.100
Summary: Remote client framework for Telegram automation using Pyrogram

@@ -5,0 +5,0 @@ Home-page: https://github.com/MohammadAhmadi-R/remottxrea

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name="remottxrea",
version="1.0.99",
version="1.0.100",
author="MrAhmadiRad",

@@ -11,0 +11,0 @@ author_email="mohammadahmadirad69@gmail.com",

@@ -31,3 +31,3 @@ from pyrogram.errors import FloodWait, RPCError

await delay_engine.profile_delay()
await delay_engine.change_profile()

@@ -34,0 +34,0 @@ await SafeExecutor.run(

@@ -33,3 +33,3 @@ from pyrogram.errors import FloodWait, RPCError

await delay_engine.profile_delay()
await delay_engine.change_profile()

@@ -36,0 +36,0 @@ await SafeExecutor.run(

@@ -28,3 +28,3 @@ from pyrogram.errors import FloodWait

await delay_engine.profile_delay()
await delay_engine.change_profile()

@@ -31,0 +31,0 @@ await SafeExecutor.run(

@@ -43,2 +43,8 @@ # remottxrea/core/delay_engine.py

)
@staticmethod
async def change_profile():
await asyncio.sleep(
random.uniform(4, 20)
)

@@ -45,0 +51,0 @@ async def wait(self):