-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
57 lines (38 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Furi Kura
Linux application indicator for reddit.
## 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](https://cloud.githubusercontent.com/assets/5139993/16649712/e3e223f2-4442-11e6-9600-fe1d22391b91.png)
## 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.