|
|
4491e551c0
|
Set password in config file to authenticate with password instead of priv key.
|
2018-10-22 20:27:25 +02:00 |
|
|
|
499b0116e8
|
Removed state check.
|
2018-08-12 23:17:40 +02:00 |
|
|
|
e22de16d8c
|
Added json response to ls command and removed print functions.
|
2018-08-12 23:16:03 +02:00 |
|
|
|
bb5da9c455
|
Fixed syntax error by await
|
2018-08-12 20:12:13 +02:00 |
|
|
|
35b43e1b10
|
Loops calling deluge every second and sends data if updated.
|
2018-08-12 20:11:27 +02:00 |
|
|
|
0616d8eeed
|
Return responses for all functions.
|
2018-08-12 19:43:02 +02:00 |
|
|
|
f101d81b43
|
Added return functions to client commands.
|
2018-08-12 19:39:04 +02:00 |
|
|
|
1e1a270b07
|
Fixed call and send function.
|
2018-08-12 19:32:38 +02:00 |
|
|
|
6450041198
|
Added varaible argument to main function and fixed import from utils.
|
2018-08-12 19:27:57 +02:00 |
|
|
|
50fe8adaf1
|
Imported deluge and on connect send currently downloading items.
|
2018-08-12 19:22:32 +02:00 |
|
|
|
bea0870efd
|
Changed server port from localhost to 0.0.0.0
|
2018-08-12 18:30:06 +02:00 |
|
|
|
3a8bebaea9
|
Change text of response message.
|
2018-08-12 17:30:27 +02:00 |
|
|
|
50c73ea203
|
Updated with text input field.
|
2018-08-12 17:29:59 +02:00 |
|
|
|
5ed1c6ebdf
|
Added example usage for deluge_socket connection. Includes to endpoints that send a timestamp from server to client every second and to send a response to receiving a message from client.
|
2018-08-12 17:18:58 +02:00 |
|
|
|
a5eb22ae5a
|
Updated example to also send name to server and displaying response.
|
2018-08-12 17:13:07 +02:00 |
|
|
|
62abdd904a
|
Added example usage for deluge_socket connection.
|
2018-08-12 16:36:04 +02:00 |
|
|
|
92118bedf4
|
Updated requirements to include all used packages and added websockets package.
|
2018-08-12 16:35:25 +02:00 |
|
|
|
3d0d039626
|
Added absolute path to log directory.
|
2018-05-14 11:00:21 +02:00 |
|
|
|
7fcb14c2ca
|
utils imported as file not directory. Moved getConfig function up.
|
2018-05-13 20:00:58 +02:00 |
|
|
|
51461cee5e
|
Created a lambda function for converting numeric boolean to python values. Changed attribute packed to isFolder. Added finished attribute to also be returned when wanting progress.
|
2018-05-13 19:03:22 +02:00 |
|
|
|
75bd387904
|
Changed back to rename taking name not id as input arg. Changed progress function to return a dict of torrents with only the values relevant for checking progress. This also needed the filterOnValue. Torrents toJSON function returns lowercase dict keys.
|
2018-05-13 18:43:01 +02:00 |
|
|
|
0230298479
|
Renamed ls function to get_all. Also updated the remove function to delete by id, not name and to have better error handling and reporting.
|
2018-05-06 18:04:48 +02:00 |
|
|
|
a6198e0b5c
|
Fancy new header and snyk badge integration.
|
2018-05-06 01:01:19 +02:00 |
|
|
|
e9885015aa
|
Removed unused comments.
|
2018-05-06 00:43:24 +02:00 |
|
|
|
84e78c55f0
|
Added ssh tunnel for connceting to a remote deluge RPC client. Also added check for values in config file.
|
2018-05-06 00:29:38 +02:00 |
|
|
|
2b3291aefd
|
Added ssh settings to config file.
|
2018-05-06 00:08:12 +02:00 |
|
|
|
7135dcfead
|
Add command for deluge magnet torrent.
|
2018-05-05 22:50:42 +02:00 |
|
|
|
d8688b1c68
|
Added search function for partial string match. Added get and remove functions. The torrent class does a mapping of paused to python boolean value with strtobool. Removed some unused comments.
|
2018-05-04 15:17:21 +02:00 |
|
|
|
a1e5b1f784
|
Added README
|
2018-05-04 00:19:34 +02:00 |
|
|
|
9e5db1d874
|
Merge branch 'master' of github.com:KevinMidboe/delugeClient
|
2018-05-04 00:09:20 +02:00 |
|
|
|
13062e9244
|
Initial commit
|
2018-05-04 00:05:53 +02:00 |
|
|
|
676af42934
|
Utils script for coloring log based on logger status filter and convert function for converting byte dict to a dict of strings.
|
2018-05-04 00:05:14 +02:00 |
|
|
|
bce2c1a1d9
|
Added classes for calling and connecting to deluge and for transforming the return data to a torrent class.
|
2018-05-04 00:04:17 +02:00 |
|
|
|
89895d9961
|
Added requirements for deluge_client, colored and docopt.
|
2018-05-04 00:03:26 +02:00 |
|
|
|
15187888e2
|
Added config and log files.
|
2018-05-04 00:02:57 +02:00 |
|