DK

Results 11 comments of DK

@Hugeldugelking please check the Pylint errors. More details can be found [here](https://github.com/Dineshkarthik/telegram_media_downloader/blob/master/CONTRIBUTING.md#coding-standards)

@Hugeldugelking is the `auto_refresh` optional or mandatory? I don't want to make this application something like long-pooling/continuous running one, it should be a stateful (last read message ids) single run...

HI, The channel id is not correct or you don't have access to the channel id you are trying to download from.

If you already have the channel name - then use it instead of the channel id. OnePieceAScN1

It seems you are using a bot token as Api key and hash key you need to use user api key and hash key. **Getting your API Keys**: The very...

The update of the config file is based on the batch of messages processed. Currently, a batch of 100 messages are being processed concurrently and once the batch is done...

Can you use the issue template so that I know which version of python and which OS you are using.

@blackkeai can you change this line [#L21](https://github.com/Dineshkarthik/telegram_media_downloader/blob/master/utils/meta.py#L21) in meta.py as ```py f"[bold]Telegram Media Downloader v{__version__}[/bold], [i]{__copyright__}[/i]" ``` then run and see if it works.

Hi this the feature is already in ToDo list [here](https://github.com/Dineshkarthik/telegram_media_downloader#todo).