### Install Toutatis with PyPI Source: https://github.com/megadose/toutatis/blob/master/README.md Use this command to install the Toutatis package directly from the Python Package Index. ```bash pip install toutatis ``` -------------------------------- ### Install Toutatis from GitHub Source: https://github.com/megadose/toutatis/blob/master/README.md Clone the GitHub repository and install Toutatis locally. This is useful for development or if you need the latest unreleased version. ```bash git clone https://github.com/megadose/toutatis.git cd toutatis/ python3 setup.py install ``` -------------------------------- ### Example Instagram Account Information Output Source: https://github.com/megadose/toutatis/blob/master/README.md This is an example of the structured data you can expect to receive when using Toutatis to extract information from an Instagram account. ```text Informations about : xxxusernamexxx Full Name : xxxusernamesxx | userID : 123456789 Verified : False | Is buisness Account : False Is private Account : False Follower : xxx | Following : xxx Number of posts : x Number of tag in posts : x External url : http://example.com IGTV posts : x Biography : example biography Public Email : public@example.com Public Phone : +00 0 00 00 00 00 00 Obfuscated email : me********s@examplemail.com Obfuscated phone : +00 0xx xxx xx 00 ------------------------ Profile Picture : https://scontent-X-X.cdninstagram.com/ ``` -------------------------------- ### Find Instagram Information by Username Source: https://github.com/megadose/toutatis/blob/master/README.md Use the '-u' flag followed by the username and the '-s' flag with your Instagram session ID to retrieve account details. ```bash toutatis -u username -s instagramsessionid ``` -------------------------------- ### Find Instagram Information by ID Source: https://github.com/megadose/toutatis/blob/master/README.md Use the '-i' flag followed by the Instagram user ID and the '-s' flag with your Instagram session ID to retrieve account details. ```bash toutatis -i instagramID -s instagramsessionid ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.