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

How to add the date? #1

Open
daventhedude opened this issue Aug 29, 2018 · 1 comment
Open

How to add the date? #1

daventhedude opened this issue Aug 29, 2018 · 1 comment

Comments

@daventhedude
Copy link

daventhedude commented Aug 29, 2018

Hey,
first I gotta say that I like your work on Github!
Could you tell me how to also fetch the date and other information on the articles (especially on bloomberg)?

Further I would be delighted if you could tell me how to set the start_date of crawling.

Many thanks in advance!

@hardikp
Copy link
Owner

hardikp commented Aug 29, 2018

Unfortunately, it seems that Bloomberg doesn't work anymore. Not sure if there is a workaround. Other crawlers seem to be working fine.

In general, you can try to look at the response using the shell command of scrapy:

scrapy shell https://www.investopedia.com/terms/b/block-positioner.asp

This will fetch the specific URL and create an ipython shell that you can use to explore the response - which can be used to parse the date/time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants