A WhatsApp Chat analyzer and statistics.
A WhatsApp Chat analyzer and statistics.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Chatistics is an open source WhatsApp chat analyzer, which provides fun and meaningful insights. We respect privacy and do not store the chats, we only store filenames for our analytics.
Frameworks used in the website
Tools needed to run this project
- python
- yarn
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install packages
cd .\backend\
pip install virtualenv
virtualenv env
env\Scripts\activate
pip install -r requirements.txt
cd .\frontend\
yarn install
- Get your API Keys for Firebase
4.Create an .env
file, in the backend
folder and add your API keys
FIREBASE_API_KEY= '<Your API KEY>',
FIREBASE_AUTH_DOMAIN= '<Your API KEY>',
FIREBASE_PROJECT_ID= '<Your API KEY>',
FIREBASE_STORAGE_BUCKET= '<Your API KEY>',
FIREBASE_MESSAGING_SENDER_ID= '<Your API KEY>',
FIREBASE_APP_ID= '<Your API KEY>'
FIREBASE_MEASUREMENT_ID= '<Your API KEY>'
FIREBASE_DATABASE_URL= '<Your API KEY>'
Backend would be running on PORT 5000
python run.py
Open new terminal to run front-end
Frontend would be running on PORT 3000
yarn run dev
- For analysing your personal or group chats.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License. See LICENSE
for more information.
Atharva Kulkarni - @LinkedIn - [email protected]
Sumit Kolpekwar - @LinkedIn - [email protected]
Yash Dewangan - @LinkedIn - [email protected]
Project Link: Chatistics