-
Notifications
You must be signed in to change notification settings - Fork 63
Basic usage
Sterra is a tool with a lot of options: It can be hard to learn how to use it. Start by here before heading to the complete Wiki.
EXPORT - COMPARE - ANALYSE - CONVERT - HISTORY
Each of them have their job. The most used one is export
, followed by analyse
and compare
.
sterra export -ssid SESSIONID -u USERNAME -t TARGET_LIST
# -ssid is your session-id
# -u is the username of you target
# -t is the list you want to get ("followers","following","mutuals" or "both")
Click here to see advanced usage, alternative arguments, faster export ...
USERNAME's following list exported under id: 16438161339998531
This file id will be the id identifing your file (you can also use its path).
sterra history -i YOUR_FILE_ID
Do this on a list targeting following, it will be more accurate.
sterra analyse YOUR_FILE_ID
This will return you something like:
|%| Probabilites for personnal accounts in FILE_PATH:
%% -> username
5 -> username
40 -> username
45 -> username
90 -> username
Click here to see advanced usage, alternative arguments, export of these data ...
sterra compare FILE_ID ANOTHER_F_ID --common-usernames
This will return you the common usernames between these two lists (based on the instagram id, but returns usernames)
Click here to see advanced usage, other comparaisons, export of these data ...
sterra MODULE_NAME -h
Also, check usage examples to have a concrete illustration of what have been told here.
If you need more, check the modules documentation, some things are written here and there too, but arguments written and not written here are explained with details there.
- Home
- Basic usage
-
Usage examples
- Our exemple target
- Export the list
- Analyzing close circle
- Checking mutuals
- Export
-
Compare
- Introduction
- Usage
- Arguements
- Analyse
-
Convert
- Introduction
- Using the module
-
History
- Arguments
- Technical arguments
- Uninstall