Crawling for new permanent upper and lower coins

Author: The grass, Date: 2021-08-26 15:27:04
Tags:



function main() {
    var last_news = ''
    while(true){
        var html = HttpQuery('https://www.binance.com/en/support/announcement/c-49?navId=49')
        if(html){
            var news = html.match(/Launch .{0,40} Perpetual|Delist.{0,40}-\d{1,2}/i)
            if(news && last_news != news[0]){
                Log(news[0],'@')
                last_news = news[0]
            }
        }
        Sleep(60*1000)
    }
}


More

eth8888I can't use this code to crawl information from other Binance pages, is it because they are different from get and post?

gg50933064I don't know what it's for.

The grassThe pages are different and need to be analyzed.

ShawnQiangI've done this before.

yingzi123I need this, too, brother. Did you find it?

gg50933064Boss! Is there a new strategy in the Binance announcement of some old currency, which can be purchased automatically in the first time in other exchanges? Is there another strategy in the enhanced version of the exchange?

The grassA reptile with a permanent new up and down coin