https://github.com/dgw/sopel-anilist
AniList plugin for Sopel IRC bots
https://github.com/dgw/sopel-anilist
anilist anilist-api hacktoberfest irc irc-bot-plugin sopel sopel-plugin
Last synced: 2 months ago
JSON representation
AniList plugin for Sopel IRC bots
- Host: GitHub
- URL: https://github.com/dgw/sopel-anilist
- Owner: dgw
- License: other
- Created: 2020-04-14T04:41:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T02:15:22.000Z (5 months ago)
- Last Synced: 2025-03-25T14:01:54.246Z (3 months ago)
- Topics: anilist, anilist-api, hacktoberfest, irc, irc-bot-plugin, sopel, sopel-plugin
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
# sopel-anilist
AniList plugin for Sopel IRC bots
## Installing
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
```shell
$ pip install sopel-anilist
```## Using
This plugin provides four lookup types:
- Anime search by title: `.anilist`/`.al`
- Character search by name: `.anilistchar`/`.alc`
- Manga search by title: `.anilistmanga`/`.alm`
- Person (VAs/staff) search by name: `.aniliststaff`/`.als`Some of these lookups (staff info, in particular) are pretty basic, but
hopefully they're still useful to have around as a tool to directly search
AniList from your IRC client. AniList URLs are provided in case you want to see
data not included in the bot's replies.The plugin will also show information about links sent to the channel for any of
the supported item types.