All Projects → filiphsandstrom → Swiftsnapper

filiphsandstrom / Swiftsnapper

Licence: mit
Open source Snapchat client for Windows 10

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Swiftsnapper

Win32 Darkmode
Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
Stars: ✭ 176 (-21.78%)
Mutual labels:  windows-10
Windows Terminals
Repository with some awesome Windows Terminals themes
Stars: ✭ 199 (-11.56%)
Mutual labels:  windows-10
Arsenic
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Stars: ✭ 209 (-7.11%)
Mutual labels:  windows-10
Win10script
Win 10 Powershell Script to tweak and change windows settings
Stars: ✭ 184 (-18.22%)
Mutual labels:  windows-10
Winappdriver
Windows Application Driver
Stars: ✭ 2,577 (+1045.33%)
Mutual labels:  windows-10
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+968.44%)
Mutual labels:  windows-10
Executivecallbackobjects
Research on Windows Kernel Executive Callback Objects
Stars: ✭ 169 (-24.89%)
Mutual labels:  windows-10
My Git Bash
my git bash config
Stars: ✭ 222 (-1.33%)
Mutual labels:  windows-10
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (-12.44%)
Mutual labels:  windows-10
Cve 2020 16898
CVE-2020-16898 (Bad Neighbor) Microsoft Windows TCP/IP Vulnerability Detection Logic and Rule
Stars: ✭ 207 (-8%)
Mutual labels:  windows-10
Win10clean
Cleanup your Windows 10 environment
Stars: ✭ 187 (-16.89%)
Mutual labels:  windows-10
Youtube Dl Gui
A cross-platform GUI for youtube-dl made in Electron and node.js
Stars: ✭ 183 (-18.67%)
Mutual labels:  windows-10
Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (-9.78%)
Mutual labels:  windows-10
Wslinstall
Install any GNU/Linux userspace in WSL
Stars: ✭ 178 (-20.89%)
Mutual labels:  windows-10
Xjoy
Use Nintendo Switch JoyCons as a virtual Xbox 360 controller in Windows
Stars: ✭ 216 (-4%)
Mutual labels:  windows-10
Win10 Secure Baseline Gpo
Windows 10 and Server 2016 Secure Baseline Group Policy
Stars: ✭ 170 (-24.44%)
Mutual labels:  windows-10
Meterpeter
C2 Powershell Command & Control Framework with BuiltIn Commands (Modules)
Stars: ✭ 201 (-10.67%)
Mutual labels:  windows-10
Cleanmgrplus
🐾 A Improved Replacement for Microsoft Disk Cleanup
Stars: ✭ 224 (-0.44%)
Mutual labels:  windows-10
Luna
Automatic dark mode for Windows 10
Stars: ✭ 220 (-2.22%)
Mutual labels:  windows-10
Lcow
Linux containers on Windows built with LinuxKit
Stars: ✭ 204 (-9.33%)
Mutual labels:  windows-10

SwiftSnapper Build status Preview builds Donate Join the chat at https://gitter.im/filfat/swiftsnapper

SwiftSnapper is a community driven Snapchat client for Windows 10 licensed under the MIT license. It's currently in early development with no set release date.

A subreddit exists for general discussion or questions about the application which can be found here.



Table Of Contents

  1. Development
  2. Translation
  3. Testing

Development

1.1 Requirements

  • Node.js 6.1.0 or above
  • Windows 10, MacOS or Linux (Windows 10 is required to build the app for Windows 10)

1.2 Building

  1. npm install -g cordova
  2. npm install -g gulp
  3. npm install
  4. cordova platform add Windows
  5. cordova platform build Windows

1.3 Running

  • On native hardware: cordova run Windows --device
  • In an emulator: cordova emulate Windows

1.4 How to Contribute

An Contribution guide is currently being written, for now; just be cool, okay?

Translation

2.1 Translate SwiftSnapper

You can find the language defitions here. The structure should match the en-US.json file.

2.2 Example

{
    "doNotTranslateTheLeftSide": "Do not translate the left side!",
    "word": "Word",
    "etc": "etc"
}

Testing

3.1 How to report an issue

TODO

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