Giter VIP home page Giter VIP logo

nsof / whatsanalyze Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spiritfour/whatsanalyze

0.0 0.0 0.0 243.81 MB

Analyze your WhatsApp Chat in Seconds. Reveal insights & get statistics, while all data stays on your device. No chat data is sent to a server it runs only locally in your browser.

Home Page: https://whatsanalyze.com

SCSS 0.63% Vue 70.72% JavaScript 21.40% TypeScript 7.25%

whatsanalyze's Introduction

WhatsAnalyze

  • Analyze your WhatsApp Chat in Seconds
  • Reveal insights & get statistics, while all data stays on your device.
  • No chat data is sent to a server it runs only locally in your browser.

This is an open-source tool to analyze your WhatsApp Chat and create pdfs from your chat. You can run the code locally on your device or visit whatsanalyze.com to see the hosted "main" branch. The website is hosted on github pages and all code is visible.

No data about your chat is transferred to any server at all.

Bildschirmfoto 2021-03-09 um 21 31 28

Dev deployment: https://whatsanalyze-80665.web.app

Encountered an issue?

Please report bugs in the github issues.

Running whatsanalyze locally

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Search for prettier and eslint in pycharm to set it up on saving a file. You can also add .vue there for running stuff on Vue files as well.

For detailed explanation on how things work, check out Nuxt.js docs.

HTTPS Certificate

https://letsencrypt.org/docs/certificates-for-localhost/

openssl req -x509 -out 0.0.0.0.crt -keyout 0.0.0.0.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions EXT -config <( printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")

Also need to install the .crt file and trust it in your system settings

Code to generate certificate installable on android:

openssl pkcs12 -export -in 0.0.0.0.crt -inkey 0.0.0.0.key -out 0.0.0.0.p12

whatsanalyze's People

Contributors

fellnerse avatar mowolf avatar pkehnel avatar adrian-thiesen avatar nsof 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.