Open jmbreuer opened 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.
Hello @jmbreuer . Do you any method how to export sticker pack from Telegram with corresponding emoji (for ex. in txt or csv file)?
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 thereplaces.cpp.diff
looks to be fairly trivial.I'm confused/stumped at the next step, though.
gyp configure
only gives megyp: 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?