Skip to content

[Approved to present] AutoRewarder #9

safarsin requested to merge safarsin/ppy1-2025:safarsin into main

Restriction: The same question (or a very similar one) can be used no more than once every 4 hours. This is important to prevent Bing from considering repeats as spam or an attack (I've already had two accounts blocked).

Timing between queries: There should be an interval of 5 to 15 seconds between queries. Too frequent queries (e.g., every 1–2 seconds) will lead to blocking.

Which queries work better: Queries should contain different words and phrases — Bing ignores repeated meaningless strings like "aaa", "bbb". It's better to use meaningful, coherent phrases, for example "weather at home" is much better than a random string of characters like "bababa". You can use queries made up of numbers ("1", "2", "3", etc.), but their order should be varied.

How this project works: Generates unique, meaningful phrases based on templates with various actions, topics, and adjectives. Performs 30 search queries with delays of 5 to 15 seconds between each. Simulates human typing with small random pauses between keystrokes. Uses a separate Chrome profile to avoid conflicts with the main browser. In case of errors during a search, skips the query and continues working.

Edited by safarsin

Merge request reports