{"id":17673276,"url":"https://github.com/pedroaraoz/wifimanager","last_synced_at":"2026-02-23T09:01:13.992Z","repository":{"id":259157155,"uuid":"872742611","full_name":"PedroAraoz/WiFiManager","owner":"PedroAraoz","description":"WiFi Manager for the Pico W - MicroPython","archived":false,"fork":false,"pushed_at":"2024-10-23T23:00:47.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T14:42:38.372Z","etag":null,"topics":["micropython","pico-w","wifimanager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PedroAraoz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-15T01:57:40.000Z","updated_at":"2024-10-23T23:00:51.000Z","dependencies_parsed_at":"2025-04-20T14:48:56.563Z","dependency_job_id":null,"html_url":"https://github.com/PedroAraoz/WiFiManager","commit_stats":null,"previous_names":["pedroaraoz/wifimanager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroAraoz%2FWiFiManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroAraoz%2FWiFiManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroAraoz%2FWiFiManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroAraoz%2FWiFiManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PedroAraoz","download_url":"https://codeload.github.com/PedroAraoz/WiFiManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767410,"owners_count":21961103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["micropython","pico-w","wifimanager"],"created_at":"2024-10-24T05:07:40.553Z","updated_at":"2026-02-23T09:01:08.935Z","avatar_url":"https://github.com/PedroAraoz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WiFiManager\nUsed to enable WiFi access to pico W projects without the need to hardcode credentials. Especially useful for projects that are going to be moving around or for when you don't know the WiFi at build time.\n\n### Installing\n\n#### mip\n```python\nmip.install(\"github:PedroAraoz/WifiManager/wifimanager.py\")\n```\n\n#### Manually\nDownload the `wifimanager.py` file and upload it to your pico with [Thonny](https://thonny.org) or [MicroPico](https://github.com/paulober/MicroPico)\n\n### How it works\nTries to load credentials from the `credentials` file. If they are not present or if they are incorrect, it will create an access point in which you can connect and through a webpage, load the credentials to be saved in plaintext.\n\nThere is **NO** security or encryption anywhere - use at your own risk!\n\n\u003cimg src=\"images/flow.png\" width=\"320\"\u003e\n\n#### Configuration\nYou can change the default `ssid` and `password` for the access point and also the `timeout` of how many seconds the manager will wait to connect to WiFi before starting the access point.\n```python\n# Configure custom credentials and timeout\nWiFiManager(\n    ssid='YourCustomSSID',\n    password='YourCustomPassword', \n    timeout=20 #seconds\n)\n```\n\n##### Website\nThe website that the access point creates can modified by changing the `_webpage()` method. You can style it to your preference.\n\n### Contributions\n\nAny contribution to the project is greatly appreciated, just open a PR. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroaraoz%2Fwifimanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroaraoz%2Fwifimanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroaraoz%2Fwifimanager/lists"}