Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 880 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 880 Bytes

multithreaded instagram scraper searching for short available usernames based on common patterns.

available patterns

/*
		- A: firstNameNumSeq
				[firstname] + [numericSequence]
				example: luna221
		- B: firstNameRandWord
				[firstname] + [randomWord]
				example: maxtravels, laurastar
		- C: firstNameRandWordNumSeq
				[PatternB]  + [numericSequence]
				example: maxtravels9, laurastar200
		- D: firstNameDotVerb
				[firstname] + [.] + [verb]
				example: jens.codes, jessie.travels
		- E: randomWordTimesN
				n           * [randomWord]
				example: mytravelhobby, coolmathgames
		- F: randomWordTimesNnumSeq
				[PatternE]  + [numericSequence]
				example: mytravelhobby4, coolmathgames24
		- G: randomPermutation
				[randomPermutation]
				example: aural (laura)
		- H: leetspeak
				[leetspeak(PatternA-G)]
				 example: kyli3j33n3rsb1gg3stst4lk3r
*/