Skip to content

Downloader.py added to get live data - #11

Merged
pythonlessons merged 6 commits into
pythonlessons:feature/developOldfrom
vick2592:branchOne
Apr 8, 2024
Merged

Downloader.py added to get live data#11
pythonlessons merged 6 commits into
pythonlessons:feature/developOldfrom
vick2592:branchOne

Conversation

@vick2592

Copy link
Copy Markdown

The downloader.py script is used to constantly fetch new data on a selected time frame when called. The code is currently setup to work with the 4H timeframe that you used. I also did not change any names and kept the csv file name the same to not get any conflicts. Also, I updated the requriements.txt file to add the requests' library, as well as a couple other ones that might be useful going forward.

Please review this code and let me know on the next steps where I can help with this project. For now, I will train the data and test it accordingly.

@pythonlessons

Copy link
Copy Markdown
Owner

Thanks I'll check this in coming days

@pythonlessons
pythonlessons changed the base branch from main to develop April 8, 2024 11:33
@pythonlessons
pythonlessons changed the base branch from develop to feature/vick2592 April 8, 2024 11:43
@pythonlessons
pythonlessons changed the base branch from feature/vick2592 to feature/developOld April 8, 2024 12:06
@pythonlessons

Copy link
Copy Markdown
Owner

why you were developing on top of build/lib/finrock instead of doing it directly with finrock?
Now I am doing some workarounds to find changes you added

@pythonlessons
pythonlessons merged commit 0fdcce1 into pythonlessons:feature/developOld Apr 8, 2024
@pythonlessons

Copy link
Copy Markdown
Owner

I merged it to developOld branch, I'll walk through your changes and I'll check them more closely

@vick2592

vick2592 commented Apr 8, 2024

Copy link
Copy Markdown
Author

Cool, looking forward to it. Regarding the developing on top of build/lib/finrock, I am not sure actually why it separated the path during fork. Could be something my Visual Studio environment did. However, the updater.py script that I wanted to use to initiate the pull of new data I placed in the correct Finrock path. I will try to replicate the fork again and keep a lookout why this build folder is created. Thank you for pointing this out.

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

Successfully merging this pull request may close these issues.

2 participants