{"id":13533321,"url":"https://github.com/akabiru/faker-bot","last_synced_at":"2025-10-26T01:04:21.942Z","repository":{"id":32770452,"uuid":"113904719","full_name":"akabiru/faker-bot","owner":"akabiru","description":"A tool to make it easier to pick the right Faker methods to generate the fake data you need. 🔍","archived":false,"fork":false,"pushed_at":"2024-12-23T14:27:43.000Z","size":262,"stargazers_count":204,"open_issues_count":0,"forks_count":21,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-19T14:59:10.176Z","etag":null,"topics":["faker","faker-bot","faker-cli","faker-gem"],"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/akabiru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2017-12-11T20:23:12.000Z","updated_at":"2025-10-06T10:19:17.000Z","dependencies_parsed_at":"2024-06-02T21:26:02.204Z","dependency_job_id":"ff005a7c-826a-4602-8780-d95788bc3847","html_url":"https://github.com/akabiru/faker-bot","commit_stats":{"total_commits":169,"total_committers":10,"mean_commits":16.9,"dds":0.5029585798816568,"last_synced_commit":"9a04ef146919783ddbb5f5fe7820f3674348795a"},"previous_names":["faker-ruby/faker-bot"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/akabiru/faker-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2Ffaker-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2Ffaker-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2Ffaker-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2Ffaker-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akabiru","download_url":"https://codeload.github.com/akabiru/faker-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2Ffaker-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281043503,"owners_count":26434461,"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-10-25T02:00:06.499Z","response_time":81,"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":["faker","faker-bot","faker-cli","faker-gem"],"created_at":"2024-08-01T07:01:18.705Z","updated_at":"2025-10-26T01:04:21.895Z","avatar_url":"https://github.com/akabiru.png","language":"Ruby","readme":"# faker-bot\n\n![CI](https://github.com/faker-ruby/faker-bot/workflows/CI/badge.svg)\n[![Gem Version](https://badge.fury.io/rb/faker-bot.svg)](https://badge.fury.io/rb/faker-bot)\n[![Open Source Helpers](https://www.codetriage.com/faker-ruby/faker-bot/badges/users.svg)](https://www.codetriage.com/faker-ruby/faker-bot)\n[![Maintainability](https://api.codeclimate.com/v1/badges/f40541168a0fafbe1808/maintainability)](https://codeclimate.com/github/faker-ruby/faker-bot/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/f40541168a0fafbe1808/test_coverage)](https://codeclimate.com/github/faker-ruby/faker-bot/test_coverage)\n\n\u003e Quickly look up [Faker](https://github.com/faker-ruby/faker) methods without leaving your terminal!\n\n![faker-bot-demo](https://user-images.githubusercontent.com/17295175/62558993-c57be080-b882-11e9-972e-7588408d45c3.gif)\n\n:book: [Code Documentation](https://www.rubydoc.info/github/faker-ruby/faker-bot)\n\n## Installation\n\n```bash\n$ gem install faker-bot\n```\n\n## Usage\n\n1.) Run a quick lookup\n\n```bash\n$ faker search name\n# Faker::SwordArtOnline\n# └── real_name\n# └── game_name\n# Faker::Superhero\n# └── name\n# ....\n```\n\n2.) List methods\n\n```sh\n$ faker list\n# Faker::BackToTheFuture\n# ├── quote\n# ├── date\n# └── character\n# Faker::Finance\n# └── credit_card\n# ....\n```\n\n`faker` also includes an option to display sample output via the `--verbose` or `-v` flag. :wink:\n\n3.)\n\n```sh\n$ faker list -v\n# Faker::Appliance\n# ├── brand=\u003e Whirlpool\n# └── equipment=\u003e Sump pump\n# Faker::UmphreysMcgee\n# └── song=\u003e Headphones \u0026 Snowcones\n$ faker search name -v\n# Faker::App\n# └── name=\u003e Subin\n# Faker::Address\n# └── street_name=\u003e Percy Landing\n# ....\n```\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/faker-ruby/faker-bot. See [CONTRIBUTING.md](https://github.com/faker-ruby/faker-bot/blob/master/CONTRIBUTING.md).\nThis 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## Credits\n\nTerminal awesomeness made easy by the [TTY Toolkit](http://piotrmurach.github.io/tty/). :beer:\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the faker-bot project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/faker-ruby/faker-bot/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":["Awesome Ruby CLIs","Ruby"],"sub_categories":["Search"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabiru%2Ffaker-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakabiru%2Ffaker-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabiru%2Ffaker-bot/lists"}