jack-mil / bing-rewards

A script to automate daily Bing rewards points
MIT License
177 stars 23 forks source link

Add --profile option for multiple Chrome profiles #32

Closed jesmon84 closed 1 year ago

jesmon84 commented 1 year ago

Love your script. I needed an option to automate the rewards for multiple chrome users, this change adds the option to set a chrome profile - eg. bing-rewards --profile "Profile 1" will launch chrome with --profile-directory=Profile 1.

The idea is that you can set tasks to conduct bing-rewards for multiple users in chrome.

jack-mil commented 1 year ago

Hi, thanks for your contribution! I have never used multiple profiles in Chrome before (mainly a Firefox daily driver), so I wasn't aware of this option. Could you include an addition to the readme tabe of options documenting the feature, and maybe an example command? I think this feature will be useful to others too!

jesmon84 commented 1 year ago

Readme updated with --profile usage. Happy to contribute, I hope it helps others out.

jack-mil commented 1 year ago

Thank you for the contribution!