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
- Host: GitHub
- URL: https://github.com/jetboom/archive-scraper-discord-bot
- Owner: JetBoom
- License: mit
- Created: 2023-09-04T04:58:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T06:14:17.000Z (9 months ago)
- Last Synced: 2025-01-15T22:26:01.463Z (4 months ago)
- Topics: bot, discord, discord-bot, invites, scraper
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`