Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xi-rick/animelist
https://github.com/xi-rick/animelist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xi-rick/animelist
- Owner: xi-Rick
- License: mit
- Created: 2022-10-07T18:13:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T19:04:01.000Z (almost 2 years ago)
- Last Synced: 2023-11-11T21:25:46.036Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Animelist Discord Bot
Animelist is a Discord bot that allows users to search for Anime, Manga, Users and Characters on Anilist. It is designed to be used in a sentence or by themselves altogether.
# Getting Started
To use this bot, you will need to create a config.json file in the root directory of the project with the following fields:
{
"token": "YOUR_DISCORD_BOT_TOKEN",
"maxLength": 300
}You can replace the maxLength with any value you want. This configures the length of the message that the bot will send.
# Usage
Commands are made in a way to be used in a sentence or by themselves altogether. As of now you can use commands for Anime, Manga, Users and Characters on Anilist. Content flagged as Adult will not respond.
# Anime
You can search for anime by using the command a{Anime Name}. For example, you can write "You should watch a{Bakuman}! Its really good."
# Manga
You can search for manga by using the command m{Manga Name}. For example, you can write "Man, m{Kimetsu no Yaiba} was such a good manga."
# User
You can search for users by using the command u{User Name}. For example, you can write "Check out my boy u{Rickk}'s profile. What a weeb."
# Characters
You can search for characters by using the command c{Character Name}. For example, you can write "You don't know c{Rin Tohsaka}? You need to watch Fate."
# Help
You can get a help guide by using the command h{}. This will bring up a message with all the commands and how to use them.
# Contributing
If you would like to contribute to the development of this bot, feel free to submit pull requests or open issues on the GitHub repository.
# Disclaimer
This bot is not affiliated with Anilist. The bot is a third-party tool that uses the Anilist API. The data provided by the bot is subject to change and may not always be accurate.