{"id":25972016,"url":"https://github.com/TheBerkin/rant","last_synced_at":"2025-03-05T00:02:45.517Z","repository":{"id":19345664,"uuid":"22584823","full_name":"TheBerkin/rant3","owner":"TheBerkin","description":"(Obsolete) Archive of Rant 3.x.","archived":true,"fork":false,"pushed_at":"2020-08-26T16:59:26.000Z","size":3899,"stargazers_count":2959,"open_issues_count":9,"forks_count":107,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-02-22T01:01:44.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/TheBerkin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"Berkin","custom":"https://paypal.me/nicholasfleck"}},"created_at":"2014-08-03T22:21:51.000Z","updated_at":"2025-02-16T16:41:40.000Z","dependencies_parsed_at":"2022-08-31T05:20:51.170Z","dependency_job_id":null,"html_url":"https://github.com/TheBerkin/rant3","commit_stats":null,"previous_names":["theberkin/rant"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBerkin%2Frant3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBerkin%2Frant3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBerkin%2Frant3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBerkin%2Frant3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheBerkin","download_url":"https://codeload.github.com/TheBerkin/rant3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940573,"owners_count":20045881,"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":[],"created_at":"2025-03-05T00:02:44.512Z","updated_at":"2025-03-05T00:02:45.510Z","avatar_url":"https://github.com/TheBerkin.png","language":"C#","readme":"# NOTICE: Repository Archived\n\n**As of 26.6.2020, Rant 3 is no longer supported and the repository is archived.**\n\nCheck out [Rant 4](https://github.com/rant-lang/rant), a complete redesign and reimplementation of the Rant language!\n\n***\nOriginal readme:\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"http://i.imgur.com/Vx7LyRP.png\" alt=\"Rant logo\" height=\"225px\" width=\"225px\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n**Rant** is an all-purpose procedural text engine\nthat is most simply described as the opposite of Regex.\nIt has been refined to include a dizzying array of features for handling everything from\nthe most basic of string generation tasks to advanced dialogue generation,\ncode templating, automatic formatting, and more.\n\nThe goal of the project is to enable developers of all kinds\nto automate repetitive writing tasks with a high degree of creative freedom.\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://ci.appveyor.com/project/TheBerkin/rant/branch/master/artifacts\"\u003e\n    \u003cimg src=\"https://ci.appveyor.com/api/projects/status/2vn0imlns20n739a/branch/master?svg=true\u0026passingText=Master%20Build%20Passing\u0026pendingText=Master%20Build%20Pending\u0026failingText=Master%20Build%20Failing\" alt=\"Build status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://ci.appveyor.com/project/TheBerkin/rant/branch/dev/artifacts\"\u003e\n    \u003cimg src=\"https://ci.appveyor.com/api/projects/status/2vn0imlns20n739a/branch/dev?svg=true\u0026passingText=Dev%20Build%20Passing\u0026pendingText=Dev%20Build%20Pending\u0026failingText=Dev%20Build%20Is%20Kill\" alt=\"Build status\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/nuget/dt/Rant.svg\" title=\"NuGet Downloads\"/\u003e\n  \u003cbr/\u003e\n  \u003cb\u003eJoin us on the official \u003ca href=\"https://discord.gg/5n7bnAD\"\u003eDiscord server\u003c/a\u003e!\u003c/b\u003e\n\u003c/p\u003e\n\n## Features\n\n* Recursive, weighted branching with several selection modes\n* Queryable dictionaries\n* Automatic capitalization, rhyming, English indefinite articles, and multi-lingual number verbalization\n* Print to multiple separate outputs\n* Probability modifiers for pattern elements\n* Loops, conditional statements, and subroutines\n* Fully-functional object model\n* Import/Export resources easily with the .rantpkg format\n* Compatible with Unity 2017\n* *And much, much, much more...*\n\n## Examples\n\n**Liven up a narrative with a few simple queries.**\n```\n\u003cname-male\u003e likes to \u003cverb-transitive\u003e \u003cnoun.pl\u003e with \u003cpro.dposs-male\u003e pet \u003cnoun-animal\u003e on \u003cnoun.pl  -dayofweek\u003e.\n```\n```\nAlick likes to mount shuttlecocks with his pet bat on Mondays.\n```\n\n---\n\n**Count to ten and spell it out.**\n```\n[case:sentence][numfmt:verbal][rs:10;\\s]{[rn].}\n```\n```\nOne. Two. Three. Four. Five. Six. Seven. Eight. Nine. Ten.\n```\n\n---\n\n**Write a poem**\n```\n[rhyme:perfect]\nThe \u003cnoun(1)::\u0026a\u003e \u003cverb.ed(1)-transitive::\u0026a\u003e the \u003cadj::\u0026a\u003e \u003cnoun(1)::\u0026a\u003e.\n```\n```\nThe bread fed the red head.\n```\n```\nThe drug dug the smug plug.\n```\n\n---\n\n\n## NuGet\nRant is also available as a [NuGet package](https://www.nuget.org/packages/Rant/).\nEnter this command in your package manager,\nand the latest version of Rant will automagically get installed in your project:\n\n```\nPM\u003e Install-Package Rant\n```\n\nOr if development builds are your thing:\n\n```\nPM\u003e Install-Package Rant -Pre\n```\n\n## License\nRant is provided under [The MIT License](https://github.com/TheBerkin/Rant/blob/master/LICENSE).\n\n## Improve Rant\nIf there is something you want fixed, added, or changed, feel free to submit an issue/pull request; I will try to get back to you within a day. If you would like to translate Rant into your native language, simply write a .lang file for it [like this one here](https://github.com/TheBerkin/rant/blob/master/Rant/Localization/en-US.lang).\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for a full guide on how you can help.\n\n## Rant Resources\n\n* [Rant Homepage](http://berkin.me/rant)\n* [Rant Documentation](http://berkin.me/rant/docs)\n* [Rant Demos](https://github.com/TheBerkin/Rant.Demos)\n* [Rant Standard Dictionary](https://github.com/TheBerkin/Rantionary)\n* [Online Pattern Tester](http://lett.at/rantbox/)\n","funding_links":["https://patreon.com/Berkin","https://paypal.me/nicholasfleck"],"categories":["Open Source Repositories","C#","GameProgramming","Open Source Packages","Shell"],"sub_categories":["Utilities","Regex"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheBerkin%2Frant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheBerkin%2Frant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheBerkin%2Frant/lists"}