{"id":21204384,"url":"https://github.com/acidvegas/pastebin","last_synced_at":"2025-07-10T08:31:24.718Z","repository":{"id":154006314,"uuid":"91030336","full_name":"acidvegas/pastebin","owner":"acidvegas","description":"python wrapper for the pastebin api","archived":false,"fork":false,"pushed_at":"2024-01-21T00:10:28.000Z","size":20,"stargazers_count":22,"open_issues_count":0,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-21T00:59:07.648Z","etag":null,"topics":["api","paste","paste-client","paste-manager","pastebin","pastebin-api","pastebin-bot","pastebin-client","pastebin-pastes","pastebin-wrapper","python"],"latest_commit_sha":null,"homepage":"https://pastebin.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acidvegas.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}},"created_at":"2017-05-11T22:59:09.000Z","updated_at":"2023-09-09T08:36:52.000Z","dependencies_parsed_at":"2024-01-21T01:21:58.943Z","dependency_job_id":"e12b103d-53e3-407b-b68b-039abc7fe534","html_url":"https://github.com/acidvegas/pastebin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidvegas%2Fpastebin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidvegas%2Fpastebin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidvegas%2Fpastebin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidvegas%2Fpastebin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acidvegas","download_url":"https://codeload.github.com/acidvegas/pastebin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225627485,"owners_count":17498997,"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":["api","paste","paste-client","paste-manager","pastebin","pastebin-api","pastebin-bot","pastebin-client","pastebin-pastes","pastebin-wrapper","python"],"created_at":"2024-11-20T20:32:10.831Z","updated_at":"2024-11-20T20:32:12.212Z","avatar_url":"https://github.com/acidvegas.png","language":"Python","readme":"# pastebin\n\u003e python wrapper for the pastebin api\n\n## API Documentation:\n* [Pastebin API](https://pastebin.com/doc_api)\n\n## Example:\n```python\n#!/usr/bin/env python\nimport pastebin\napi_key = 'CHANGEME'\napi     = pastebin.PasteBin(api_key)\ndata    = open(__file__).read()\nresult  = api.paste(data, guest=True, name='Example Script', format='Python', private='1', expire='10M')\nprint('PasteBin URL: ' + result)\n```\n\n**Note**: A posix shell script example can be found [here](https://github.com/acidvegas/random/blob/master/pastebin)\n\n___\n\n###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/pastebin) • [SuperNETs](https://git.supernets.org/acidvegas/pastebin) • [GitHub](https://github.com/acidvegas/pastebin) • [GitLab](https://gitlab.com/acidvegas/pastebin) • [Codeberg](https://codeberg.org/acidvegas/pastebin)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidvegas%2Fpastebin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facidvegas%2Fpastebin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidvegas%2Fpastebin/lists"}