Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yadler97/terako

Terako is a Discord Bot that offers commands for searching animes and mangas via the Anilist API, listening to YouTube videos in a voice channel, displaying current Corona incidences in Germany and searching for articles on Wikipedia via the Mediawiki API
https://github.com/yadler97/terako

anilist-api anime coronavirus covid-19 discord discord-bot manga mediawiki-api wikipedia ytdl-core

Last synced: 15 days ago
JSON representation

Terako is a Discord Bot that offers commands for searching animes and mangas via the Anilist API, listening to YouTube videos in a voice channel, displaying current Corona incidences in Germany and searching for articles on Wikipedia via the Mediawiki API

Awesome Lists containing this project

README

        

# terako

terako is a discord bot that offers commands for searching animes and mangas via the anilist API, listening to YouTube videos in a voice channel, displaying current corona incidences in Germany, searching for articles on Wikipedia via the Mediawiki API and searching for images and translating texts via the Bing API.

## commands

/ANIME \
/MANGA \
/ANIMELIST \
/PLAY \
/LEAVE
/WIKI \(\)
/CORONA \()
/CORONASTATE
/GAME \
/UPCOMING \(\)
/TRANSLATE \ \
/LANGUAGELIST
/IMAGE \
/CONVERT \ \ \
/TRAIN \ \
/DEPARTURE \
/ARRIVAL \
/RANK

## env variables

| variable | description |
| --- | --- |
| DISCORD_TOKEN | the api token to connect the bot with discord |
| DISCORD_CLIENT_ID | client id of the discord bot |
| IGDB_CLIENT_ID | the client ID of your twitch application to connect to the IGDB api |
| IGDB_CLIENT_SECRET | the client secret used to generate a new IGDB token |
| IGDB_TOKEN | the token to connect to the IGDB api |
| MEDIAWIKI_URL | the url of the mediawiki the /wiki command should use, e.g. https://en.wikipedia.org/ |
| BING_KEY | the key for the azure bing web search service |
| IS_HEROKU | defines if the bot is running on heroku |