This commit is contained in:
G
2021-07-10 12:25:34 -07:00
committed by GitHub
parent 87645b4f91
commit ce23804293
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -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'],