-
The following issues will be addressed in the upcoming release:
## Core
- Interface to login telegram user accounts (no need to manually generate session string) https://github.com/aahnik/tgcf/i…
-
I cloned the repo and then created a virtual environment and installed requirements.txt.
Now I moved into `examples` directory and tried running `fib.py` . Got this error.
```
Traceback (most r…
-
Per @aahnik's request https://github.com/remjx/coindrop/issues/268#issuecomment-778566740, "the coindrop site should not display a qr code. Instead it should give the option to open the link in any wa…
remjx updated
3 years ago
-
I follow the instructions:
```
$ mkdir my-tgcf
$ cd my-tgcf
$ python3 -m venv .venv
$ source .venv/bin/activate
```
```
$ pip install tgcf
Collecting tgcf
Using cached tgcf-1.1.8-py3-n…
-
### Discussed in https://github.com/aahnik/tgcf/discussions/428
Originally posted by **Allertoner** February 14, 2023
I have just upgraded to Telegram Premium and find the new Chat topics sect…
-
thus a plugin such as `format` (which works on `raw_text`), if placed after `replace`, will negate the effect of `replace`.
https://github.com/aahnik/tgcf/blob/41896d19d91ff5d14f4908d878f679f642d9…
-
As stated in your guide to update for docker, you need to execute docker pull tgcf:latest.
This command fails since you can't seem to pull it/don't have access to it:
root@vps:~# docker pull tgcf:…
-
To get the chat id, instead of following the way shown in README, one can easily send/ forward a message to [@userinfobot](https://telegram.me/userinfobot).
This bot will give you the chat id of t…
-
related to #91
Docs for albums https://docs.telethon.dev/en/latest/quick-references/events-reference.html#album
all items in an album have a shared `grouped_id`
-
Traceback (most recent call last):
File "/Users/manjulsigdel/Projects/my-tgcf/.venv/bin/tgcf-web", line 8, in
sys.exit(main())
^^^^^^
File "/Users/manjulsigdel/Projects/my-tg…