Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The function of displaying collection statistics in the telegram bot #13

Open
yura877 opened this issue Dec 20, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@yura877
Copy link

yura877 commented Dec 20, 2024

Hi, I suggest, if possible, to make a function for displaying statistics form in the telegram bot, for example, how many accounts are currently working in the account and how many stars are being mined, etc.

@m3taphor m3taphor self-assigned this Dec 20, 2024
@m3taphor m3taphor added the enhancement New feature or request label Dec 20, 2024
@m3taphor
Copy link
Owner

i will make a panel in future, if i get some team to work on! thank you for suggestion.

@yura877
Copy link
Author

yura877 commented Dec 21, 2024

Thanks for the answer, I also wanted to know how to update the script? Because very often you make changes to the script, like updating the version of tiny verse, for example "TVerse 2.7" was released today. There is a function "TRACK_BOT_UPDATES", maybe it is responsible for the update, I don't know.
And I would also like to know what the new function "SLIDER_STARS_VALUE" is? Is it used when creating stars or only for gifts? Because I do not quite understand how exactly the function of creating stars works, for example, when reaching 90%, because at this percentage can be such a sum that will not be available on the slider and if it is so, it is quite as I understand it is easy to track the developers further.
And about the output of information about the work of the script in the bot, I just had something like logging data already working script, because I have for example this script works on a vds server and I do not always convenient to go there and check the performance of the script, and so I would in tg bot of his sent a message and received an answer back, as you can through telebot or aiogram it is realised, I do not remember exactly.
Thanks for the script :)

@m3taphor
Copy link
Owner

Thank you for your response! :D

The TRACK_BOT_UPDATES function monitors updates in JavaScript (JS) and helps detect any official changes in the application. You can disable this function for now, and I’ll handle updates when necessary.

The SLIDER_STARS_VALUE function acts as a safe mode, using the slider value as a multiplier to create stars. As shown in the image, the percentage refers to when the total dust reaches a certain proportion of the maximum star dust collection. At that point, it will generate stars. This mechanism prevents creating stars at the minimum available amount, which would drive the star price higher. You can also set the percentage to 0 to allow stars to be created whenever they become available.

Could you suggest additional ideas for the data output? For instance, should it display the total dust, or should it focus on specific session-based dust? I’m a bit uncertain and would appreciate clarification before proceeding further.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants