Derpitron / Discord-OTP-Forcer

Selenium based discord OTP forcer
GNU Affero General Public License v3.0
43 stars 12 forks source link

I keep on getting command not found.. what is the problem? #12

Closed Lindaath closed 1 year ago

Lindaath commented 1 year ago

SetFile mnthome SophosUpdate moo-outdated MacBook-Pro:Discord-OTP-Forcer ath$ ame == "main": -bash: ame: command not found MacBook-Pro:Discord-OTP-Forcer $ # Run the program. MacBook-Pro:Discord-OTP-Forcer $ main()

Lindaath commented 1 year ago

MacBook-Pro:~ $ python-dotenv -bash: python-dotenv: command not found MacBook-Pro:~ $ selenium==4.1.5 MacBook-Pro:~ $ webdriver_manager

this also happens when I try to plug in the requirements

Derpitron commented 1 year ago

This program needs to be run using the Python Interpreter.

Install Python on your system, go to the folder where you've installed/downloaded this program, and run the following command:

python src/main.py

If this still does not work for you, let me know and I'll help you.

Derpitron commented 1 year ago

Closing as solved due to no further activity.