17
Follow
35
Followers
वायरस निर्दयी है, लेकिन लोग प्यार करते हैं।
एफएमजेड हमेशा से रहा है।
जिंजरब्रेड ने इस प्रकोप के बारे में वास्तविक समय में जानकारी दी है, और मैं एफएमजेड के माध्यम से जानकारी साझा करना चाहता हूं।HttpQueryयह वास्तविक समय की जानकारी को क्रॉल करता है। और Log ((...&) को WeChat पर पोस्ट करता है, LogStatus के साथ जानकारी प्रदर्शित करता है (किसी ने कहा कि शायद कोई अंडा नहीं है) ।
यह तापमान है।
यह कोड केवल एक अर्ध-निर्मित फ़िल्टर है, क्योंकि यह उचित अभिव्यक्ति फ़िल्टर को लागू करने में विफल रहता है।
var url = 'https://3g.dxy.cn/newh5/view/pneumonia'
var newsRegex = "/<script id=\"getTimelineService\">.+?window.getTimelineService\s=\s({.+?)}catch\(e\){}<\/script>/im"
var provinceRegex = "/<script id=\"getListByCountryTypeService1\">.+?window.getListByCountryTypeService1\s=\s(\[.+?])}catch\(e\){}<\/script>/im"
///////////////////////////////////////////
function get_dxy_data() {
var ret = HttpQuery(url)
return ret
}
function get_nCoV_news(content ) {
var news = content.match(newsRegex)
Log(news)
}
function get_nCoV_province(content) {
var ret = HttpQuery(url)
var province = ret.search(provinceRegex)
Log(province)
}
function main() {
while(true) {
Sleep(10 * 1000)
var content = get_dxy_data()
if(content === null) {
continue
}
get_nCoV_news(content)
get_nCoV_province(content)
}
}
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization


