{"id":27335126,"url":"https://github.com/vesellov/android-twisted-service","last_synced_at":"2026-05-04T08:39:48.964Z","repository":{"id":80907768,"uuid":"211370054","full_name":"vesellov/android-twisted-service","owner":"vesellov","description":"An example of background Twisted server running on Android","archived":false,"fork":false,"pushed_at":"2019-09-27T18:48:04.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T08:54:30.313Z","etag":null,"topics":["android","kivy","mobile","python","python-for-android","twisted","webserver"],"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/vesellov.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":"2019-09-27T17:29:02.000Z","updated_at":"2025-02-25T03:34:25.000Z","dependencies_parsed_at":"2023-03-03T21:45:32.510Z","dependency_job_id":null,"html_url":"https://github.com/vesellov/android-twisted-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vesellov/android-twisted-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesellov%2Fandroid-twisted-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesellov%2Fandroid-twisted-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesellov%2Fandroid-twisted-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesellov%2Fandroid-twisted-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vesellov","download_url":"https://codeload.github.com/vesellov/android-twisted-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesellov%2Fandroid-twisted-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","kivy","mobile","python","python-for-android","twisted","webserver"],"created_at":"2025-04-12T14:47:08.817Z","updated_at":"2026-05-04T08:39:48.935Z","avatar_url":"https://github.com/vesellov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample Twisted web server running on your Android\n\nTested on Ubuntu 18.04 Desktop\n\n\n#### Install dependencies\n\n        sudo apt-get update\n        sudo apt-get upgrade\n\n        sudo apt-get install git gcc make perl pkg-config autoconf libtool protobuf-compiler\n        sudo apt-get install python3-pip openjdk-8-jdk python3-venv\n        sudo apt-get install zlib1g-dev libffi-dev libusb-1.0-0-dev libudev-dev\n        sudo apt-get install python-zopeinterface python-twisted\n\n        sudo pip3 install cython\n\n\n#### Install buildozer\n\n        make install_buildozer\n\n\n#### Make sure to start from clean state\n\n        make clean\n\n\n#### Build APK image\n\n        make\n\n\n#### Connect and run on Android device\n\nEnable \"Developer Mode\" on your Android device: https://developer.android.com/studio/debug/dev-options\n\nOpen another terminal window and run this to be able to catch Python logs from your Android:\n\n        adb logcat | grep python\n\n\nNow connect your device with USB cable and install APK file you just created:\n\n        adb install -r bin/twistedsample-1.0.1-armeabi-v7a-debug.apk\n\n\nOn your device find \"TwistedSample\" application and start it.\nYou will see a lot of output in another console window and will be able to monitor the service.\n\nNow you can open web browser on your Android and open `http://127.0.0.1:18000`.\n\nHello, world!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesellov%2Fandroid-twisted-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvesellov%2Fandroid-twisted-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesellov%2Fandroid-twisted-service/lists"}