Skip to content

Python script to download data from dukascopy using findatapy and upload to mongodb

License

Notifications You must be signed in to change notification settings

kalaytan/py-dukas-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A quick py script to download data from dukascopy using findatapy and upload to mongodb. Please follow T&C of dukascopy!

docker

building

docker build -t findatapy .

running mongo

docker run -v c:\projects\pr\python\mongo_data:/data/ -p 27017:27017 mongo

running

docker run -it -v c:\projects\pr\python:/app findatapy python src/get.py

About

Python script to download data from dukascopy using findatapy and upload to mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages