{"id":13801018,"url":"https://github.com/ayoko/micropython_esp8266_tweetbot","last_synced_at":"2025-05-13T10:31:02.652Z","repository":{"id":185863703,"uuid":"69955728","full_name":"ayoko/micropython_esp8266_tweetbot","owner":"ayoko","description":"Tweet bot for MicroPython v1.8.4 (ESP8266)","archived":false,"fork":false,"pushed_at":"2016-10-04T12:15:18.000Z","size":8,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T00:05:46.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ayoko.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}},"created_at":"2016-10-04T10:43:45.000Z","updated_at":"2023-07-21T16:43:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac0dcf62-6f94-4fc2-81ca-71a0aaddcad0","html_url":"https://github.com/ayoko/micropython_esp8266_tweetbot","commit_stats":null,"previous_names":["ayoko/micropython_esp8266_tweetbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoko%2Fmicropython_esp8266_tweetbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoko%2Fmicropython_esp8266_tweetbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoko%2Fmicropython_esp8266_tweetbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoko%2Fmicropython_esp8266_tweetbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayoko","download_url":"https://codeload.github.com/ayoko/micropython_esp8266_tweetbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225198962,"owners_count":17437006,"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":[],"created_at":"2024-08-04T00:01:18.623Z","updated_at":"2024-11-18T15:31:28.882Z","avatar_url":"https://github.com/ayoko.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"readme":"# micropython_esp8266_tweetbot\nTweet bot for MicroPython v1.8.4 (ESP8266)\n\nThis program is a Tweet bot (Twitter status updater) for MicroPython ESP8266.\nConfirmed working with MicroPython 1.8.4.\n\nOne problem is, this program consumes a lot of heap memory, so it will not run\nif you add more functionality.\n\nTo run, we need a modified hmac.py which is compatible with SHA1.  We can\nobtain the code below even though it is not merged to the main stream, yet.\n(Thanks to the patch author.)\n\nhttps://github.com/micropython/micropython-lib/pull/82/files\n\nIn addition, you need some authentication keys and secrets for Twitter.\nYou can obtain\nthem at https://dev.twitter.com/oauth/overview/application-owner-access-tokens .\nYou can apply them to the variables in the tweet.py as following.\n\n```python\nCK = ''     # CONSUMER_KEY\nCS = ''     # CONSUMER_SECRET\nAT = ''     # ACCESS_KEY\nAS = ''     # ACCESS_SECRET\n```\n\nAny question, please send email to github@flogics.com though I may not have time to answer clearly.\n\nThanks you.\n\nYokoyama, Atsushi\n\nFirmlogics (http://flogics.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayoko%2Fmicropython_esp8266_tweetbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayoko%2Fmicropython_esp8266_tweetbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayoko%2Fmicropython_esp8266_tweetbot/lists"}