All Projects → prabhakar267 → Wa Reader

prabhakar267 / Wa Reader

Licence: mit
💬 WA Reader is a platform to read WhatsApp conversations from email text backups in a easy-to-read UI.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Wa Reader

Dmarchiver
A tool to archive the direct messages, images and videos from your private conversations on Twitter
Stars: ✭ 204 (+56.92%)
Mutual labels:  conversation, archive
Chatwoot
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Stars: ✭ 11,554 (+8787.69%)
Mutual labels:  conversation, whatsapp
Tlimporter
Telegram Chat Importer: Import chats from WhatsApp or other services into Telegram
Stars: ✭ 100 (-23.08%)
Mutual labels:  conversation, whatsapp
Whatsasena
WhatsAsena project - Makes it easy and fun to use Whatsapp. Also first userbot for Whatsapp
Stars: ✭ 122 (-6.15%)
Mutual labels:  whatsapp
Pytsp
A 2D/3D visualization of the Traveling Salesman Problem main heuristics
Stars: ✭ 122 (-6.15%)
Mutual labels:  flask
Yspider
yspider -- 轻量级爬虫系统
Stars: ✭ 125 (-3.85%)
Mutual labels:  flask
Reel2bits
Self-hosted Soundtracks and Podcasts sharing, with ActivityPub federation.
Stars: ✭ 128 (-1.54%)
Mutual labels:  flask
Whaticket
A very simple Ticket System based on WhatsApp messages, that allow multi-users in same WhatsApp account.
Stars: ✭ 120 (-7.69%)
Mutual labels:  whatsapp
Flask Calendar
Simple Python & Flask web-calendar
Stars: ✭ 125 (-3.85%)
Mutual labels:  flask
Ahk Libs
AutoHotkey library archive.
Stars: ✭ 125 (-3.85%)
Mutual labels:  archive
Explore Flask
Source of Explore Flask book
Stars: ✭ 1,595 (+1126.92%)
Mutual labels:  flask
Whats2api
🎉 This library provide you an complete solution for WhatsApp REST API
Stars: ✭ 124 (-4.62%)
Mutual labels:  whatsapp
Searchviewsample
Sample app for Android SearchView with circular reveal animation like whatsapp
Stars: ✭ 125 (-3.85%)
Mutual labels:  whatsapp
Sapic
sapic(picbed) - 基于Flask的Web自建图床,可存储到又拍云、七牛云、阿里云OSS、腾讯云COS、GitHub、Gitee等,支持自定义扩展。
Stars: ✭ 123 (-5.38%)
Mutual labels:  flask
Pyxtermjs
A fully functional terminal in your browser.
Stars: ✭ 127 (-2.31%)
Mutual labels:  flask
Python Tutorial
🏃 Some of the python tutorial - 《Python学习笔记》
Stars: ✭ 122 (-6.15%)
Mutual labels:  flask
Soul Manga
react + flask + scrapy 构建的单页应用漫画网站
Stars: ✭ 126 (-3.08%)
Mutual labels:  flask
Search Libc
Web wrapper of niklasb/libc-database
Stars: ✭ 124 (-4.62%)
Mutual labels:  flask
Whatsapp Web Incognito
A Chrome extension that disables read receipts and presence updates on WhatsApp Web
Stars: ✭ 121 (-6.92%)
Mutual labels:  whatsapp
Python Resources 2019
A curated list of Python 3 resources, books, websites, tutorials, code challenges
Stars: ✭ 125 (-3.85%)
Mutual labels:  flask

WA Reader

Build Status License: MIT PRs Welcome

WA Reader is a platform to read WhatsApp conversations from text backups in a easy-to-read UI. Built on python-flask server using dateutil - powerful extension to datetime.

How to use WA Reader

  • Create a backup text file (.txt file)of your chat (if you don't have one already)
  • Generate backup file on: Android | iPhone | Windows Phone
  • Open WA Reader and follow the instructions

Contribute

  • For reporting bug about an incorrect file not being processed, open a new issue.
  • PRs are always welcome to improve WA-Reader.

Run WA Reader locally

Requires Python3 to run locally. See instructions to setup Python3.

  • Clone the project from source
git clone https://github.com/prabhakar267/WA-Reader && cd WA-Reader
  • Setup virtual environment
pip install virtualenv
virtualenv venv --python=python3.7
source venv/bin/activate
  • Install all dependencies
pip install -r requirements.txt
  • Run server
python app.py

Open localhost:5000

Stargazers over time

Stargazers over time

Huge shout out to @krzysiekh for creating the awesome logo we currently have.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].