Coder Social home page Coder Social logo

coderplex-bot's Introduction

Coderplex Bot

Coderplex Bot uses basic AI to track all the messages that are exchanged in our community chatroom, and uses this information as a input to evaluate the expertise and helpfulness of each member in our community, awarding them points accordingly on their profile.

Requirements

  • Basic NLP, Machine Learning
  • NodeJS & NPM/Yarn
  • Typescript

Contributing guide

  • First, fork the repository & clone it onto your local device
  git clone https://github.com/YOUR_USER_NAME/Mr.Plex && cd Mr.Plex
  • Install required dependencies

    • with yarn

        yarn install
    • with npm

        npm install
  • Meanwhile, Open Discord Developer Portal and create a new bot

  • Copy the bot token and create a new file .env at the root of the project folder

  • Add a new local env variable BOT_TOKEN into .env, example:

  BOT_TOKEN=YOUR_TOKEN_HERE
  • Now you can start building the bot

    • with yarn

        yarn run build
    • with npm

        npm run build
  • In a seperate terminal, you can start the bot

    • with yarn

        yarn run start
    • with npm

        npm run start
  • Invite the bot to your personal discord server and start hacking!

coderplex-bot's People

Contributors

duttakapil avatar elevenpassin avatar vinaypuppal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

coderplex-bot's Issues

Welcome message in #general or #introductions room

We should have a welcome message in the #general or #introductions room, along with the DM we are currently sending to newly joined members. Since Discord already makes an announcement when someone joins, we could have our welcome message in the #introductions room perhaps.

Also, we need to tell people that if they wanna stay connected, they should download the mobile app for Discord. A lot of people are joining, but are not coming back because,

  1. They don't have anything to remind them to come back
  2. The value they might receive by staying connected is not explicit

Share event links in discord

The bot should make use of meetup.com's API to automatically share new events from coderplex to the chatroom.

Share guides quickly

When anyone says !guide <guide_name>, the bot should share the relevant link to the guides in the channel.

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.