Skip to content

Commit

Permalink
Adding some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipsterjulien committed May 25, 2013
1 parent d4a1748 commit c9ddba0
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 20 deletions.
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
imagesat was created in 2013.

The PRIMARY AUTHORS are (and/or have been):

* Freyermuth Julien (alias Chipster)




And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
people who have submitted patches, reported bugs, added translations, helped
answer newbie questions, and generally made duty that much better:
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
** Changelog

v0.3 - First changelog
- Use python-requests instead of urllib
- Rewrite of sleep function
- Solve some bugs
**
11 changes: 9 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# How to install
# ven. 12 avril 2013 à 13h31
Thanks for downloading imagesat.

To install it, make sure you have Python 3.3 or greater installed. Then run
this command from the command prompt:

python setup.py install (in coding)

If you're upgrading from a previous version, you need to remove it first.

AS AN ALTERNATIVE, you can just:

1. Copy imagesat.py to /usr/bin/imagesat

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
duty
----

Copyright (C) 2013 Freyermuth Julien.
All Rights Reserved.


This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include AUTHORS
include INSTALL
include LICENSE
include MANIFEST.in
include README.rst
recursive-include Imagesat *
18 changes: 0 additions & 18 deletions README

This file was deleted.

36 changes: 36 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Imagesat
====

It's a python's script who download some pictures into /tmp directory
(see imagesat_example.conf) and you can display them with conky or conky
like (dzen2, ...)
This script can search, with regexp, a picture to download on html page,
even name of picture change all the time


Depend
======

yaml-python, python-requests


Installation
============

```
git clone https://github.com/Chipsterjulien/imagesat.git
python setup.py install
```


Usage
=====
```
python imagesat -h
```



License
=======
<a href="http://en.wikipedia.org/wiki/Gplv3#Version_3">GPL v3</a>

0 comments on commit c9ddba0

Please sign in to comment.