Aleksey Bykhun

Results 19 comments of Aleksey Bykhun

You could return "possiblePhrases" array just as usual, but add index zero [0] with the dictionary with probabilities. There would be no conflicts with the words in the array, because...

I am working replicating this right now, if anyone's interested in synchronising work, we can connect via telegram or facebook messenger (same username as here)

@bolds07 no, no repo yet. Currently have few examples collected, probably it'll help to collect more Edit: this repo looks interesting, though: https://github.com/DamianoMagrini/instaverse/blob/857273e475a868585c91c07f626cbba5553ccb73/reversed-api/src/instagram/9568347_events.ts

https://github.com/mgp25/Instagram-API This library has access to stories endpoint, though I not figured out yet how to download them

An update to my previous comment: I did figured out how to download them. My script is here: https://github.com/caffeinum/load-stories/blob/master/load_stories.php. It downloads all stories from users' feed.

had the same error, ended up downgrading the package up the dependency tree. not sure what was wrong

Can you add a code example please? I have exactly the same workflow

In case somebody stumbles upon this thread and is interested in the case, I implemented this differently: https://github.com/flightwallet/ios/blob/master/flight.wallet/Wallet/BitcoinWallet.swift#L276

@proroot check this out: https://github.com/sudoguy/tiktok_bot/blob/master/tiktok_bot/client/utils.py (not my code)

To do that, you need to fork and update the code to use IPFS whitelist config instead of our backend. See this file on `feature/whitelist` branch: https://github.com/buildship-dev/webflow-nft-components/blob/feature/whitelist/src/mint/whitelist/web3.js#L45