joaosilvalopes / linkedin-easy-apply-bot

MIT License
174 stars 65 forks source link

Add support for multiple choice fields, (process.env.MULTIPLE_CHOICE_FIELDS) #3

Closed joaosilvalopes closed 1 year ago

joaosilvalopes commented 1 year ago

Currently we support booleans and strings, add support for multiple choice fields on a new env variable MULTIPLE_CHOICE_FIELDS where we can set custom form fields values in the format '{ key(a regex to match with the input label): value(the option to select) }'

Should support selects.