{"id":17128609,"url":"https://github.com/yeyeto2788/micropythonscripts","last_synced_at":"2025-07-16T09:32:09.674Z","repository":{"id":80161920,"uuid":"109231298","full_name":"yeyeto2788/MicroPythonScripts","owner":"yeyeto2788","description":"MicroPython Scripts and projects","archived":false,"fork":false,"pushed_at":"2020-12-04T07:52:21.000Z","size":14479,"stargazers_count":18,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-03T20:50:04.288Z","etag":null,"topics":["esp8266","micropython","micropython-esp8266"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeyeto2788.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-02T07:23:39.000Z","updated_at":"2024-09-05T16:11:44.000Z","dependencies_parsed_at":"2023-03-16T14:30:41.089Z","dependency_job_id":null,"html_url":"https://github.com/yeyeto2788/MicroPythonScripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeyeto2788/MicroPythonScripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FMicroPythonScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FMicroPythonScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FMicroPythonScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FMicroPythonScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeyeto2788","download_url":"https://codeload.github.com/yeyeto2788/MicroPythonScripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FMicroPythonScripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265499902,"owners_count":23777372,"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":["esp8266","micropython","micropython-esp8266"],"created_at":"2024-10-14T19:07:32.729Z","updated_at":"2025-07-16T09:32:09.644Z","avatar_url":"https://github.com/yeyeto2788.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroPythonScripts\n\nMain repository of MicroPython projects and modules I have built on my spare time.\n\n## Structure of the repository\n\n- **`projects/\u003cproject_name\u003e`**\n\n  Folder containing everything related to the script.\n\n  | Name      | Type          | Description                                                                                                 |\n  | --------- | ------------- | ----------------------------------------------------------------------------------------------------------- |\n  | `code`    | :file_folder: | Commented code for better understanding of it.                                                              |\n  | `release` | :file_folder: | Code without comments and trying to be as small as possible in order to save memory on the microcontroller. |\n  | `docs`    | :file_folder: | Files like images and so on for documentation purposes.                                                     |\n\n- **`modules`**\n\n  Folder containing everything related to MicroPython and some help classes and scripts to make deployments more easy.\n\n  | Name       | Type          | Description                                                                                                 |\n  | ---------- | ------------- | ----------------------------------------------------------------------------------------------------------- |\n  | `code`     | :file_folder: | Commented code for better understanding of it.                                                              |\n  | `release`  | :file_folder: | Code without comments and trying to be as small as possible in order to save memory on the microcontroller. |\n  | `docs`     | :file_folder: | Files like images and so on for documentation purposes.                                                     |\n  | `examples` | :file_folder: | Example files that in some cases will need to be renamed into `main.py` so it will be run at boot time.     |\n\n- **`snipets`** :file_folder:\n\n  Scripts used to saved some common code so I don't forget how to do some things.\n\n- **`static`** :file_folder:\n\n  Contains images for documentation purposes and other static files like HTML and CSS code.\n\n- **`tools`** :file_folder:\n\n  Tools used when developing within this repo.\n\n- **`README.md`** :page_with_curl: on :file_folder:\n\n  Documentation of the script, class or other important information.\n\n---\n\n## Project list\n\n| Project name    | Status   | Link                                        |\n| :-------------- | :------- | ------------------------------------------- |\n| Bulleting board | **DONE** | [Get me there!](./projects/bulleting_board) |\n| Camera slider   | **WIP**  | [Get me there!](./projects/camera_slider)   |\n| Micro server    | **DONE** | [Get me there!](./projects/micro_server)    |\n| Pomodoro        | **DONE** | [Get me there!](./projects/pomodoro)        |\n| Problem solver  | **DONE** | [Get me there!](./projects/problem_solver)  |\n| Script console  | **DONE** | [Get me there!](./projects/script_console)  |\n| Weather display | **DONE** | [Get me there!](./projects/weather_display) |\n| Weather station | **DONE** | [Get me there!](./projects/weather_station) |\n| WiFi scanner    | **DONE** | [Get me there!](./projects/wifi_scan)       |\n\n---\n\n\u003c!-- Support --\u003e\n\n## Support :mechanic:\n\nReach out to me at one of the following places!\n\n- Website at [juanbiondi.com](https://www.juanbiondi.com)\n- Create an [issue](https://github.com/yeyeto2788/Things-Organizer/issues/new/choose) on this repository. :pirate_flag:\n- Send me an [email](mailto:jebp.freelance@gmail.com) :email:\n\n---\n\n\u003c!-- Contributing --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/super_awesome_feature`)\n3. Commit your Changes (`git commit -m 'Add some awesome feature'`)\n4. Push to the Branch (`git push origin feature/super_awesome_feature`)\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeyeto2788%2Fmicropythonscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeyeto2788%2Fmicropythonscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeyeto2788%2Fmicropythonscripts/lists"}