cquest / tootbot

python bot to clone tweets to a mastodon account
GNU Affero General Public License v3.0
99 stars 35 forks source link

Unable to start tootbot.py with password #30

Open Midnitte opened 1 year ago

Midnitte commented 1 year ago

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.

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 Bot@botsin.space password botsin.space

Is there something fundamental I'm missing about the command to run?