Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Scrape algo trading articles from quant finance websites #384

Merged
merged 16 commits into from
Oct 5, 2020

Conversation

shivanshsinghal107
Copy link
Contributor

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.

  • I have named my files and folder, according to this project's guidelines.
  • My code follows the style guidelines of this project.
  • My Pull Request has a descriptive title. (not a vague title like Update index.md)
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have created a helpful and easy to understand README.md, according to the given README_TEMPLATE.
  • I have included a requirements.txt file (if external libraries are required.)
  • My changes do not produce any warnings.
  • I have added a working sample/screenshot of the script.

Copy link
Member

@tusharnankani tusharnankani left a 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')
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, doin' it

@mergify mergify bot merged commit f0e6695 into Python-World:master Oct 5, 2020
@AdityaJ7
Copy link
Member

AdityaJ7 commented Oct 5, 2020

@all-contributors add @shivanshsinghal107 for code

@allcontributors
Copy link
Contributor

@AdityaJ7

I've put up a pull request to add @shivanshsinghal107! 🎉

@AdityaJ7
Copy link
Member

AdityaJ7 commented Oct 5, 2020

ok @shivanshsinghal107 leave the with keyword thing now, will fix it with deepsource-autofix 👍🏽

@shivanshsinghal107
Copy link
Contributor Author

Good work! 👍🏻

ok @shivanshsinghal107 leave the with keyword thing now, will fix it with deepsource-autofix 👍🏽

okay thanks

@shivanshsinghal107
Copy link
Contributor Author

Thanks, this was my very first issue and contribution to open source🎉

@tusharnankani
Copy link
Member

Congratulations! Expecting more contributions from your end! ^_^

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

Successfully merging this pull request may close these issues.

4 participants