Commit graph

176 commits

Author SHA1 Message Date
Alfonso E.M cbc317fbc8
Merge pull request #114 from ozcho/master
Added queue to README.md
2023-06-21 19:06:49 +02:00
ozcho 0aef5f9766
fixed typo 2023-06-21 13:54:38 +02:00
ozcho da13b33f87
Added queue to README.md 2023-06-20 15:43:49 +02:00
Alfonso E.M 8f9eadb316
Merge pull request #113 from ozcho/master
Added queue command
2023-06-20 13:03:49 +02:00
ozcho 774025fe17
fixed append issue 2023-06-19 17:52:37 +02:00
ozcho 9d8856bc4a
Added queue command 2023-06-19 17:29:55 +02:00
ozcho 68ebe39b48
Added queue command 2023-06-19 17:27:49 +02:00
Alfonso E.M 279bc35deb
Merge pull request #109 from thebigbone/master
some small tweaks to compose file
2023-05-30 14:35:29 +02:00
udev f9399a3979
some small tweaks to compose file 2023-05-30 15:57:54 +05:30
Alfonso E.M c412316eb8
Update README.md to include new --workers parameter 2023-05-17 08:58:32 +02:00
Alfonso De Cala Bravo e52d55f825 New version with workers count parameter 2023-05-17 08:49:41 +02:00
Alfonso De Cala Bravo 3b639bd070 Renaming SIMULTANEUS to WORKERS 2023-05-17 08:48:10 +02:00
Alfonso De Cala Bravo 20b981b22d Merging/fixing PR #107 2023-05-17 08:41:34 +02:00
Alfonso De Cala Bravo e04628be17 Merge branch 'Davi5Alexander-master' into development 2023-05-17 08:24:04 +02:00
David Fabela d0cf225e0e resolve alfem/telegram-download-daemon#72 2023-05-07 23:13:22 -05:00
Alfonso E.M b7848e268d
fix little typo 2022-09-12 08:50:20 +02:00
Alfonso E.M 8718f39518
Merge pull request #97 from Ajwah/kj/clarify-purpose
Clarify daemon purpose
2022-09-12 08:49:30 +02:00
Khalil Johnson be6a1fea4f Clarify purpose
* Not everyone is aware of the limitations of Telegram API and as such
users may be beguiled into thinking that one could download files from
any public channels using this daemon.
* The reality of the matter is that Telegram API only allows you to
download from a channel in which you have admin rights.
* The desired workflow instead would be that for public channels; you
would manually forward files to a channel for which you have admin
rights over in order for this daemon to be of any use.
2022-09-10 21:35:29 -04:00
Alfonso E.M 3759d4f2b2 Adding pysocks (just for proxy connections) 2022-07-10 14:55:15 +02:00
Alfonso De Cala Bravo 6c2eb6585d Some fixes to make containers running as non-root users 2022-07-07 14:39:35 +02:00
Alfonso E.M 5132c78e29
Merge pull request #86 from pattonwebz/patch-1
Fix small typo in readme
2022-06-03 11:05:38 +02:00
William Patton ab0f89be85
Fix small typo in readme
Changes a typo of `yo` -> `to`
2022-06-02 17:20:58 +01:00
Alfonso E.M 8d827fb2df Fixing buildx parameters 2022-05-10 16:03:25 +02:00
Alfonso E.M 336e563ba7 Fix in docker credentials 2022-05-10 15:56:17 +02:00
Alfonso E.M 8843c435f7 Testing new multi arch docker image generation 2022-05-10 15:50:26 +02:00
Alfonso E.M 9ff552e028
Merge pull request #84 from CarlesLlobet/patch-1
Fix compatibility issues with ARM
2022-05-10 15:28:07 +02:00
Carles Llobet 5a907b8f7b
Typo fix 2022-05-10 15:17:43 +02:00
Carles Llobet 2f88114b66
Update to work from DockerHub directly
build: . commented for reference if manual build
2022-05-10 13:06:50 +02:00
Carles Llobet 36313c81fd
Update to keep slim version improvement 2022-05-10 13:06:10 +02:00
Carles Llobet 917d90cef3
Fix compatibility issues with ARM
Tested on Raspberry Pi 4 Model B (aarch64/armv8)
2022-05-04 14:04:43 +02:00
Alfonso E.M ab9d3312ca
Merge pull request #82 from ksobrenat32/master
Optimize docker image and Move from Python 3.6 to 3.9
2022-04-29 09:30:17 +02:00
ksobrenat32 8cea69d8ba
Optimize docker image and Move from Python 3.6 to 3.9
The python version is updated from 3.6 to 3.9 because version 3.6 is no longer officially maintained on dockerhub.

The previous image was built on the full python image which caused the final size to be bloates, this commit builds the image in layers, first in the full python image so it can build the pip packages and then copies what was installed with pip to a slim python image which considerably reduces the size of the final image.
2022-04-28 18:12:52 -05:00
Alfonso E.M 593b375f93
Merge pull request #81 from haudankaivajasi/master
Update Dockerfile to allow mounting .py files
2022-04-12 11:04:22 +02:00
haudankaivajasi 362d8d930f
Update Dockerfile 2022-04-11 15:05:42 +03:00
Alfonso E.M b4acf442ac
Update README.md 2022-02-21 10:46:31 +01:00
Alfonso De Cala Bravo f0db00e9e5 Telethon library needs to be updated to support new Telegram api 2021-12-03 09:28:08 +01:00
Alfonso E.M 0fc3b57503 Now you can download photos 2021-07-11 20:37:18 +02:00
Alfonso De Cala Bravo 7025b10d73 Duplicated files can be ignored, renamed or overwritten 2021-07-07 13:45:11 +02:00
Alfonso De Cala Bravo 5c1a64de89 Fixed description 2021-07-07 12:44:55 +02:00
Alfonso De Cala Bravo 40940c6858 Streamed videos get better names and guessed extensions 2021-07-05 13:17:35 +02:00
Alfonso De Cala Bravo e8b9b21725 Sanitized file name 2021-06-30 13:18:35 +02:00
Alfonso De Cala Bravo b1aec3fd01 Changing suffix for duplicated file names 2021-06-15 10:24:34 +02:00
Alfonso E.M 1f7fc05e38
New version number 2021-06-14 20:30:51 +02:00
Alfonso E.M dd0dcfe0a6
Merge pull request #60 from anishsane/master
If the download fails for some reason, inform the user about the reason
2021-06-14 20:30:03 +02:00
Anish Sane f37a671c21 If the download fails for some reason, inform the user about the reason
for failure.
2021-06-14 20:11:21 +05:30
anishsane ef17cf768a Merge branch 'alfem:master' into master 2021-06-14 20:03:33 +05:30
Alfonso De Cala Bravo e3623a20a3 Adding an alert when users send photos instead of files 2021-06-10 15:01:24 +02:00
Alfonso E.M 126c7de37c
Update README.md 2021-05-11 10:44:55 +02:00
Alfonso De Cala Bravo 5b2e40832c Solving duplicated file names. Fixes #55. 2021-05-10 11:02:16 +02:00
Alfonso De Cala Bravo 3026e55386 updated from master 2021-05-10 10:01:15 +02:00