mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-05-26 13:54:38 +00:00
[auto-f]
This commit is contained in:
@@ -18,7 +18,7 @@ var argv = require('yargs')
|
||||
.boolean('cli')
|
||||
.describe('username', 'E.g. johndoe, john_doe or johndoe9999')
|
||||
.default("username", "")
|
||||
.describe('websites', 'Website or websites separated by space E.g. youtube, tiktok or tumblr')
|
||||
.describe('websites', 'A website or websites separated by space E.g. youtube, tiktok or tumblr. Also, you can use top10, or top105 which will select websites by their global rank. Or, use all for selecting all websites. The default is top100')
|
||||
.default("websites", "top100")
|
||||
.describe('mode', 'Analysis mode E.g.fast -> FindUserProfilesFast, slow -> FindUserProfilesSlow or special -> FindUserProfilesSpecial')
|
||||
.default("mode", "fast")
|
||||
|
||||
@@ -12,7 +12,7 @@ setup(
|
||||
author_email='gigaqeeq@gmail.com',
|
||||
description="API, CLI & Web App for analyzing & finding a person's profile across 300+ social media websites (Detections are updated regularly)",
|
||||
long_description=long_description,
|
||||
version='0.34',
|
||||
version='0.36',
|
||||
license='AGPL-3.0',
|
||||
url='https://github.com/qeeqbox/social-analyzer',
|
||||
packages=['social-analyzer'],
|
||||
|
||||
Reference in New Issue
Block a user