Commit Graph

71 Commits

Author SHA1 Message Date
cf149f7a89
update
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 20:36:17 +03:00
48c2190ea4
Merge remote-tracking branch 'origin/master' into drone 2024-10-11 20:34:57 +03:00
Kirill Alekseev
05fe601479
Implemented commands to set download/upload limit and download directory (#47)
* implemented downloaddir command

* implemented uplimit and downlimit commands

* moved command-related code to transmission lib
2024-08-21 09:14:16 +03:00
16cb1dfbe7
fixed Dockerfile
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2024-08-18 20:47:28 +03:00
efa8ded7c5
Merge remote-tracking branch 'origin/master' into drone
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-18 09:32:54 +03:00
3df77e1121
update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
2024-08-13 08:46:46 +03:00
c260db6480
update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-13 08:43:14 +03:00
jensaymoo
dd216f3de6
Update main.go (#45)
fixed *downs* command in help message
2024-03-21 02:02:58 +03:00
Struchkov Mark
3fb5339ef5
Update Dockerfile (#44) 2024-01-28 11:49:29 +03:00
46d252c3f6
fix Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-28 11:32:45 +03:00
f793658f1d
fix Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-28 11:18:17 +03:00
1833681eed
fix Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-28 11:12:13 +03:00
f37966fdf7
drone 2024-01-28 11:01:46 +03:00
2af81315bc
drone
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-28 10:50:13 +03:00
Kevin Halpin
4fd68bb874
fix depreciated call go get (#40)
* fix depreciated call go get

* it told me add go mod tidy
2022-03-21 03:04:28 +03:00
Yaroslav
8491708366
Now actions is more 'unix like' (#36)
Co-authored-by: Yaroslav Kargin <ykargin@virtuozzo.com>
2021-01-21 01:22:13 +03:00
Alex Manatskyi
67a40f39b9
Update docker file to include the process of building a go app into the image build process (#33) 2020-11-14 17:18:50 +03:00
Alex Manatskyi
2365907fd7
Pre-process input via mobile share (#32) 2020-11-14 12:24:00 +03:00
pyed
7e4d1b7989
Use pyed/tailer instead. (#24)
* Use pyed/tailer instead of hpcloud/tail

* Get rid of 'vendor' as we are no longer using hpcloud/tail

* Fix usage message

* Add the ability to pass the bot token via env variable

* Add new line to the error messages
2019-06-05 06:34:32 +03:00
JNat
274f19ebe7 Minor formatting tweaks on the help command (#22)
* Minor formatting tweaks on the `help` command

There were a few commas and capitalizations off. Also put some other stuff in italics or quotes for readibility.

* More formatting tweaks; error msgs slightly off

Some more formatting tweaks, for readibility.

Also fixed a minor typo on `add`: "atleast" -> "at least"

`check` and `start` also appeared to have a minor bug in an error message, as it displayed `stop: ` instead of the respective command. Read this as a copy-paste of a chunk of code and then forgetting to update it to the relevant command, but if I misunderstood and the behavior is actually intentional and I just missed the point, just ignore that bit :)
2019-04-26 16:55:00 +03:00
Kevin Halpin
576279cfe8 Wrap the cli script in a docker container (#17)
* README Changes

* amend

* Add the Dockerfile
2019-01-08 02:22:25 +03:00
pyed
c01767d342 Introduce -no-live flag
if -no-live is set, messages won't get updated after sending them.
2017-03-13 23:30:56 +03:00
pyed
ef2c50d073 Sleep one more time before putting dashes 2017-03-13 22:56:18 +03:00
pyed
11f52b7daa Lower duration, increase interval 2017-03-13 18:56:31 +03:00
pyed
79f5dbe0df Obsolete vars declarations while updating info 2017-03-13 00:33:54 +03:00
pyed
912785a7e3 Version 1.4 2017-03-01 14:38:19 +03:00
pyed
e57284511e Set hpcloud/tail to v1.0.0 2017-02-26 22:48:34 +03:00
pyed
a497041d52 Vendor deps 2017-02-26 22:46:10 +03:00
pyed
28e575f225 Merge branch 'master' into notify 2017-02-25 04:35:31 +03:00
pyed
1e4c92acfb Cleanup masters impl 2017-02-25 00:31:46 +03:00
pyed
a791b06075 Use a custom logger 2017-02-24 23:38:39 +03:00
pyed
6905f8a051 Notify upon download completion
Introducing new flag "-transmission-logfile".

`transmission-daemon` should be started with '--logfile filename'
when `transmission-telegram` is pointed to that logfile via the new
flag, it should send a message upon any download completion.
2017-02-24 00:36:30 +03:00
pyed
4e08ff7835 Version 1.3 2017-02-05 18:17:37 -05:00
pyed
098fa1d282 fix #3 2016-12-18 08:36:08 +03:00
pyed
d8ac43c1a1 fix 'head', 'tail' updating crash
https://github.com/pyed/transmission-telegram/issues/2
2016-12-07 23:48:41 +03:00
pyed
3800b83569 Merge pull request #1 from ManuelLR/master
Added multiple masters
2016-11-30 23:24:45 +03:00
ManuelLR
0380469029 Adding multiple masters 2016-11-30 20:49:21 +01:00
pyed
da71295746 use the EnvVar for user:pass 2016-07-29 20:33:31 +03:00
pyed
865347225f Version 1.0 2016-07-20 15:26:17 +03:00
pyed
26d831d8aa add license 2016-07-20 14:46:50 +03:00
pyed
e5f3579aca adds help message 2016-07-20 02:56:08 +03:00
pyed
9c34bac1d6 bump duration from 10 to 60 2016-07-15 11:53:30 +03:00
pyed
cc9300ff93 adds -logfile 2016-07-12 14:10:02 +03:00
pyed
29b2daaa17 pretty ETA, status time 2016-07-10 16:55:48 +03:00
pyed
06907617d6 makes head, tail live 2016-07-10 16:28:19 +03:00
pyed
27939d4503 markdown changes 2016-07-09 12:31:27 +03:00
pyed
4946808967 split messages on newlines only 2016-07-08 08:33:03 +03:00
pyed
09cb682f86 markdown support
for active, info, head, tail, stats
2016-07-08 01:54:47 +03:00
pyed
2fd5c8a1ce exit if url or user/pass is wrong 2016-07-05 07:42:00 +03:00
pyed
cc726dd758 makes active live 2016-07-04 23:09:24 +03:00