{"id":26262454,"url":"https://github.com/gauravssnl/dpaste-android","last_synced_at":"2026-05-19T19:13:27.983Z","repository":{"id":176226306,"uuid":"127249935","full_name":"gauravssnl/dpaste-android","owner":"gauravssnl","description":"Android Application for dpaste.com","archived":false,"fork":false,"pushed_at":"2018-12-09T16:33:11.000Z","size":1362,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T18:05:57.022Z","etag":null,"topics":["android","android-application","droidscript","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gauravssnl.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":"2018-03-29T06:55:05.000Z","updated_at":"2023-11-14T04:23:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"915602bb-0bc5-4089-8937-d914ea6732fe","html_url":"https://github.com/gauravssnl/dpaste-android","commit_stats":null,"previous_names":["gauravssnl/dpaste-android"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gauravssnl/dpaste-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravssnl%2Fdpaste-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravssnl%2Fdpaste-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravssnl%2Fdpaste-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravssnl%2Fdpaste-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gauravssnl","download_url":"https://codeload.github.com/gauravssnl/dpaste-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravssnl%2Fdpaste-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265336610,"owners_count":23749193,"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":["android","android-application","droidscript","javascript"],"created_at":"2025-03-14T00:19:14.470Z","updated_at":"2026-05-19T19:13:22.959Z","avatar_url":"https://github.com/gauravssnl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpaste-android\nAndroid Application for sharing codes on [dpaste.com](http://dpaste.com) \n\n![ScreenShot]( https://github.com/gauravssnl/dpaste-android/blob/master/20180329_124139.gif )\n\n\nHowto create a paste on dpaste.com?\n\nWe need to make a POST request to dpaste.com with thess paramaters:\ncontent, syntax, title, poster, expiry_days\n\nSample code for making POST request to dpaste.com in JavaScript:\n ```javascript\nurl = \"http://dpaste.com/api/v2/\";\nreq = new XMLHttpRequest()\nreq.open(\"POST\", url);\nreq.setRequestHeader(\"Content-Type\", \"application/x-www-form-urlencoded\");\nreq.onload = function ()\n{\n\talert(req.response);\n\tapp.SetClipboardText( req.response );\n}\n params = \"poster=gauravssnl\u0026content=alert(ok)\u0026syntax=js\";\nreq.send(params);\n\n```\n\nYou can set poster name and expiry days from Settings option from left drawer.\n\nAuthor: gauravssnl\n\nDpaste Author: [Paul Bissex]( https://mobile.twitter.com/pbx/)\n\nThanks to Paul Bissex for creating dpaste.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravssnl%2Fdpaste-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravssnl%2Fdpaste-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravssnl%2Fdpaste-android/lists"}