Giter Club home page Giter Club logo

bits-and-bytes-bot's Introduction

bits-and-bytes-bot

Discord bot for bits & bytes book club

Running locally

  • Copy .env.example and rename it to .env
  • Add DISCORD_API_SECRET, GUILD_ID, and POSTGRES_URI
  • For more information on how to set up a discord api client please see: https://discord.com/developers/docs/getting-started
    • You will need to set up the bot scope and Send Messages, Use Slash Commands, and Read Messages/View Channels permissions under the Oauth2 settings
  • TODO: SETUP DOCKER COMPOSE WITH PG DB
  • run ENV=local go run . to start bot

Docker

You can build a docker image by running the task docker-build command.

After creating and filling a .env with the variables mentioned above, you can also spin up a full environment with docker-compose up

bits-and-bytes-bot's People

Contributors

devanbenz avatar mitchellberend avatar kiabq avatar

Stargazers

Emil Lystimaki avatar Alex Fulop avatar pafable avatar Logan avatar  avatar

Watchers

 avatar

bits-and-bytes-bot's Issues

create a docker compose

  • We need docker compose file to be set up for local development
  • Should include the base dockerfile and postgres db
  • POSTGRES_URI in the .env.example file should reflect the uri generated by the docker compose

add custom poll for voting on a theme

  • Our book club with have themes for each book we read. The changes required will be a new feature to allow for mods/club admins to be able to create a list of themes (examples: ["distributed systems", "machine learning", "game development"]) and have club members vote on it.

push poll date to website when poll ends

https://bitsandbytesbooks.com/update/meeting_info

Example data:

{ "time": "11:00 AM CST", "day": "March 24th, 2024", "chapter": "Chapter 1 & 2", "topic": "Discuss take-aways from chapters that relate to your projects, personal, or professional experience.", "project": "Part one: Implement a basic design-doc. Part two: Create two small CRUD apps, one with noSQL and one with a relational data store OR build a query language parser!" }

Requires authentication from Auth0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.