https://github.com/bastienboutonnet/datafrittata-twitch-chatbot
https://github.com/bastienboutonnet/datafrittata-twitch-chatbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bastienboutonnet/datafrittata-twitch-chatbot
- Owner: bastienboutonnet
- License: mit
- Created: 2021-07-10T15:14:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T20:14:03.000Z (about 2 months ago)
- Last Synced: 2025-03-03T21:24:24.665Z (about 2 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://results.pre-commit.ci/latest/github/bastienboutonnet/datafrittata-twitch-chatbot/main)

[](https://github.com/ambv/black)

[](https://pycqa.github.io/isort/)# datafrittata-twitch-chatbot
Another twitch chatbot that **currently** building on stream. It's hacky as hell and I'm sure it's also going to be over-engineered.
It's built in Python cos that's the only language I can pretend I know a few things about. Mostly, chat tells me what to do, I pretend to disagee and then I do what they say anyway 🤦.Come hang out on stream, I'm called [DataFrittata](https://www.twitch.tv/datafrittata)
## I have some plans:
You can of course check the [issues](https://github.com/bastienboutonnet/datafrittata-twitch-chatbot/issues) if you're curious but high-level:
- I do want to make it **async** because I need an excuse to learn `asyncio` in Python.
- I want to hook it up to a database and track _all the things_ and go from there.## Feel free to use it, if you dare :)
Instructions to come soon! Cos it breaks a lot and you probably don't want to suffer.
## Want to contribute, make it better?
Yes! I'm totally open for PRs. I have opinions, most of the time, let's discus it [on stream](https://www.twitch.tv/datafrittata) or feel free to [open an issue](https://github.com/bastienboutonnet/datafrittata-twitch-chatbot/issues/new) especially if it's for a large change so that you don't end up wasting your time.
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more info.