eaabak / instagram-auto-create-account

An automatic account creation bot script for Instagram.
445 stars 127 forks source link

To make more realistic username #17

Closed BbChip0103 closed 3 years ago

BbChip0103 commented 3 years ago

Hi, thank you for your work. It helped me a lot. In the past, creating username function had created just combination of random character. So i updated the function for more realistic based on 5 pattern of instagram username.

  1. We usually make username as combination of cool words.
  2. Flipping word (ex. love.evol, eat.ananab)
  3. Replacing some character to 'x' or 'y' or number (ex. app1e, c00l.guy, dexxlop)
  4. Repeating last character (ex. zeroooooo, bananananahaha)
  5. Join the words with '.' or '_' (ex. aa.bb.cc, a_b_c_d)
  6. Adding some number to end (ex. abc950103, asd112233)

I think it's one of good way to prevent people suspect our account was made by bot. If you have any opinion or question, please let me know. Thank you.

eaabak commented 3 years ago

Thank you. Good work. :)