- 26 May, 2023 2 commits
-
-
Aziz Berkay Yesilyurt authored
-
Aziz Berkay Yesilyurt authored
-
- 25 Nov, 2022 2 commits
-
-
Alp Deniz Ogut authored
Update readme: Obtaining telegram api keys See merge request !11
-
Alp Deniz Ogut authored
-
- 23 Nov, 2022 2 commits
-
-
Aziz Berkay Yesilyurt authored
handle 2fa enabled accounts See merge request !3
-
Aziz Berkay Yesilyurt authored
-
- 16 Nov, 2022 1 commit
-
-
Koen van der Veen authored
working on the test See merge request !5
-
- 14 Nov, 2022 2 commits
-
-
Szymon Zimnowoda authored
# Conflicts: # telegram/plugin.py
-
Szymon Zimnowoda authored
-
- 12 Nov, 2022 6 commits
-
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
- 11 Nov, 2022 3 commits
-
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
-
- 10 Nov, 2022 4 commits
-
-
Aziz Berkay Yesilyurt authored
print qr code to terminal + skip archived channels See merge request !9
-
Aziz Berkay Yesilyurt authored
-
Aziz Berkay Yesilyurt authored
bump version to fix photos See merge request !8
-
Aziz Berkay Yesilyurt authored
-
- 09 Nov, 2022 5 commits
-
-
Aziz Berkay Yesilyurt authored
disable photos See merge request !7
-
Aziz Berkay Yesilyurt authored
-
Aziz Berkay Yesilyurt authored
limit number of messages per channel See merge request !6
-
Aziz Berkay Yesilyurt authored
-
Szymon Zimnowoda authored
-
- 08 Nov, 2022 3 commits
-
-
Szymon Zimnowoda authored
-
Szymon Zimnowoda authored
Revert "wip integration test" See merge request !4
-
Szymon Zimnowoda authored
This reverts commit bc2c2204
-
- 07 Nov, 2022 3 commits
-
-
Szymon Zimnowoda authored
-
Aziz Berkay Yesilyurt authored
Optimizations See merge request !2
-
Aziz Berkay Yesilyurt authored
Some optimizations to speed up importing messages. Speed up is 2x, from 400 sec to 200 sec to import 10k messages, on local pod. General idea is to: * Use `set` instead of `list` when we check for existance of items. * This requires that `Item` is hashable, which is not. So I patched schema items with `__hash__` function and used `external_id`s as hashes, which should be unique anyway. * Use `lru_cache` when querying item by id, so we don't have to wait for pod to respond.
-
- 03 Nov, 2022 1 commit
-
-
Aziz Berkay Yesilyurt authored
-
- 29 Oct, 2022 2 commits
-
-
Alp Deniz Ogut authored
-
Alp Deniz Ogut authored
-
- 12 Oct, 2022 2 commits
-
-
Alp Deniz Ogut authored
-
Alp Deniz Ogut authored
-
- 03 Oct, 2022 2 commits
-
-
Alp Deniz Ogut authored
-
Alp Deniz Ogut authored
Daemonize See merge request !1
-