abpwrs / thee-flying-chicken

HackIowa Mentorship Repository -- INACTIVE
MIT License
1 stars 1 forks source link

Task -- Scrape Seeking Alpha Trending Articles #5

Closed abpwrs closed 5 years ago

abpwrs commented 5 years ago

Using scrapy, scrape the content off of each of the trending articles on seeking alpha.

screenshot 2018-12-17 17 30 05

Store these articles as JSON files, so that the will be easy to transfer over to mongodb.

dragonairbender commented 5 years ago

I think I got it

dragonairbender commented 5 years ago

What should I do with my scrapy code?

abpwrs commented 5 years ago

Do you know how to make a pull request?

abpwrs commented 5 years ago

if you made your changes on master, you'll want to create a new branch

git checkout -b DC_branch

and then push that branch to a new remote branch

git push -u origin DC_branch

then on our repository github, you should be able to go to the pull request tab (on this github repo) and select your feature branch (DC_branch) and start a pull request

dragonairbender commented 5 years ago

Umm i think that did it. I'm still kind of confused with github

abpwrs commented 5 years ago

So there was an issue with your code not sharing a git history with the rest of the project. I put the code into a new PR(pull request). We can talk about the code in the PR discussion

abpwrs commented 5 years ago

Closing after PR7 Seeking Alpha Spider