[Feature Request] Simulate Human-Like Typing Before Sending Messages
Feature Request: Human-Like Typing Simulation for Direct Messages
Summary:
To reduce the chances of Instagram detecting and disabling accounts for bot-like behavior, I propose a feature that simulates human-like typing before sending direct messages via client.direct_send.
Motivation:
Sending messages instantly and in large numbers may trigger anti-spam mechanisms. Human-like typing, such as building up the message in partial chunks (H → He → Hel → Hello), helps mimic real user behavior and reduces bot detection risk.
Proposed Solution:
- Introduce a method like
simulate_typing(message: str) -> strthat:- Builds up the message incrementally
- Waits random intervals (e.g. 100–300ms) between chunks
- Returns the final message to be sent by
direct_send
Optional Improvements:
-
Integrate with
direct_sendas an optional argument like:client.direct_send(message, user_ids, simulate_typing=True)
I don't think there is feature to send logs, Try to made own
I don't think there is feature to send logs, Try to made own
might as well not reply bro