{"id":29880259,"url":"https://github.com/manuraj17/pbin.rb","last_synced_at":"2025-08-30T04:11:06.930Z","repository":{"id":56887665,"uuid":"187328248","full_name":"manuraj17/pbin.rb","owner":"manuraj17","description":"Personal paste bin (Ruby version)","archived":false,"fork":false,"pushed_at":"2023-08-24T04:42:39.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T20:54:10.070Z","etag":null,"topics":["ruby","ruby-gem","webapp"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/manuraj17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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-05-18T07:33:05.000Z","updated_at":"2023-08-24T04:42:42.000Z","dependencies_parsed_at":"2025-07-31T09:40:12.091Z","dependency_job_id":null,"html_url":"https://github.com/manuraj17/pbin.rb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manuraj17/pbin.rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuraj17%2Fpbin.rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuraj17%2Fpbin.rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuraj17%2Fpbin.rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuraj17%2Fpbin.rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuraj17","download_url":"https://codeload.github.com/manuraj17/pbin.rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuraj17%2Fpbin.rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272801113,"owners_count":24995223,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["ruby","ruby-gem","webapp"],"created_at":"2025-07-31T09:12:37.485Z","updated_at":"2025-08-30T04:11:06.912Z","avatar_url":"https://github.com/manuraj17.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pbin\n\nCustom pastebin server for your personal needs. This is a minimal command line\npastebin server which helps you store text and retrieve them.\nThere is no visual interface for this application and is quite minimal.\n\nAs of now there is no authentication mechanism added \n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'pbin'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install pbin\n\n## Usage\n\nTo start the server run: `pb`\n\n\nThe logs are stored in two files, `access.log` for all the request logs and\n`server.log` for the application server logs.\n\n\nCreate pastes from the command line using\n`curl -d \"p=makandra\" -X POST http://localhost:8080/`\n\nThe paste slug will be returned as response\n\nQuery the pastes with slug in the format `http://\u003caddress\u003e/\u003cslug\u003e`\n\n## Pastes\n\nThe pastes are stored inside a folder called `store`. The application creates\nthe folder wherever from which the application is started.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then,\nrun `rake test` to run the tests. You can also run `bin/console` for an\ninteractive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\nTo release a new version, update the version number in `version.rb`, and then\nrun `bundle exec rake release`, which will create a git tag for the version,\npush git commits and tags, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/manuraj17/pbin.rb. This project is intended to be a safe,\nwelcoming space for collaboration, and contributors are expected to adhere to\nthe [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Pbin project’s codebases, issue trackers, chat\nrooms and mailing lists is expected to follow the\n[code of conduct](https://github.com/[USERNAME]/pbin/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuraj17%2Fpbin.rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuraj17%2Fpbin.rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuraj17%2Fpbin.rb/lists"}