{"id":34567722,"url":"https://github.com/stepnivlk/rrant","last_synced_at":"2025-12-24T09:11:54.485Z","repository":{"id":56892764,"uuid":"80284585","full_name":"stepnivlk/rrant","owner":"stepnivlk","description":"devRant CLIent","archived":false,"fork":false,"pushed_at":"2017-01-31T23:16:24.000Z","size":1512,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T04:56:45.748Z","etag":null,"topics":["devrant","ruby"],"latest_commit_sha":null,"homepage":"","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/stepnivlk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-28T13:00:49.000Z","updated_at":"2021-06-03T06:36:45.000Z","dependencies_parsed_at":"2022-08-21T01:20:56.301Z","dependency_job_id":null,"html_url":"https://github.com/stepnivlk/rrant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stepnivlk/rrant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepnivlk%2Frrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepnivlk%2Frrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepnivlk%2Frrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepnivlk%2Frrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepnivlk","download_url":"https://codeload.github.com/stepnivlk/rrant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepnivlk%2Frrant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27999505,"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-12-24T02:00:07.193Z","response_time":83,"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":["devrant","ruby"],"created_at":"2025-12-24T09:11:53.955Z","updated_at":"2025-12-24T09:11:54.467Z","avatar_url":"https://github.com/stepnivlk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rrant\n[![Build Status](https://travis-ci.org/stepnivlk/rrant.svg?branch=master)](https://travis-ci.org/stepnivlk/rrant)\n[![Ebert](https://ebertapp.io/github/stepnivlk/rrant.svg)](https://ebertapp.io/github/stepnivlk/rrant)\n\n```\n➜  ~ rrant\nIt would be really FUCKING great if NodeJS or mysql could give me a FUCKING shout or ERROR MESSAGE\nwhen one of the parameters I'm giving is not the RIGHT FUCKING DATA TYPE INSTEAD OF THROWING A\nRANDOM ERROR THAT DOESN'T INDICATE A WRONG MOTHERFUCKING DATA TYPE. Five FUCKING hours of debugging later.\n\n[linuxxx][55][https://www.devrant.io/rants/403040]\n```\n\nHave you ever wanted to read some rants in your terminal ? Now you can and it will look like you work, since terminal output looks serious!\nYou can display random rant as a [fortune](https://wiki.archlinux.org/index.php/Fortune) when logging into terminal, or get some rants in your Ruby code.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rrant'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rrant\n\n## Usage\n\n### Standalone\n```\nUsage: rrant [options]\n    -i, --images                     renders images to the console\n    -u, --unseen                     shows only unseen rants\n    -f, --fetch AMOUNT               fetches new rants\n    -h, --help                       Display this screen\n```\n\n### Ruby\n\nGet random rant from local store as a hash:\n```ruby\nRrant.and.rave.in\n```\n\nGet random unseen rant from local store and print it to STDOUT:\n```ruby\nRrant.and.unseen(true).and.rave.out\n```\n\nGet random unseen rant from local store and print it to STDOUT with image:\n```ruby\nRrant.and.unseen(true).and.with_images(true).and.rave.out\n```\n\nFetch 20 rants from devRant, store them and get random unseen rant from local store and print it to STDOUT with image:\n```ruby\nRrant.and.dos(20).and.unseen(true).and.with_images(true).and.rave.out\n```\n\nYou can chain methods in different order, or omitt any of them.\nOnly first ```#and``` method is necessary.\nChain is terminated with ```#rave.in``` (returns hash) or ```#rave.out``` (outputs to STDOUT).\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/stepnivlk/rrant. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepnivlk%2Frrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepnivlk%2Frrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepnivlk%2Frrant/lists"}