Commit Graph

57 Commits

Author SHA1 Message Date
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
pyed d8ed7da5a4 makes 'info' variadic + live update 2016-07-04 05:49:36 +03:00
pyed 950963dc31 add shortcuts for commands 2016-07-04 01:52:51 +03:00
pyed 2d7fd60bae pass update instead of &update
passing a pointer to update wasn't a good idea to begin with, if a new
update hits while the first one still processing it could crash the
whole program
2016-07-03 08:13:30 +03:00
pyed 019846a99e update 'speed' 10 times 2016-07-03 08:12:11 +03:00
pyed 2830d64699 add grep as synonym to search 2016-07-03 06:42:57 +03:00
pyed 8effb91413 make active shows downloads 2016-07-03 06:39:58 +03:00
pyed f34cc0e0b0 sort: DownSpeed, UpSpeed 2016-07-02 08:20:40 +03:00
pyed 5e75c72f12 trackers work 2016-07-01 18:41:03 +03:00
pyed 2d32550a1c impl: head and tail 2016-07-01 14:07:56 +03:00
pyed f48c8487d0 adds sort 2016-07-01 06:14:38 +03:00
pyed c30cf8c7b6 impl: seeding, checking, paused, count 2016-06-30 02:03:59 +03:00
pyed 4d4441c5d6 impl: version 2016-06-27 20:23:26 +03:00
pyed ea60e2a546 impl: check 2016-06-27 18:40:09 +03:00
pyed 661146c4f6 impl: add files
- fixed del and deldata to deal with more than one ID
2016-06-25 18:26:58 +03:00