Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yadler97/terako
- Owner: yadler97
- Created: 2021-01-08T20:44:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T22:17:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T18:43:07.125Z (about 1 month ago)
- Topics: anilist-api, anime, coronavirus, covid-19, discord, discord-bot, manga, mediawiki-api, wikipedia, ytdl-core
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |