Aahnik Daw

Results 55 comments of Aahnik Daw

Hi @makenotion and @ramnes please look at this issue.

> I don't see any reason the library would cause this. I also thought that. But I am now confused. Curl and notion-sdk-py are giving different results. That is surprising....

i tried to solve this issue by making a [script ](https://gist.github.com/aahnik/2c18af0ee937bb2947873774f069adc4) the python script does the following: - move all fonts,css,js,png files to subdirectories - suppose `a.js` was moved to...

@leoncvlt, I made a script that does the job. Link: https://gist.github.com/aahnik/2c18af0ee937bb2947873774f069adc4 (download it to any path of your choice. lets say `/path/to/locorg.py`) ## How to use ? 1. Use loconotion...

@leoncvlt, it would be great if you integrate my script into loconotion, and make it a default feature. as many people are using github pages, all files in the root...

fixed the #46 font issue in [locorg.py](https://gist.github.com/aahnik/2c18af0ee937bb2947873774f069adc4)

> If you don't want to add a link to it you could do a separate scraping session and push that manually to your hosting service under your desired URL....

Docs : https://docs.telethon.dev/en/latest/quick-references/events-reference.html#messagedeleted - [ ] when multiple messages are deleted, then `deleted_ids` attribute must be used of the `MessageDeleted` event.

Hey! This is not related to tgcf. What needs to be done, is basically add the thumbnail attribute to the video file, and change some other properties. A plugin can...

If files are already forwarded, nothing can be done. But for future messages, it can be done. A plugin can be implemented to prevent duplicate files. This plugin will store...