GithubHelp home page GithubHelp logo

botcamp's Introduction

BotCamp

Description

Botcamp is a tool allowing users to make reports regarding a specific topic in their mail inbox. The tool will be able to aggregate mails regarding their subject, and will generate mail reports to clean inboxes. It is possible to schedule auto cleaning and reporting its mailing inbox.

Architecture

Architecture Schema

The project will consist in developing a gateway to request Gmail API with Google Java Libraries with Spring Boot, and developing a Botcamp API requesting the gateway, and processing emails.

Milestones

  • Get mails from Gmail
  • Generate reports: it includes the scheduling of automatic report generation
  • Audit feature: Persist reports into database, persist emails. it will be configurable in the scheduled tasks by the user
  • Get mails from more generic API to allow interoperability with non-Gmail users
  • Dockerize application
  • Configure deployment on remote server

Postgres Config

On the folder ./postgres/config/, you should create two files:

  • 'postgres.env'
  • 'pgadmin.env'

These two files are mandatory to make the app work. You should define your own Postgres env variables in a .env file so that you can run the postgres docker image. You should define the three following variables in a file name 'postgres.env':

  • POSTGRES_PASSWORD
  • POSTGRES_USER
  • POSTGRES_DB
  • PGPORT

For example: you can have:

  • POSTGRES_USER=user
  • POSTGRES_PASSWORD=password
  • POSTGRES_DB=db
  • PGPORT=5432

You should define the three following variables in a file name 'pgadmin.env':

  • PGADMIN_DEFAULT_EMAIL
  • PGADMIN_DEFAULT_PASSWORD
  • PGADMIN_LISTEN_PORT

For example, you can have:

  • PGADMIN_DEFAULT_EMAIL=[email protected]
  • PGADMIN_DEFAULT_PASSWORD=root
  • PGADMIN_LISTEN_PORT=80

botcamp's People

Contributors

louis-santucci avatar

Stargazers

Antoine du FOU 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.