-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
Description
Description
Currently, credentials and URLs are hardcoded in the Python script. This makes it difficult for users to update their credentials without modifying the code directly.
What needs to be done:
- Create a
config.jsonorconfig.inifile to store:- WiFi login URL
- Username
- Password
- Product type
- Update
wifi_login()to read from this configuration file - Add error handling if config file is missing
- Update
setup.mdwith instructions on how to configure the file - Add
config.example.jsonto the repository (without real credentials) - Add
config.jsonto.gitignore
Expected outcome:
Users can configure their credentials without touching the Python code.
Open for discussions! Feel free to suggest alternative approaches or ask questions.
Metadata
Metadata
Assignees
Labels
easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest