bitshares / awesome-bitshares

A curated list of awesome resources for the BitShares Blockchain
35 stars 19 forks source link

Update README.md #108

Closed grctest closed 1 year ago

grctest commented 1 year ago

Adding missing links Removing some dead links Re-arranging some links

abitmore commented 1 year ago

Not sure why the bot can not open https://play.google.com/store/apps/details?id=ninja.cybertron.cryptoninja , saying it's 404.

abitmore commented 1 year ago

It seems Google play store doesn't like bots.

By default curl gets a 404 error too.

curl -v 'https://play.google.com/store/apps/details?id=ninja.cybertron.cryptoninja'

But curl works with a new user agent string E.G.

curl -v -A "Mozilla/5.0 Gecko/20100101 Firefox/107.0" 'https://play.google.com/store/apps/details?id=ninja.cybertron.cryptoninja'

But it looks like we can't tell awesome_bot (https://github.com/dkhamsing/awesome_bot) to use a specific user agent string.