-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
65 lines (42 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
58
59
60
61
62
63
64
65
sour
(!): Sour is now broken -- Imgur has changed their API. Feel free to fork and
make the necessary changes.
What is it?
-----------
Sour is a script that automates the uploading of screenshots via imgur's
anonymous API. sour can generate thumbnails and output BBCode. It is also
possible to use an existing image or a URL as the input.
Setup
-----
Using the AUR: https://aur.archlinux.org/packages.php?ID=58453
From source: `git clone git://github.com/wolfcore/sour.git ~/.sour`
Usage
-----
Consult `sour --help` for command-line options.
Logs
----
A history of all past uploads and their respective deletion URLs can be found
in ~/.sour/log/ (by default). Log files are organized by date.
API Key
-------
You can register for your own imgur API key at
http://imgur.com/register/api_anon.
rcfile
------
Change default key, -k directory, and log directory.
See the file called .sourrc
Depends
-------
- curl
- scrot
- imagemagick
Licensing
--------
Please see the file called LICENSE.
Discussion
----------
Discuss sour and its development at
https://bbs.archlinux.org/viewtopic.php?id=139252.
Reporting Bugs
--------------
Please report all bugs to wolfcore <brygarza@gmail.com>