Write a script which would guide the user through the setup & config process. This could be a shell script, NPM setup script, most likely Python script.
This script would create a configs folder and create a profile config within the folder. The script would ask the user's LinkedIn username, password, and other configuration preferences.
Additionally, it would help setup the Docker environment.
This script would also update the config.py in the project root folder.
TODO: Write a checklist of items needed for completion
Write a script which would guide the user through the setup & config process. This could be a shell script, NPM setup script, most likely Python script.
This script would create a
configsfolder and create a profile config within the folder. The script would ask the user's LinkedIn username, password, and other configuration preferences.Additionally, it would help setup the Docker environment.
This script would also update the
config.pyin the project root folder.TODO: Write a checklist of items needed for completion