Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streamcord/streamcord
A Discord bot that interacts with the popular streaming service Twitch.tv
https://github.com/streamcord/streamcord
discord-bot discord-py twitch twitch-api
Last synced: 26 days ago
JSON representation
A Discord bot that interacts with the popular streaming service Twitch.tv
- Host: GitHub
- URL: https://github.com/streamcord/streamcord
- Owner: streamcord
- License: bsl-1.0
- Created: 2018-07-17T14:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T18:22:56.000Z (over 3 years ago)
- Last Synced: 2024-08-03T13:01:56.517Z (4 months ago)
- Topics: discord-bot, discord-py, twitch, twitch-api
- Language: Python
- Homepage: https://streamcord.io/twitch/
- Size: 1.39 MB
- Stars: 98
- Watchers: 9
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-twitch-dev - streamcord/streamcord - Discord bot that interacts with the popular streaming service Twitch.tv (Libraries / Python)
README
# Streamcord
Browse Twitch, get stream notifications, and listen to streams right from your Discord server.
We have made Streamcord open-sourced to show how a functional example of how a Discord bot can connect to and interface with the Discord API, and so that the community can help contribute to and improve Streamcord even further.
This repo does not include code for the notifications handler.
> **Upkeep notice:** This repository is not consistently maintained and only receives updates at the developer's discretion.
[Website](https://streamcord.io/twitch/)
–
[Dashboard](https://dash.streamcord.io)
–
[Discord Server](https://discord.gg/streamcord)
–
[Documentation](https://docs.streamcord.io)## Invite Streamcord
[Invite Streamcord](https://link.streamcord.io/invite)
to a server you have the `Manage Server` permission in.## Redistribution and Unofficial Use
This public copy of Streamcord's source code is licensed under the [Boost Software License 1.0 License](https://choosealicense.com/licenses/bsl-1.0/).
We are not offering any support for people who want to clone or redistribute Streamcord for their own use. You will likely not be able to run your own instance of Streamcord without extensive modifications of the source code.
## Requirements
- Python 3.8
- All modules in the `requirements.txt` file.
- discord.py rewrite
- A RethinkDB server
- A MongoDB server
- A Lavalink node
- Datadog (optional)
- Proper tokens and keys required by the environment variables.