Search Criteria
Package Details: tg-archive-git 1.2.1.r0.gec944d5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tg-archive-git.git (read-only, click to copy) |
---|---|
Package Base: | tg-archive-git |
Description: | A tool for exporting Telegram group chats into static websites to preserve chat history like mailing list archives. |
Upstream URL: | https://github.com/knadh/tg-archive |
Licenses: | MIT |
Conflicts: | tg-archive |
Provides: | tg-archive |
Submitter: | Farzat |
Maintainer: | Farzat |
Last Packager: | Farzat |
Votes: | 1 |
Popularity: | 0.043590 |
First Submitted: | 2021-11-30 06:22 (UTC) |
Last Updated: | 2024-09-30 14:19 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-cryptgAUR
- python-feedgen
- python-jinja
- python-magic (python-magic-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-pytz
- python-telethonAUR (python-telethon-gitAUR, python-tulir-telethonAUR, python-telethon-tulir-gitAUR)
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
Farzat commented on 2024-09-30 14:21 (UTC)
@sonmi-451 sorry for taking so long. I applied the changes. If you face anymore issues please tell me.
sonmi-451 commented on 2024-06-21 00:43 (UTC)
It doesn't work correctly due to the versions specified in
requirements.txt
fortelethon==1.29.3
andcryptg==0.2.post2
. To fix this, you need to add the following preprocessing commands to the package:Cube commented on 2023-05-18 11:18 (UTC)
I get ModuleNotFoundError: No module named 'pytz' on build To solve the error, install the module by running the 'pip install pytz' command.