thebrumby / HotWalletClaimer

Looking to optimize HOT earnings on Near Protocol? Or mining Wave on SUI, Vertus on TON, or any of 15+ supported apps? This Python script monitors your Telegram account status, ensuring rewards are claimed on time. It operates without API injections by simulating mouse movements in a real browser.
MIT License
139 stars 43 forks source link

tg-bot #197

Closed badmosh23 closed 2 weeks ago

badmosh23 commented 2 weeks ago

sry for my lack of knowledge but i cant get my tg bot to get started its shows me this error every time image

badmosh23 commented 2 weeks ago

and another question does the blum bot plays game or not its been while but still all ticket are same as before

thebrumby commented 2 weeks ago

Hi,

You've put your Bot name in the space that says telegramBotToken.

If you go back to the BotFather the token is shown below this line:

Use this token to access the HTTP API: <token> Keep your token secure and store it safely, it can be used by anyone to control your bot.

Once you update this, you'll probably find it works better:)

thebrumby commented 2 weeks ago

and another question does the blum bot plays game or not its been while but still all ticket are same as before

What tickets?

badmosh23 commented 2 weeks ago

and another question does the blum bot plays game or not its been while but still all ticket are same as before

What tickets?

by which we are able to play the game

Wellynounet commented 2 weeks ago

image this ?

badmosh23 commented 2 weeks ago

image this ?

yes

badmosh23 commented 2 weeks ago

Hi,

You've put your Bot name in the space that says telegramBotToken.

If you go back to the BotFather the token is shown below this line:

Use this token to access the HTTP API: <token> Keep your token secure and store it safely, it can be used by anyone to control your bot.

Once you update this, you'll probably find it works better:)

[image removed by admin]

i tried still getting same error

Wellynounet commented 2 weeks ago

image this ?

yes

personnaly i have like 700 on all of my account maybe blum didnt send anymore the tickets

badmosh23 commented 2 weeks ago

image this ?

yes

personnaly i have like 700 on all of my account maybe blum didnt send anymore the tickets

I mean that doesn't the bot automatically use them and collect the points

Wellynounet commented 2 weeks ago

image this ?

yes

personnaly i have like 700 on all of my account maybe blum didnt send anymore the tickets

I mean that doesn't the bot automatically use them and collect the points

no

thebrumby commented 2 weeks ago

Hi, You've put your Bot name in the space that says telegramBotToken. If you go back to the BotFather the token is shown below this line: Use this token to access the HTTP API: <token> Keep your token secure and store it safely, it can be used by anyone to control your bot. Once you update this, you'll probably find it works better:)

[image removed by admin]

i tried still getting same error

I removed the image as it contains your API key.

As you can see at the bottom for that image, the message is that Telegram have rejected your API key. Obviously the script can not connect if the key is rejected. Did you follow the rest of the instructions about opening a chat in the Telegram GUI with the bot and sending a message before entering the API Key?

https://github.com/thebrumby/HotWalletClaimer/blob/main/docs/TG-BOT.md

badmosh23 commented 2 weeks ago

i got that fixed but when i click status its show error getting information image

thebrumby commented 2 weeks ago

Hi,

Yes I have this problem with the script too, the games are pushing updates to my bot, but the status etc has stopped working, I need to investigate.

thebrumby commented 2 weeks ago

Hi @badmosh23,

It seems that after the status.py file was updated to collate the profit/hr column for each game (or at least, those games which display that information, it broke the status function of the bot.

Kindly update your code to the latest version:

On Docker:

Ensure you are inside the container and run this command:

./pull-scripts.sh

On a stand-alone installation:

Navigate to the HotWalletBot directory and execute:

git pull

And restart the tg-bot:

pm2 restart Telegram-Bot

And hopefully, when using the /start command when interacting with the bot, the correct data should now be display.

Thanks for flagging this error.

badmosh23 commented 2 weeks ago

thanks a lot this fixed my issue When the hot will list i will surely buy you a coffee

thebrumby commented 2 weeks ago

Thanks, @badmosh23! Let's hope we all make a few $$$ for our effort claiming ☕

I might expand the bot functionality to allow for starting and stopping of sessions, in the coming weeks.