proseltd / Telepathy-Community

Public release of Telepathy, an OSINT toolkit for investigating Telegram chats.
MIT License
968 stars 135 forks source link

Telepathy is not recognized as a command. #46

Open staljumper opened 1 year ago

staljumper commented 1 year ago

Hello, I have downloaded the repository and installed the dependencies pip3 install telepathy. I try to start the script with the test command telepathy -t durov but it returns this error telepathy: command not found I'm running everything from Ubuntu WSL. Thanks in advance

anothercookiecrumbles commented 1 year ago

Hi, just in case: have you tried checking if Telepathy is in your path? When you install telepathy, it’ll tell you the location it’s been installed in. You can then check if that’s part of the path by doing echo $PATH.

If it’s not, you can simply append the location to the path by doing export PATH=$PATH:**location of telepathy install**.

Hope this helps!

ComradeWave commented 1 year ago

Hello, I have downloaded the repository and installed the dependencies pip3 install telepathy. I try to start the script with the test command telepathy -t durov but it returns this error telepathy: command not found I'm running everything from Ubuntu WSL. Thanks in advance

I had the same problem, but running the install command with the --user tag helped me. Try pip3 install --user telepathy