Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/win10device/character-fetch
Character Image fetcher bot
https://github.com/win10device/character-fetch
anime-scraper discord-bot discord-js fetcher
Last synced: 2 days ago
JSON representation
Character Image fetcher bot
- Host: GitHub
- URL: https://github.com/win10device/character-fetch
- Owner: win10Device
- Created: 2024-12-12T10:01:36.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T10:51:17.000Z (16 days ago)
- Last Synced: 2025-01-23T11:33:34.900Z (16 days ago)
- Topics: anime-scraper, discord-bot, discord-js, fetcher
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Character Fetcher
source code to the Character Fetcher bot that fetches many different things!To use the code you must first setup your config,
Create config.json
```json
{
"token": "[Discord Bot Token]",
"danbooru": {
"usr": "[Danbooru Username]",
"key": "[Danbooru API key]"
},
"pixiv": {
"cookie": "[Pixiv Cookie]"
}
}
```
The pixiv cookie is the literal cookie/header that would be used pixiv.net, e.g. `PHPSESSID=whatever; device_id=whatever;`, it's also recommended to change the user agent here: https://github.com/win10Device/character-fetch/blob/8148879eb00920381938c1bd1e63405a0c77847f/commands/utility/fetch.js#L113
https://github.com/win10Device/character-fetch/blob/ab8fabaa11f4cb95315069633edea7f8d0db2ce5/index.js#L36
To the same one as where the pixiv cookie was made.Discord bot invite https://mint.ranrom.net/fetch/bot/
Discord user bot invite https://mint.ranrom.net/fetch/bot/user
Terms of Service https://mint.ranrom.net/fetch/terms
Privacy Polciy https://mint.ranrom.net/fetch/privacy