Aahnik Daw

Results 37 issues of Aahnik Daw

This is weird. I think this is a problem with Notion API and not this library. But opening this issue, so that it can be closed when this is solved....

When I run loconotion it produces everything in a subfolder of `dist`. If everything was organized, it would be great. Like the folder structure could be like this: ``` -...

enhancement

hi, @leoncvlt 1. why dont you upload loconotion to pypi ? so that users can directly `pip install loconotion` (you can use `poetry publish`, and also remove the `requirements.txt`) 2....

I have my configuration like this: ```toml name = "mysite" page = "https://www.notion.so/top-level-page" [site] [[site.meta]] name = "title" content = "Profile" [[site.meta]] name = "description" content = "Home page" [pages]...

question

All plugin configuration is applied globally. There should be some way to use a specific configuration for each source. Related to discussions #161

enhancement
todo
core

https://pydantic-docs.helpmanual.io/usage/settings/

enhancement

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/41896d19d91ff5d14f4908d878f679f642d94216/tgcf/plugins/replace.py#L26-L29 A smart way must be used to keep the...

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`

enhancement
core

if the admin will delete multiple messages in the source at once, then only the first message will get deleted in dest, not all. (reported by @ankit-sinha-18)

bug
core

## Problem Flood waits must be handled here. There are certain use cases, where a huge no of messages are appearing in a large group. And if you are live...

enhancement
todo
core