Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiddenCodeDevs/BlumTelegramBot
/ functions
Functions
70 in github.com/HiddenCodeDevs/BlumTelegramBot
⨍
Functions
70
◇
Types & classes
13
↓ 86 callers
Method
get
(self, url: str)
bot/core/api.py:45
↓ 14 callers
Method
post
(self, url: str, data: dict = None)
bot/core/api.py:55
↓ 4 callers
Method
update_user_balance
(self)
bot/core/tapper.py:256
↓ 3 callers
Function
check_payload_server
(payload_server_url: str, full_test: bool = False)
bot/utils/payload.py:5
↓ 3 callers
Method
update_points_balance
(self, with_log: bool = False)
bot/core/tapper.py:238
↓ 2 callers
Method
auth
(self, session: aiohttp.ClientSession)
bot/core/tapper.py:39
↓ 2 callers
Function
check_proxy
(http_client: ClientSession)
bot/utils/checkers.py:9
↓ 2 callers
Method
check_tasks
(self)
bot/core/tapper.py:111
↓ 2 callers
Method
claim_task
(self, task_id)
bot/core/api.py:224
↓ 2 callers
Function
get_payload
(payload_server_url: str, game_id: str, earned_points: dict, asset_clicks: dict)
bot/utils/payload.py:41
↓ 2 callers
Function
get_proxies
()
bot/utils/launcher.py:35
↓ 2 callers
Function
get_random_letters
(hash_data: any = None)
bot/core/helper.py:46
↓ 2 callers
Function
get_referral_token
()
bot/core/helper.py:51
↓ 2 callers
Function
get_session_names
()
bot/utils/launcher.py:26
↓ 2 callers
Function
get_user_agents
()
bot/core/agents.py:210
↓ 2 callers
Method
run
(self, proxy: str | None)
bot/core/tapper.py:292
↓ 2 callers
Method
set_tokens
(self, token_data: dict)
bot/core/api.py:105
↓ 1 callers
Method
auth_with_web_data
(self, web_data)
bot/core/api.py:65
↓ 1 callers
Method
check_daily_reward
(self)
bot/core/tapper.py:228
↓ 1 callers
Method
check_farming
(self)
bot/core/tapper.py:276
↓ 1 callers
Method
check_friends_balance
(self)
bot/core/tapper.py:266
↓ 1 callers
Method
check_tribe
(self)
bot/core/tapper.py:49
↓ 1 callers
Function
check_user_agent
(session_name: str)
bot/core/agents.py:240
↓ 1 callers
Method
claim_daily_reward
(self)
bot/core/api.py:165
↓ 1 callers
Method
claim_farm
(self)
bot/core/api.py:241
↓ 1 callers
Method
claim_friends_balance
(self)
bot/core/api.py:260
↓ 1 callers
Method
claim_game
(self, payload: str)
bot/core/api.py:189
↓ 1 callers
Method
create_ssl_context
()
bot/core/TLS.py:16
↓ 1 callers
Method
daily_reward_is_available
(self)
bot/core/api.py:150
↓ 1 callers
Function
disable_color_on_error
(formatter, level_)
bot/utils/logger.py:21
↓ 1 callers
Method
elig_dogs
(self)
bot/core/api.py:173
↓ 1 callers
Function
format_duration
(seconds)
bot/core/helper.py:15
↓ 1 callers
Function
generate_random_user_agent
(device_type='android', browser_type='chrome')
bot/core/agents.py:144
↓ 1 callers
Function
get_blum_database
()
bot/core/helper.py:21
↓ 1 callers
Method
get_friends_balance
(self)
bot/core/api.py:251
↓ 1 callers
Method
get_my_tribe
(self)
bot/core/api.py:288
↓ 1 callers
Method
get_tasks
(self)
bot/core/tapper.py:83
↓ 1 callers
Function
get_tg_clients
()
bot/utils/launcher.py:49
↓ 1 callers
Function
get_tg_web_data
(client: Client, log: SessionLogger)
bot/core/tg_auth.py:16
↓ 1 callers
Method
join_tribe
(self, tribe_id)
bot/core/api.py:309
↓ 1 callers
Method
leave_tribe
(self)
bot/core/api.py:301
↓ 1 callers
Method
login
(self, web_data_params: str)
bot/core/api.py:81
↓ 1 callers
Function
main
()
main.py:10
↓ 1 callers
Function
move_session_to_deleted
(client: Client)
bot/core/helper.py:29
↓ 1 callers
Method
my_points_balance
(self)
bot/core/api.py:129
↓ 1 callers
Method
play_drop_game
(self)
bot/core/tapper.py:151
↓ 1 callers
Method
random_delay
(self)
bot/core/tapper.py:220
↓ 1 callers
Method
refresh_tokens
(self)
bot/core/api.py:109
↓ 1 callers
Function
run_tapper
(tg_client: Client, proxy: Proxy | None)
bot/core/tapper.py:352
↓ 1 callers
Function
save_user_agent
(session_name)
bot/core/agents.py:225
↓ 1 callers
Method
search_tribe
(self, chat_name)
bot/core/api.py:268
↓ 1 callers
Function
set_proxy_for_tg_client
(client: Client, proxy: Proxy)
bot/core/helper.py:35
↓ 1 callers
Method
start_farming
(self)
bot/core/api.py:232
↓ 1 callers
Method
start_game
(self)
bot/core/api.py:181
↓ 1 callers
Method
start_task
(self, task_id)
bot/core/api.py:205
↓ 1 callers
Method
user_balance
(self)
bot/core/api.py:137
↓ 1 callers
Method
validate_task
(self, task_id, keyword: str)
bot/core/api.py:213
↓ 1 callers
Function
wait_proxy
(http_client: ClientSession, time_between_checks_sec: int = 5)
bot/utils/checkers.py:23
Method
__init__
(self, session_name)
bot/utils/logger.py:40
Method
__init__
(self, session: ClientSession, logger: SessionLogger)
bot/core/api.py:27
Method
__init__
(self, tg_client: Client, log: SessionLogger)
bot/core/tapper.py:35
Method
_format
(self, message)
bot/utils/logger.py:45
Method
error_wrapper
(method)
bot/core/api.py:32
Method
get_tasks
(self)
bot/core/api.py:197
Method
get_tribe_info
(self, chat_name)
bot/core/api.py:280
Function
register_sessions
()
bot/core/registrator.py:6
Function
run_tasks
()
bot/utils/launcher.py:72
Method
wallet_my_balance
(self)
bot/core/api.py:121
Function
wrapper
(*args, **kwargs)
bot/utils/logger.py:22
Method
wrapper
(self, *arg, **kwargs)
bot/core/api.py:33