k3a / telegram-emoji-list

Code hack to generate list of Telegram emoji icons
GNU General Public License v3.0
17 stars 9 forks source link

How to use this? #3

Open jmbreuer opened 1 year ago

jmbreuer commented 1 year ago

Since the blog article, there's a number of new emoji in telegram that are not included in the list (😵‍💫 for example, and it shows up neither with :spiral: nor with :dizzy:).

So, I'm trying to replicate the codegen_emoji run. Adapting the replaces.cpp.diff looks to be fairly trivial.

I'm confused/stumped at the next step, though. gyp configure only gives me gyp: Could not automatically locate src directory. This isa temporary Chromium feature that will be removed. Use--depth as a workaround.

Where do I need to put the files/how do I put this together so it can work?

jmbreuer commented 1 year ago

... aah, this helps in another way. (For posterity.)

But, at least academically, my question on how to build this project still stands.

vladbelph commented 1 year ago

Hello @jmbreuer . Do you any method how to export sticker pack from Telegram with corresponding emoji (for ex. in txt or csv file)?