Coder Social home page Coder Social logo

mate-bot's Introduction

Mate Bot

Telegram bot to manage the consumption of Club Mate between different people.

Setup

  1. Communicate with @BotFather to create a bot and get the token.
  2. Rename secrets.sample.json to secrets.json.
  3. Replace the BOT_TOKEN key in the secrets.json file with the bot token.
  4. Go on Giphy get api key and follow the instructions to get an API key.
  5. Replace the API_KEY key in the secrets.json file with the api key you were provided with.
  6. Run npm i to install the node dependencies.
  7. Run script with node index.js.

Commands

  • /start → Welcome :)
  • /about → Shows bot version, bug report, etc...
  • /help → Shows a list of all available commands with their description.
  • /send <@username> <amount> → Send a specific amount of money to another person.
  • /balance → Shows the status of everyone's wallet.
  • /setoption <item> <value> → Change the value of an item (price of box, bottle, currency...).
  • /option → List current options's values.
  • /buybox → The user buys a case of club-mate.
  • /drink → The user drinks a club-mate.
  • /charge [@username] <value>

mate-bot's People

Contributors

jaavlex avatar nicolasreymond avatar saphirevert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mate-bot's Issues

Add /charge command

  • /charge 20 → +20 to current user
  • /charge @user 20 → +20 to specified user
  • /charge -20 → -20 to current user
  • /charge @user -20 → -20 to specified user

Add /dump command

Add a /dump command that send the users_data content, this command musst NOT to be in the README

Print usage for command with options

e.g. when someone call /setoption, it would be nice to print a message with the usage of the command instead of nothing. There are probably others command in the same case.

Add /drink command

Add a /drink command that decrease the balance of the user that use this command

Add /help command

Add a /help command that list all the available commands for the bot

/help command order

There is no particular order in the output of the /help command: either put them in alphabetical order or rearrange them in a more logical way.

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.