Skip to content

Commit fec87a6

Browse files
authored
Merge pull request #1365 from python-discord/more-frameworks
Add more allowed frameworks for CJ11
2 parents c12a18b + 6458acd commit fec87a6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pydis_site/templates/events/pages/code-jams/11/frameworks.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,31 @@ <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks<
9797
</div>
9898
</div>
9999

100+
<div class="card mb-4">
101+
<div class="card-content">
102+
<div class="content">
103+
<p class="subtitle">interactions.py</p>
104+
<p>
105+
interactions.py offers a wide range of features for building Python-powered Discord bots and web applications.
106+
</p>
107+
</div>
108+
</div>
109+
<div class="card-footer">
110+
<a href="https://interactions-py.github.io/interactions.py/" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
111+
<a href="https://github.com/interactions-py/interactions.py" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
112+
</div>
113+
</div>
114+
115+
<h4 id="other-ways"><a href="#other-ways">Other Ways to Build Interactions</a></h4>
116+
<p>It's possible to create Discord interactions with an HTTP client without relying on a Discord-dedicated framework.
117+
This is allowed in the competition.
118+
</p>
119+
<p>
120+
You can use libraries such as Flask, FastAPI, Starlette, and Tornado to build a web server along with any popular
121+
HTTP client libraries such as requests, aiohttp, HTTPX, and grequests.
122+
</p>
123+
<p>Please be sure to check with the events team if you want to build Discord interactions using libraries not mentioned here.</p>
124+
100125
{% endblock %}
101126

102127
{% block sidebar %}

0 commit comments

Comments
 (0)