You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get this running and I keep running into an issue where it doesn't seem to recognize that what I'm giving it is my password.
Environment:
WIndows 11
venv created from Python 3.10.11
requirements successfully installed from requirements.txt
jq is installed
When running with the below command from the venv, I get "password": The term 'password' is not recognized as a name of a cmdlet, function, script file, or executable program.
Running via python .\tootbot.py twitteraccount [email protected] password botsin.space
Is there something fundamental I'm missing about the command to run?
The text was updated successfully, but these errors were encountered:
Good Morning,
Trying to get this running and I keep running into an issue where it doesn't seem to recognize that what I'm giving it is my password.
When running with the below command from the venv, I get
"password": The term 'password' is not recognized as a name of a cmdlet, function, script file, or executable program.
Running via
python .\tootbot.py twitteraccount [email protected] password botsin.space
Is there something fundamental I'm missing about the command to run?
The text was updated successfully, but these errors were encountered: