{"id":13458827,"url":"https://github.com/thrzl/discord-ext-forms","last_synced_at":"2025-03-24T16:31:05.250Z","repository":{"id":37093575,"uuid":"326252283","full_name":"thrzl/discord-ext-forms","owner":"thrzl","description":"❓ a simpler way to make forms, surveys, and reaction input using discord.py.","archived":true,"fork":false,"pushed_at":"2022-10-17T11:16:06.000Z","size":875,"stargazers_count":20,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-25T15:51:04.413Z","etag":null,"topics":["discord","discord-bot","discord-ext","discord-ext-forms","discord-py","python","python-3","python3","surveys"],"latest_commit_sha":null,"homepage":"https://forms.terabyteis.me","language":"Python","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/thrzl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-02T19:04:48.000Z","updated_at":"2024-08-22T23:14:23.000Z","dependencies_parsed_at":"2022-06-24T13:49:02.712Z","dependency_job_id":null,"html_url":"https://github.com/thrzl/discord-ext-forms","commit_stats":null,"previous_names":["terabyte3/discord-ext-forms"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrzl%2Fdiscord-ext-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrzl%2Fdiscord-ext-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrzl%2Fdiscord-ext-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thrzl%2Fdiscord-ext-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thrzl","download_url":"https://codeload.github.com/thrzl/discord-ext-forms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221987350,"owners_count":16912302,"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":["discord","discord-bot","discord-ext","discord-ext-forms","discord-py","python","python-3","python3","surveys"],"created_at":"2024-07-31T09:00:57.864Z","updated_at":"2024-10-29T04:30:18.201Z","avatar_url":"https://github.com/thrzl.png","language":"Python","funding_links":[],"categories":["Archived/Deprecated"],"sub_categories":["Miscellaneous"],"readme":"# discord-ext-forms\n[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/isigebengu-mikey/discord-ext-forms/LICENSE)\n[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n[![Downloads](https://pepy.tech/badge/discord-ext-forms)](https://pepy.tech/project/discord-ext-forms)\n[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat)](https://github.com/isigebengu-mikey/discord-ext-forms/CODE_OF_CONDUCT.md)\n![GitHub last commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat)\n[![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)\n\n\n\n### An easier way to make forms and surveys in discord.​py.\nThis module is a very simple way to ask questions and create complete forms in discord.py without using an entire 30 lines!\n\n## Example:\n```py\nfrom discord.ext.forms import Form\nfrom discord.ext import commands\nbot = commands.Bot(command_prefix=\"!\")\n\n@bot.command()\nasync def testform(ctx):\n    form = Form(ctx,'Title')\n    form.add_question('Question 1','first')\n    form.add_question('Question 2','second')\n    form.add_question('Question 3','third')\n    result = await form.start()\n    return result\n\n\u003e\u003e result.first\n\"This was my response to question 1\"\n```\n![Example GIF](https://mikey.has-no-bra.in/9NoRXO.gif)\nUsing this module, you can make a 3 question form with only 5 lines of code.\n\n## Links\n### [How To Contribute](contribute.md)\n### [Changelog](CHANGELOG.md)\n### [Code of Conduct](CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrzl%2Fdiscord-ext-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrzl%2Fdiscord-ext-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrzl%2Fdiscord-ext-forms/lists"}