{"id":33076820,"url":"https://github.com/bbbbbrie/pastebin-bisque","last_synced_at":"2026-01-14T08:55:59.076Z","repository":{"id":45273911,"uuid":"243270020","full_name":"bbbbbrie/pastebin-bisque","owner":"bbbbbrie","description":"Download all of a given user's public Pastebin pastes","archived":false,"fork":false,"pushed_at":"2025-04-16T00:19:53.000Z","size":175,"stargazers_count":32,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-03T11:23:27.156Z","etag":null,"topics":["osint","osint-python","pastebin","scraping","web-scraping"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbbbbrie.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-26T13:32:44.000Z","updated_at":"2025-09-29T14:27:58.000Z","dependencies_parsed_at":"2023-10-15T17:42:18.202Z","dependency_job_id":"d07b63d9-1736-42bd-be6d-0555d0e8d0fa","html_url":"https://github.com/bbbbbrie/pastebin-bisque","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bbbbbrie/pastebin-bisque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbbbbrie%2Fpastebin-bisque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbbbbrie%2Fpastebin-bisque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbbbbrie%2Fpastebin-bisque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbbbbrie%2Fpastebin-bisque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbbbbrie","download_url":"https://codeload.github.com/bbbbbrie/pastebin-bisque/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbbbbrie%2Fpastebin-bisque/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["osint","osint-python","pastebin","scraping","web-scraping"],"created_at":"2025-11-14T11:00:27.651Z","updated_at":"2026-01-14T08:55:59.068Z","avatar_url":"https://github.com/bbbbbrie.png","language":"Python","readme":"==============\n✨ Overview ✨\n==============\n\nThe Pastebin Bisque is a small Python utility that uses BeautifulSoup to scrape a user's `Pastebin`_ profile. All public pastes from that user are downloaded to disk. Optionally, the pastes can be saved to a single `.zip` file.\n\nThere is no rate-limiting protection built-in. Read about the `Pastebin Request Limits`_ if you anticipate generating a large number of requests. The file name provided by the Pastebin user will be prepended with the short URL that Pastebin provides. This allows a single directory with all pastes and no duplicates and makes the original URL fairly easy to reconstruct.\n\n.. _Pastebin: https://pastebin.com/\n.. _Pastebin Request Limits: https://pastebin.com/doc_scraping_api#2\n\nTL;DR - Scrape all public Pastebin pastes from a user.\n\n* Free software: GNU Lesser General Public License v3 or later (LGPLv3+)\n\n📦 Installation\n===============\n\n::\n\n    pip install pastebin-bisque\n\nLearn more on `PyPI \u003chttps://pypi.org/project/pastebin-bisque/\u003e`_.\n\nℹ️ Usage\n========\n\n::\n\n   pastebin-bisque\n\nSpecify a username:\n\n::\n\n   pastebin-bisque --username catstestingcode\n\n\nZip the results:\n\n::\n\n   pastebin-bisque -z\n\nDownload all of the public pastes for the `catstestingcode` user and save them in a `.zip` file:\n\n::\n\n   pastebin-bisque --username catstestingcode -z\n\n\n📚 Documentation\n================\n\nThe documentation for `pastebin-bisque` is served via `Read the Docs \u003chttps://readthedocs.org\u003e`_ and is available at:\n\nhttps://pastebin-bisque.readthedocs.io/\n\n\n💻 Development\n==============\n\n🙏 Thanks for your interest in contributing to the development (and documentation) of `pastebin-bisque`. See the notes on :ref:`contributing` to learn more.\n\n🧪 Tests\n--------\n\nThis project uses `GitLab CI \u003chttps://docs.gitlab.com/ee/ci/\u003e`_, `tox \u003chttps://tox.wiki/en/4.11.3/\u003e`_ and `Test PyPI \u003chttps://packaging.python.org/en/latest/guides/using-testpypi/\u003e`_ for testing. See `tests/test_pastebin_bisque.py`.\n\n🏡 Local\n^^^^^^^^\n\nTo run all the tests run::\n\n    tox\n\nConsider using this to run the tests in parallel:\n\n    tox -p auto\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n\n💚 CI\n^^^^^\n\nSee `.gitlab-ci.yml` for the tests that are performed via GitLab CI. You'll need to be a Maintainer to run the tests that interact with Test PyPI (or to release a new package to PyPI).\n","funding_links":[],"categories":["[](#table-of-contents) Table of contents"],"sub_categories":["[](#darknetdeepweb-search-tools)Darknet/deepweb search tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbbbbrie%2Fpastebin-bisque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbbbbrie%2Fpastebin-bisque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbbbbrie%2Fpastebin-bisque/lists"}