Achaak / toogoodtogo-bot

TooGooToGo-Bot is a tool designed to help you stay informed about the availability of your favorite stores on the Too Good To Go platform. It sends notifications, allowing you to quickly find and purchase food products before they disappear.
MIT License
61 stars 17 forks source link

How to insert email and password? #6

Closed LauraCardillo closed 3 years ago

LauraCardillo commented 3 years ago

Sorry for the stupid question but how I can insert my credentials?

I try to modify the config file but it's a red-only

Achaak commented 3 years ago

Hi ! You are in linux, Mac or Windows ?

LauraCardillo commented 3 years ago

Now i'm using virtualbox with ubuntu installed but the windows' steps will be useful too

Achaak commented 3 years ago

On Linux use this command

chmod 777 config.js

Or

sudo chmod 777 config.js

On windows it's in parameters (right click)

LauraCardillo commented 3 years ago

Thanks dude. It finally works!