diff --git a/Type 1 b/Type 1 new file mode 100644 index 000000000..e27e52b75 --- /dev/null +++ b/Type 1 @@ -0,0 +1,23 @@ +- addrs Get all registered addressed by target photos +- captions Get user's photos captions +- comments Get total comments of target's posts +- followers Get target followers +- followings Get users followed by target +- fwersemail Get email of target followers +- fwingsemail Get email of users followed by target +- fwersnumber Get phone number of target followers +- fwingsnumber Get phone number of users followed by target +- hashtags Get hashtags used by target +- info Get target info +- likes Get total likes of target's posts +- mediatype Get user's posts type (photo or video) +- photodes Get description of target's photos +- photos Download user's photos in output folder +- propic Download user's profile picture +- stories Download user's stories +- tagged Get list of users tagged by target +- wcommented Get a list of user who commented target's photos +- wtagged Get a list of user who tagged target +docker build -t osintgram . +docker run --rm -it -v "$PWD/output:/home/osintgram/output" osintgram +docker-compose run osintgram