Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dineshkarthik/whatsapp-analyzer
Visualize your WhatsApp conversations and have fun..!
https://github.com/dineshkarthik/whatsapp-analyzer
analytics d3js data-visualization flask python
Last synced: about 3 hours ago
JSON representation
Visualize your WhatsApp conversations and have fun..!
- Host: GitHub
- URL: https://github.com/dineshkarthik/whatsapp-analyzer
- Owner: Dineshkarthik
- License: mit
- Created: 2016-01-22T12:30:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:37:11.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:35:40.171Z (7 months ago)
- Topics: analytics, d3js, data-visualization, flask, python
- Language: Python
- Homepage: http://whatsapp-analyzer.dineshkarthik.me
- Size: 2.79 MB
- Stars: 31
- Watchers: 7
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
WhatsApp-Analyzer
WhatsApp-Analyzer is a simple analytics and visualization Python app, dashboard powered by Twitter-bootstrap and D3.js.
##### All you need to do:
- Export your WhatsApp conversation to text file
- Upload it to analyzer
- View your analysis on the dashboard##### Known Issues:
> There’s no way that it will work for everyone because I’ve found that depending on your OS and version of Whatsapp, the format of text file lines varies wildly. I’m sorry if it doesn’t work for you.
### Tech
WhatsApp-Analyzer uses a number of open source projects to work properly:
* [Flask] - microframework for Python based on Werkzeug, Jinja 2
* [Pandas] - pandas is an open source, library providing high-performance, easy-to-use data structures and data analysis tools for the Python
* [Twitter Bootstrap] - great UI boilerplate for modern web apps
* [D3.js] - JavaScript library for manipulating documents based on data, helps you bring data to life using HTML, SVG, and CSS.
* [jQuery] - duhAnd of course WhatsApp-Analyzer itself is open source with a [public repository][WhatsApp-Analyzer] on GitHub.
###### Live [Demo] available here.
### InstallationYou need Python 3.6 and above, its dependency packages, flask and pandas installed globally:
```sh
$ git clone https://github.com/Dineshkarthik/Whatsapp-analyzer.git WhatsApp-Analyzer
$ cd WhatsApp-Analyzer
$ make install
$ make run
```Docker image is also available:
docker pull dineshkarthik/whatsapp-analyzer
docker run -p 8000:5000 dineshkarthik/whatsapp-analyzerSupport for python2 is depricated but old docker image is available
docker pull dineshkarthik/whatsapp-analyzer:python2
docker run -p 8000:5000 dineshkarthik/whatsapp-analyzer:python2Service will be running on port 8000 - `http://localhost:8000/`
License
----MIT
**Free Software, Hell Yeah!**
[D3.js]:
[Flask]:
[Pandas]:
[Twitter Bootstrap]:
[jQuery]:
[WhatsApp-Analyzer]:
[Demo]: