-
Notifications
You must be signed in to change notification settings - Fork 263
Scrape algo trading articles from quant finance websites #384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! 👍🏻
Just fix the deep source errors.
quantopian = get_quantopian_articles() | ||
quantocracy = get_quantocracy_articles() | ||
quantstart = get_quantstart_articles() | ||
file = open('output.txt', 'w') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else is cool, just use the 'with' statement to open the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, doin' it
@all-contributors add @shivanshsinghal107 for code |
I've put up a pull request to add @shivanshsinghal107! 🎉 |
ok @shivanshsinghal107 leave the with keyword thing now, will fix it with deepsource-autofix 👍🏽 |
okay thanks |
Thanks, this was my very first issue and contribution to open source🎉 |
Congratulations! Expecting more contributions from your end! ^_^ |
Description
Implemented scraper to get top algo trading and mathematical finance articles.
Fixes #(373)
Replace
issue_no
in the above line, with the issue related to this PR.Type of change
Choosing one or more options from the following as per the nature of your Pull request.
NOTE: These boxes can be checked using
[X]
New feature (non-breaking change which adds functionality)
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.