benjamindean / furi-kura

Linux application indicator for reddit

Home Page:http://benjamindean.github.io/furi-kura/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Furi Kura

Linux application indicator for reddit.

Build Status codecov

Features

  1. Notifications
  2. Karma indicators
  3. Show hot/top/new/random posts from any subreddit
  4. Unity launcher integration
  5. Furi
  6. Kura

Screenshot

Furi Kura

Requirements

You can skip this list if you are installing it from a .deb package.

  1. Python 3 | python3 (^3.4)
  2. Flask | python3-flask
  3. Requests | python3-requests
  4. PyGObject | python3-gi

Installation

From a .deb package

wget https://github.com/benjamindean/furi-kura/releases/download/v0.0.9/furi-kura_0.0.9-1_all.deb
sudo dpkg -i furi-kura_0.0.9-1_all.deb

In case you are getting a dependency errors:

sudo apt-get install -f

From source

wget https://github.com/benjamindean/furi-kura/archive/v0.0.9.zip
unzip v0.0.9.zip && cd furi-kura-0.0.9
sudo make install

Contributing

Feel free to submit a pull request, report a bug, use some of my code to build your own indicator, complain about crappy implementation - whatever.

NOTE

This project is still under development. Karma indicators next to the icon may not work on all desktop environments and was tested on Unity only.

About

Linux application indicator for reddit

http://benjamindean.github.io/furi-kura/

License:MIT License


Languages

Language:Python 92.0%Language:HTML 4.4%Language:Makefile 3.6%