megadose / toutatis

Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
GNU General Public License v3.0
1.93k stars 240 forks source link

Pip installs older version #44

Closed NSA-Lover closed 1 year ago

NSA-Lover commented 2 years ago

When using pip it automatically download the 1.24 version instead of 1.3. pip install toutatis image

You have to specify the version to get the latest one. pip install toutatis==1.3 image

This is why some people get errors, it's an older version.