-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to run on Ubuntu 16 and OS X #1
Comments
I got a bit further by just creating the default
Then, when running However, running
I'm assuming this is because my VM is too weak, although changing the Appears to be running locally though, so will stick to that for now 👍 |
Running locally, it ran for a while:
And ended with that error |
I believe the above error is due to the fact that the Morningstar urls (sitemaps) are no longer valid. |
I just learned about this module today and I actually really like the idea of it. I checked the morning star website and couldn't find any information about API anymore. Am I right in assuming that the API is not accessible (or at least not for free anymore)? |
The script runs just fine in my terminal on macOS Catalina 10.15.7. The morning star API is available for us industry professionals at a premium but the new version (whatever it does) only in beta at this point. I just found this repo yesterday and there is potential. Can we update the main.py so it creates the database? Then it would seem that the other issues might be better served as separate issues. |
@sven128 @trevorwelch this repo might be Archived by @caiobran. If we can get in touch and @caiobran could make me a contributor I could update the code with a PR to potentially address these issues. I do hope we can continue this here, msTables is such a well written chunk of code. Else we could fork this from my repo @datatalking @sven128 the Morningstar API is essentially deprecated, we could set this to use a scraper, finance or IEX data. @trevorwelch we could look at creating a PR to add your Aug 6, 2019 notes. Thanks for posting a fix!! |
Ok so I had some time today and got this working to integrate a few of the features we wanted but I've got a loop that I can't see and my eyes are tired. This expands the menu for additional data sources like IEX which does have intra day prices. Adding the IEX is doable as I already have it working on a different script. I also added in a feature to create the db if it wasn't already there. Lastly I added more description files for parameters which is more for my needs to follow between functions but its technically pythonic. Anyways, I got this working but its in a loop with the bottom Goodbye that I added main so Goodbye_main keeps being thrown. ` from shutil import copyfile author = "Caio Brandao" Create database upon install of msTablesdef create_db(): Create back-up file under /db/backupdef backup_db(file): def create_schedule(): def customizable_user_function(): def administrative_options(): Change variable for .sqlite file name based on user inputdef change_name(old_name): Print options menudef print_menu(names):
Print command line menu for user inputdef main(file):
Define database (db) file and menu text variablesdb_file = dict() if name == 'main': ` |
Thanks for your hard work on this project!
Currently, I'm unable to get it running, I've tried on both Ubuntu 16.04 and my local machine.
On both Ubuntu 16.04 and OS X:
Confirmed that sqlite and all other requirements are installed.
The text was updated successfully, but these errors were encountered: