vadymfedorets / notpixel

NotPixel is a Telegram automation tool designed to help you manage and interact with @notpixel. This bot can create sessions, gather statistics, and automate tasks for your accounts. https://t.me/crypto_alcash one of forks of my code: https://github.com/YarmolenkoD/notpixel
https://t.me/hidden_coding
Apache License 2.0
154 stars 38 forks source link

Some requests #29

Closed danazor closed 1 month ago

danazor commented 1 month ago

Hello there! I had a few suggestions. Maybe you can evaluate them.

example: Painted xxx yyy with random color #000000 (12pts) Painted xxx yyy with random color #000000 (4pts)

Thank you for your efforts.

vadymfedorets commented 1 month ago

Do you have the chance to add a few more colors for 3x painting? you can edit json file, you can see it in folder bot/points3x and add more x3 spaces with colors Can it paint in the color we want, only in the area we specify the coordinates? for now you can use that file, but it has a little bit another logic, will add that mode Can it write how many points we earned after the painting process? will add it a little bit later

danazor commented 1 month ago

Do you have the chance to add a few more colors for 3x painting? you can edit json file, you can see it in folder bot/points3x and add more x3 spaces with colors Can it paint in the color we want, only in the area we specify the coordinates? for now you can use that file, but it has a little bit another logic, will add that mode Can it write how many points we earned after the painting process? will add it a little bit later

thx for your reply. I'll try to edit json file. Also one more request :)

I think the time between 2 paintings is fixed (like 5, 30 seconds). I want to reduce this time during busy hours. It doesn't work very well for a long time in both lag and crowded environments.

Where can I change this value?

Thank you

danazor commented 1 month ago

"topRight": [373, 377] and "bottomLeft": [398, 629] mean right=X, left=Y corrdinates? @vadymfedorets

vadymfedorets commented 1 month ago

topRight [x, y] bottomLeft [x, y] but it a little bit messed up for now, just make a rectangle and while writing coords make sore that topRight.x < bottomLeft.x and topRight.y < bottomLeft.y

danazor commented 1 month ago

topRight [x, y] bottomLeft [x, y] but it a little bit messed up for now, just make a rectangle and while writing coords make sore that topRight.x < bottomLeft.x and topRight.y < bottomLeft.y

got it thanks