Giter Site home page Giter Site logo

artcc / myfinancesbot-artcc Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 157 KB

Telegram bot to add financial assets and liabilities and keep track of your personal finances.

License: MIT License

JavaScript 100.00%
nodejs javascript telegram telegram-bot bot finances money wallet

myfinancesbot-artcc's Introduction

With this Telegram bot you can add your financial details to receive useful information about your monthly and yearly financial health.

*** Currently in development ***

You can add the bot to Telegram from this link

Commands in Spanish language to use the bot:

acciones - Elige una de las opciones para recibir información

borrar - Elimino todos tus datos. No podrás recuperarlos

donar - Puedes apoyar económicamente el proyecto. ¡Gracias!

ingresos - Añade o actualiza tus ingresos totales. Ej: /ingresos 1550.50

start - Te muestro información básica sobre mi funcionamiento

suscripcion - Añade una suscripción que tengas contratada. Ej: /suscripcion netflix 17.99 mensual 01-01-2021

Database in Heroku Postgres:

CREATE TABLE SUBSCRIPTIONS(
   ID SERIAL PRIMARY KEY NOT NULL,
   USER_ID INT NOT NULL,
   CHAT_ID INT NOT NULL,
   NAME TEXT NOT NULL,
   PRICE REAL NOT NULL,
   TYPE TEXT NOT NULL,
   DATE TEXT NOT NULL
);
CREATE TABLE USERS(
   USER_ID INT PRIMARY KEY NOT NULL,
   CHAT_ID INT NOT NULL,
   NAME TEXT NOT NULL,
   REVENUE REAL NOT NULL,
   CREATED_AT BIGINT NOT NULL
);

LICENSE

This project is free and use MIT license.

THANK YOU!

I hope you like it!

ArtCC 2021++

myfinancesbot-artcc's People

Contributors

artcc avatar

Watchers

 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.