Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.19 KB

README.md

File metadata and controls

54 lines (39 loc) · 2.19 KB

discord-reddit-bot

Table of Contents

Expand to see contents

Description

This is the code for a Discord bot that can mirror reddit posts on discord servers. Right now it's still in development and it's not up for people to use it. But in the near future you can add this bot to your discord server, choose what subreddits to get posts every hour and the bot will mirror those subreddits by getting the top posts of them every hour and posting them on an specific channel of your server.

Tools used

Expand to see contents

  • Node.Js: For the JS coding of the bot.
  • snoowrap: As a js wrapper for the reddit api.
  • Discord.js: As the wrapper for the Discord API (you can fin it here).
  • dotenv: To load the .env file variables into the process enviroment.
  • Express: For a webserver that can check the bot.

Motivation

we wanted to make a bot and we like subreddit memes.

Getting Started

No Instructions for the bot pre-deployment so far, check later when we have a more robust code

Deployment

No Instructions for the bot pre-deployment so far, check later when we have a more robust code

Main authors

Contributing

If anyone wants to contribute or give ideas for the project, you can by making new Issues or Pull requests.

License

License: MIT

This repository has the standard MIT license. You can find it here.