Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.