This automated form create google form automatically and send the message over to line as a messanger application.
To run the script automated_form.py
please do the following first:
- Create new conda environment
conda create -n <new_env_name> python=3.8
- Activate the environment with
conda activate <new_env_name>
- Install the requirements
pip install -r requirements.txt
- Run the script with
python automated_form.py
- Now you can enjoy the sunshine 🔆!