https://github.com/gewoonjaap/discordjs-reddit-avatars-portfolio
Discord.JS bot that lets you see someones Reddit Avatar portfolio worth and their active avatar
https://github.com/gewoonjaap/discordjs-reddit-avatars-portfolio
avatars bot discordjs reddit
Last synced: 3 days ago
JSON representation
Discord.JS bot that lets you see someones Reddit Avatar portfolio worth and their active avatar
- Host: GitHub
- URL: https://github.com/gewoonjaap/discordjs-reddit-avatars-portfolio
- Owner: GewoonJaap
- License: isc
- Created: 2022-10-24T13:45:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T09:08:03.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T13:16:15.152Z (7 months ago)
- Topics: avatars, bot, discordjs, reddit
- Language: JavaScript
- Homepage: https://discord.com/api/oauth2/authorize?client_id=1034090846389284906&permissions=2147486720&scope=bot%20applications.commands
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordJS Reddit Avatars Portfolio
[](https://www.codefactor.io/repository/github/gewoonjaap/discord.js-sandwich)
## Installation
It's recommended to install [Graphics Magick](http://www.graphicsmagick.org/). If it's not installed, the library will automagically try to install [`lwip`](https://www.npmjs.com/package/lwip) by compiling the C/C++ stuff.
```sh
# Ubuntu
$ sudo apt-get install graphicsmagick# Fedora
$ sudo dnf install GraphicsMagick# CentOS / RHEL
$ sudo yum install --enablerepo epel GraphicsMagick# OS X
$ brew install graphicsmagick# Windows users can install the binaries from http://www.graphicsmagick.org/
...or using the command line:
# Chocolatey (package manager for Windows)
# (Restart of cmd/PowerShell is required)
$ choco install graphicsmagick
```Then, you can install this package:
```sh
$ npm i --save image-to-ascii
```