Skip to content

nkleemann/ignames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
*/

About

multithreaded instagram username scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages