{"id":19513189,"url":"https://github.com/tsbarnes/epdtext-web","last_synced_at":"2026-05-04T22:39:36.553Z","repository":{"id":147198128,"uuid":"407031414","full_name":"tsbarnes/epdtext-web","owner":"tsbarnes","description":"Web interface for epdtext","archived":false,"fork":false,"pushed_at":"2022-03-18T02:04:29.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T18:48:52.385Z","etag":null,"topics":["bootstrap","bootstrap5","e-paper","epd","epd2in7b","flask","flask-application","ipc","message-queue","python","python3","web","webapp"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/tsbarnes.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}},"created_at":"2021-09-16T05:23:02.000Z","updated_at":"2021-10-16T14:39:53.000Z","dependencies_parsed_at":"2023-04-21T16:17:03.628Z","dependency_job_id":null,"html_url":"https://github.com/tsbarnes/epdtext-web","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tsbarnes/epdtext-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsbarnes%2Fepdtext-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsbarnes%2Fepdtext-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsbarnes%2Fepdtext-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsbarnes%2Fepdtext-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsbarnes","download_url":"https://codeload.github.com/tsbarnes/epdtext-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsbarnes%2Fepdtext-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","bootstrap5","e-paper","epd","epd2in7b","flask","flask-application","ipc","message-queue","python","python3","web","webapp"],"created_at":"2024-11-10T23:29:03.979Z","updated_at":"2026-05-04T22:39:36.534Z","avatar_url":"https://github.com/tsbarnes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# epdtext-web\n\nepdtext-web is a Flask web app to control [epdtext](https://github.com/tsbarnes/epdtext)\n\n## Basics\n\nSimply put, epdtext-web is an addon for epdtext that allows you to control the screen via a web app, accessible\nfrom any computer on the same network as your Raspberry Pi.\n\n## Installation\n\n*Note: you'll need epdtext installed first, see\n[the epdtext README](https://github.com/tsbarnes/epdtext/blob/main/README.md)*\n\n* First, make sure you have `git` and `pip3` using this command:\n\n```shell\nsudo apt install git python3-pip\n```\n\n* Second, clone the repository and change directory into it:\n\n```shell\ngit clone https://github.com/tsbarnes/epdtext-web.git /home/pi/epdtext-web\ncd /home/pi/epdtext-web\n```\n\n* Third, install the Python dependencies:\n\n```shell\nsudo pip3 install -r requirements.txt\n```\n\n* Fourth, configure your secret key by creating `app.cfg` with the following contents:\n\n```python\nSECRET_KEY = \"\u003cyour secret key here\u003e\"\n```\n\n* You can generate a new secret key with this command:\n\n```shell\npython -c 'import os; print(os.urandom(16))'\n```\n\n* Last, copy the service file and start the server:\n\n```shell\nsudo cp /home/pi/epdtext-web/epdtext-web.service /etc/systemd/system/\nsudo systemctl daemon-reload\nsudo systemctl enable epdtext-web\nsudo systemctl start epdtext-web\n```\n\n* Congratulations, you're set up! Now access the web app by visiting your Pi's address in a web browser!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsbarnes%2Fepdtext-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsbarnes%2Fepdtext-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsbarnes%2Fepdtext-web/lists"}