Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加期货数据爬虫 #26

Merged
merged 10 commits into from
Aug 9, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move future spider to new folder
  • Loading branch information
Yangguang authored and Yangguang committed Aug 7, 2018
commit 481718d68dbe12969a38891728cb3510c938bed9
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import signals
import pandas as pd

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import Request
from scrapy import signals

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import Request,FormRequest
from scrapy import signals

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down