sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Randomly Generates a username for unclaimed username

Open luchiago opened this issue 4 years ago • 3 comments

Related to: #165 Using a little script and/or Faker package to do this. My idea is when a person wants to contribute with the new website, it has to run the generator first, which will test if it exists, and if not the person can put in the JSON. If you guys let me I can send a pull request

luchiago avatar Mar 21 '20 18:03 luchiago

I don't think this is a big enough of a problem to be fixed, all it takes is adding a few numbers or some other obscure change, its really not that hard.

kilianplapp avatar Sep 23 '20 21:09 kilianplapp

It's happened in #165

ghost avatar May 30 '22 21:05 ghost

import time ; f"user{time.time_ns()}".rstrip('0') --> user1657191108413085

cclauss avatar Jul 07 '22 10:07 cclauss

This has now been added to Sherlock last week :)

sdushantha avatar Feb 16 '23 21:02 sdushantha