Giter Site home page Giter Site logo

pvc's People

Contributors

antoinejt avatar horus-4ever avatar methqphore avatar tntube avatar x0rld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pvc's Issues

Moderator configuration

Add a command allowing to set a moderator role.
It should allow moderators to connect and see to the channels which are created by the bot.
And it maybe should allow the given moderators to modify the settings of a given channel.

handler for data.json

the bot needs data.json file to save main channel and created channels by the it self, sometimes the json file isn't found or not created, so i recommend using this code to avoid errors :

import os

if not os.path.exists('data.json'):
    with open('data.json', 'w') as data:
        data.write('{}')

Unit tests

It would be cool to do some unit tests for the bot, in order to reduce the risk of pushing breaking commits

Support user ids for commands

It can be a great alternative to mentions because for now to invite someone for example we need a private channel + the user id to ping him in a channel he can't see

Continuous Integration

This is #12 dependent.
Doing unit tests will allow us to set up CI, in order to show breaking commits in history

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.