Skip to content

Instantly share code, notes, and snippets.

View ResolveWang's full-sized avatar
🎯
Focusing

resolvewang ResolveWang

🎯
Focusing
View GitHub Profile
@ResolveWang
ResolveWang / gist:37f7d31d569a53f0b7dbf23c444eecbf
Created January 20, 2018 13:16
scrapy download speed checker
class GoogleNewsSpider(RedisSpider, SpiderMixin):
"""spider for google news"""
name = 'google_news'
redis_key = 'search_engine:google_news'
req_num = 10
proxy_mode = 2
custom_settings = {
"DOWNLOAD_DELAY": 20,
"CONCURRENT_REQUESTS_PER_DOMAIN": 1
@ResolveWang
ResolveWang / gist:7ad613e262f39ddd85a241dc78da782f
Created May 20, 2018 08:52
百度API:地理位置转为经纬度
import time
import requests
from weibospider.db.dao import WbDataOper
# 借助百度地图API实现地理位置的经纬度获取
class LocationHelper:
# ak 是在 http://lbsyun.baidu.com/apiconsole/key 申请的