All Projects → keshavbhatt → whatsie

keshavbhatt / whatsie

Licence: MIT license
Qt Based WhatsApp Client

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to whatsie

whatsapp-client
WhatsApp web php client
Stars: ✭ 36 (-91.76%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-client
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (-47.6%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-chat
WALC
An unofficial WhatsApp Desktop client for linux systems.
Stars: ✭ 212 (-51.49%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (-71.62%)
Mutual labels:  whatsapp, whatsapp-web
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-93.82%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+838.9%)
Mutual labels:  whatsapp, whatsapp-web
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (-87.19%)
Mutual labels:  whatsapp, whatsapp-web
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (-33.64%)
Mutual labels:  whatsapp, whatsapp-web
kirimwa.id
Layanan gratis untuk mengirimkan pesan WhatsApp tanpa menyimpan nomor kontak
Stars: ✭ 36 (-91.76%)
Mutual labels:  whatsapp, whatsapp-chat
superchats
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
Stars: ✭ 100 (-77.12%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-verify
Check if a phone number exists on Whatsapp
Stars: ✭ 74 (-83.07%)
Mutual labels:  whatsapp, whatsapp-web
Chatistics
A WhatsApp Chat analyzer and statistics.
Stars: ✭ 32 (-92.68%)
Mutual labels:  whatsapp, whatsapp-chat
Whatsapp Web Reveng
Reverse engineering WhatsApp Web.
Stars: ✭ 5,320 (+1117.39%)
Mutual labels:  whatsapp, whatsapp-web
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (-90.85%)
Mutual labels:  whatsapp, whatsapp-web
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-96.11%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-91.3%)
Mutual labels:  whatsapp, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (-80.78%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp-Group-Contacts-Scraper
How to scrap whatsapp group contacts from https://web.whatsapp.com/
Stars: ✭ 65 (-85.13%)
Mutual labels:  whatsapp, whatsapp-web
WhatsAppThem
A simple PWA which you can use to send WhatsApp messages without saving the number.
Stars: ✭ 21 (-95.19%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-chat-parser
WhatsApp Chat Parser
Stars: ✭ 13 (-97.03%)
Mutual labels:  whatsapp, whatsapp-chat

WhatSie

Feature rich WhatsApp web client based on Qt WebEngine for Linux Desktop

Whatsie Key features

  • Light and Dark Themes with automatic switching
  • Customized Notifications & Native Notifications
  • Keyboard Shortcuts
  • BuiltIn download manager
  • Mute Audio, Disable Notifications
  • App Lock feature
  • Hardware access permission manager
  • Built in Spell Checker (with support for 31 Major languages)
  • Other settings that let you control every aspect of WebApp like:
    • Do not disturb mode
    • Full view mode, lets you expand the main view to the full width of the window
    • Ability to switch between Native & Custom notification
    • Configurable notification popup timeout
    • Mute all audio from Whatapp
    • Disabling auto playback of media
    • Minimize to tray on application start
    • Toggle to enable single click hide to the system tray
    • Switching download location
    • Enable disable app lock on application start
    • Auto-locking after a certain interval of time
    • App lock password management
    • Widget styling
    • Configurable auto Theme switching based on day night time
    • Configurable close button action
    • Global App shortcuts
    • Permission manager let you toggle camera mic and other hardware level permissions
    • Configurable page zoom factor, switching based on window state maximized on normal
    • Configurable App User Agent
    • Application Storage management, lets you clean residual cache and persistent data

Command line options:

Comes with general CLI support, with a bunch of options that let you interact with already running instances of Whatsie.

Run: whatsie -h to see all supported options.

Usage: whatsie [options]
Feature rich WhatsApp web client based on Qt WebEngine

Options:
  -h, --help           Displays help on commandline options
  -v, --version        Displays version information.
  -b, --build-info     Shows detailed current build infomation
  -w, --show-window    Show main window of running instance of WhatSie
  -s, --open-settings  Opens Settings dialog in a running instance of WhatSie
  -l, --lock-app       Locks a running instance of WhatSie
  -i, --open-about     Opens About dialog in a running instance of WhatSie
  -t, --toggle-theme   Toggle between dark & light theme in a running instance
                       of WhatSie
  -r, --reload-app     Reload the app in a running instance of WhatSie
  -n, --new-chat       Open new chat prompt in a running instance of WhatSie

Build instructions (Linux)

The source code can be built using the regular Qt application development procedure. Whatsie Project makes use of Qt's QMake build system, which simplifies the build process. To build Whatsie locally on your system, follow the steps below.

Build requirements

  • git (to clone repo)
  • libx11-dev libx11-xcb-dev (required for x11 XKB module support at build time)
  • Qt => 5.9 (5.15 recommended) with the following modules installed with development headers (lib*-dev packages on Ubuntu)
    • webengine
    • webenginewidgets
    • positioning

Build steps

  1. Clone source code

    git clone https://github.com/keshavbhatt/whatsie.git

  2. Enter into source directory

    cd whatsie/src

  3. Run qmake

    qmake

  4. Run make (with optional -j option that specify jobs or commands to run simultaneously while building)

    make -j4

  5. Run built whatsie executable (if build finished with no errors)

    ./whatsie

  6. Run make install if you want to install (if build finished with no errors)

    sudo make install

Install Whatsie on Linux Desktop

On any snapd supported Linux distributions

snap install whatsie

On any Arch based Linux distribution

Using Arch User Repository (AUR), AUR package for Whatsie is maintained by M0Rf30

yay -S whatsie-git

Screenshots (could be old)

WhatSie for Linux Desktop Light Theme WhatSie for Linux Desktop Dark Theme WhatSie for Linux Desktop Setting module WhatSie for Linux Desktop App Lock screen WhatSie for Linux Desktop Shortcuts & Permissions

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].