An open API service indexing awesome lists of open source software.

https://github.com/jetboom/archive-scraper-discord-bot

Discord bot that scrapes chan archive sites for Discord invites and reposts them in your channel
https://github.com/jetboom/archive-scraper-discord-bot

bot discord discord-bot invites scraper

Last synced: 3 months ago
JSON representation

Discord bot that scrapes chan archive sites for Discord invites and reposts them in your channel

Awesome Lists containing this project

README

        

Ever wanted to take all the discord.gg invites posted on your favorite chan-like imageboard and dump them in a discord channel for easy viewing? Well now you caaaaaan (as long as it has an archive site)!

# Installation

- Get Node.js which can be downloaded from the [Node.js website](https://nodejs.org).
- Create a Discord bot token at the [Discord developers website](https://discord.com/developers).
- Create a mongoDB database. Free 512MB databases are available at the [MongoDB cloud website](https://www.mongodb.com/cloud) and are more than enough space.
- Run in a cli `npm_install`
- Copy or rename .env.defaults to .env
- Fill in the variables for `DISCORD_TOKEN, DISCORD_ANNOUNCE_CHANNEL_NAME, DISCORD_BOT_OWNER, DB_HOST, DB_USER, DB_PASSWORD, and DB_COLLECTION`
- - Optionally, replace what archive site and board names you want the bot to look at.

# Usage
Run `npm start`