GithubHelp home page GithubHelp logo

byebyedevbot's Introduction

byebyedevbot

Bot Discord collaboratif du serveur Dev Cherche Collègue

Pour collaborer efficacement, chaque collaborateur est responsable de se créer un Serveur Discord et d'inviter un bot créé à partir de son propre compte Discord.

Les étapes du bot sont documentées dans cette vidéo : créer un bot discord En cas de besoin la documentation officielle de Discord : documentation

On est également à votre disposition sur le canal textuel byebyedevbot pour vous aider à réaliser toutes ces étapes.

Configuration de l'environnement client

Création de l'environnement virtuel local

$ python3 -m bot-env venv

Activation de l'environnement (Linux et Mac)

$ source bot-env/bin/activate

Activation de l'environnement (Windows Powershell)

$ bot-env\bin\activate.ps1

Installation des dépendances

$ pip3 install -r requirements.txt

Utilisation de l'environnement de développement

Exécuter le linter

$ pylama

Exécuter les tests

$ python3 -m pytest

Mettre à jour le fichier de dépendance

$ pip3 freeze > requirements.txt

Lancer le bot

Libre à chacun d'utiliser un alias ou une variable d'environnement globale pour éviter de devoir spécifier l'environnement à chaque lancement

$ BOT_ENV=development python3 main.py

byebyedevbot's People

Contributors

maestro31 avatar devcherchecollegue avatar

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.