This repository has no description
1# The Takes Project
2
3<img src="https://raw.githubusercontent.com/taciturnaxolotl/takes/main/.github/images/smokey.svg" height="175" align="right" alt="smokey the bear">
4
5> ### More deets coming soon 👀
6> A slack bot that tracks takes and accepts uploads; developed with 💖 @ [Hack Club](https://github.com/hackclub)
7>
8> ⚠️ **Highly opinionated slack bot warning** - Project rapidly iterating
9
10# 🚧 Dev
11
12You can launch the bot locally with bun
13
14```bash
15bun install
16bun dev
17```
18
19you will also need to launch an ngrok tunnel and update your dev slack manifest to point to the ngrok tunnel
20
21```bash
22bun ngrok
23```
24
25## 📜 License
26
27The code is licensed under `AGPL 3.0`! That means AGPL 3.0 requires publishing source code changes when the software is used over a network, guaranteeing that users can access the code. All artwork and images are copyright reserved but may be used with proper attribution to the authors.
28
29<p align="center">
30 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
31</p>
32
33<p align="center">
34 <i><code>© 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
35</p>
36
37<p align="center">
38 <a href="https://github.com/taciturnaxolotl/takes/blob/master/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
39</p>