All Projects → AdamSalma → Lurka

AdamSalma / Lurka

Licence: MIT license
4chan desktop app for power users

Programming Languages

javascript
184084 projects - #8 most used programming language
Sass
350 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Lurka

Ruler
Simple on-screen pixel ruler.
Stars: ✭ 251 (+765.52%)
Mutual labels:  desktop-application
SiebenApp
Experimental dependency-aware goal manager
Stars: ✭ 13 (-55.17%)
Mutual labels:  desktop-application
OotD
Outlook on the Desktop (OotD)
Stars: ✭ 76 (+162.07%)
Mutual labels:  desktop-application
Mr.Dclutterer
A minimal looking cross-platform desktop application made with Electron that handles quick file aggregation and bulk renaming.
Stars: ✭ 32 (+10.34%)
Mutual labels:  desktop-application
15-minute-apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,469 (+11862.07%)
Mutual labels:  desktop-application
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (+344.83%)
Mutual labels:  desktop-application
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+662.07%)
Mutual labels:  desktop-application
glyphcollector
glyphcollector.app
Stars: ✭ 47 (+62.07%)
Mutual labels:  desktop-application
zet
⚡️Browser extension that adds a quick access menu to Chrome to get things done faster.
Stars: ✭ 43 (+48.28%)
Mutual labels:  power-user
dotfiles
Messy configuration repository / Gentoo / Coreboot / XMonad / Ergodox / Home Cooked ZSH microframework / Eye candy stuff / Miscellaneous hacks
Stars: ✭ 43 (+48.28%)
Mutual labels:  4chan
Azkar-App
Desktop Application 💻 for Calculating Muslim prayer times 🕌 , Morning and Nights Azkar 🤲 with notification for random Azkar that pops-up in specific time.
Stars: ✭ 64 (+120.69%)
Mutual labels:  desktop-application
glimmer-cs-gladiator
Gladiator (Glimmer Editor) - Glimmer Custom Shell
Stars: ✭ 26 (-10.34%)
Mutual labels:  desktop-application
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-37.93%)
Mutual labels:  desktop-application
ryuanime
A free anime streaming , using the jkanime content by scraping the jkanime website.
Stars: ✭ 20 (-31.03%)
Mutual labels:  desktop-application
cryptopunks
(crypto) pixel punks - libraries, tools & scripts, and more
Stars: ✭ 24 (-17.24%)
Mutual labels:  desktop-application
Pasteintofile
Paste Clipboard Contents Into Files Directly (New Version Released 🔥)
Stars: ✭ 231 (+696.55%)
Mutual labels:  desktop-application
AC Management
A desktop application made with Python/Kivy for managing account related data of college students'
Stars: ✭ 23 (-20.69%)
Mutual labels:  desktop-application
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (+255.17%)
Mutual labels:  4chan
GChan
Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.
Stars: ✭ 31 (+6.9%)
Mutual labels:  4chan
RegexReplacer
A flexible tool to make complex replacements with regular expression
Stars: ✭ 38 (+31.03%)
Mutual labels:  desktop-application
# Lurka

[![Build Status](https://travis-ci.org/AdamSalma/Lurka.svg?branch=develop)](https://travis-ci.org/AdamSalma/Lurka) [![Build status](https://ci.appveyor.com/api/projects/status/5qs30y1aqd25dw2v/branch/master?svg=true)](https://ci.appveyor.com/project/AdamSalma/lurka/branch/master)

This repository contains the source code for Lurka, a 4chan desktop application.

Lurka is still under development. The plan is to eventually have a separate repo/CDN to download the compiled app from.

Take a look at the [TODO's](TODO.md) for upcoming additions.

## Installation

You will first need to have [Node](https://nodejs.org/en/) and [Git](https://git-scm.com/) installed.

```bash
# Clone the repository
git clone https://github.com/AdamSalma/Lurka.git

# Enter repo and install dependencies
cd Lurka && npm install
```

## Development mode

This will run Lurka through `localhost:3333` in your browser:

```bash
npm start
```

- You can change the default port from `config/index.js`
- Works with [Redux devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)

## Production mode

This runs as a desktop application using Electron:

```bash
npm run preview
```

Note: It will build the application before starting, but this will only happen once.

---

#### _Lurk moar_
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].