summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-03Demonstrate hack to return a chartjupyter-kernelTheodore Aptekarev
2021-10-03Demonstrate hack to return a controller from the while loopTheodore Aptekarev
2021-10-03Add wip prototype of the jupyter kernel moduleTheodore Aptekarev
2021-10-03Merge branch 'main' into jupyter-kernelTheodore Aptekarev
2021-10-02Refactor export functionality concept (#772)DidierRLopes
* Refactor export functionality * improve docs around -h in parse args * Add export functionality to ba controller Co-authored-by: Meghan Hone <meghanhone@meghans-mbp.home>
2021-10-01Refactor BA Menu (#768)jmaslek
* Finnhub and finbrain fns * Twitter menu (forex/ba adjusted) * Google menu * Reddit menu pt1 * Reddit commands * Stocktwits commands * Sentimentinvestor commands * Update crypto-dd * Review pt 1 * Hugo server * Review comments - get rid of all prints/errors in model...
2021-09-29Adding the Discord Bot (#766)northern-64bit
* Adding the Discord Bot From https://github.com/GamestonkTerminal/DiscordBot. * Fixed code format to GST * Fixed spelling * Fixed check errors * Reformated with pre-commit * Fixed names of files
2021-09-29Improve news to address #767 (#769)DidierRLopes
* Addresses #767 and improves news * Addresses #767 and improves news * remove accident addition of dicordbot
2021-09-29Improve main README (#770)DidierRLopes
* Improve main README content * remove unwanted image
2021-09-27Merge remote-tracking branch 'upstream/main' into jupyter-kernelTheodore Aptekarev
2021-09-26Small improvement on fa/analysis and new image for discord bot (#764)DidierRLopes
* small improv on fa/analysis based on data author suggestion * add image of logo with white background for discord bot
2021-09-25Add fa/analysis command to analyse filings using NLP (#761)DidierRLopes
* Add alpaca keys to cfg_terminal * Add fa/analysis command for sec filings * no need for alpaca keys on config_terminal * fix eclect naming
2021-09-25Add Econiverse to resources (#762)DidierRLopes
* nitpicky * Add econiverse to resources
2021-09-24Wales alerts (#760)jp
* Add separate view for finbrain for crypto curreny sentiment analysis * Move json with symbols to separate directory, little refactoring, update readme * Add screenshot of finbrain for PolkaDot * Add whale alert for crypto menu * Add docs for hugo server * Typo, docs added
2021-09-24Added sources argument to the news command (#756)Flodur871
* Added sources arg to newsapi * Updated docs * Added tld check
2021-09-24Merge remote-tracking branch 'upstream/main' into jupyter-kernelTheodore Aptekarev
2021-09-23Fix tsne command #744 (#759)DidierRLopes
* Fix #755 ba/popularsi bug * Fix tnse command - #744 * Inner join and re-add normalization
2021-09-23Fix #755 ba/popularsi bug (#758)DidierRLopes
2021-09-23Major brokers refactor into separate menus (#754)jmaslek
* Major brokers refactor into separate menus * Add portfolio export folder * Added some extra commands from pyally * Update coinbase account command * poetry update + pin openpyxl to 3.0.7 * requirement files * Update hugo server * Clean hugo files * Update _index.md Add output to _index * Update _index.md * Update _index.md add output * Update _index.md add output * Update _index.md * Update _index.md * Update _index.md * Update _index.md * Update _index.md * Update _index.md * Fix alpaca bug * Fix hugo server + add to main menu
2021-09-19Improve docker docs (#753)DidierRLopes
* Update setenv with more API keys and fix FRED key * Improve docker documentation w.r.t. keys * Improving display for docker search in case display is not in en1 * Update DOCKER_ADVANCED.md * Highlight the :0 when writing own DISPLAY var * Update _index.md
2021-09-17Added start date argument to newsapi (#749)Flodur871
* Added start date argument to newsapi * Fixed typo * Fix getting tail of the news * Show newsapi error * Added show_newest arg to news * Added sort arg to news * Updated news argument
2021-09-16Updated Hugo Server (#752)DidierRLopes
* Push some changes towards updated Hugo Server * More hugo server refactoring * Update Hugo Server website with stock context and economy context * Small bugs fixes * Add ETF, options and PO to Hugo Server * More bugfixes * Add crypto hugo server * Improve docs * merge bugs fixed
2021-09-16Refactor port-> po and pa menus (#748)jmaslek
* Refactor property weightings * Refactor pypfopt commands * refactor pa menu * Address review comments * Typo
2021-09-16Allow for shorthand menu input (#751)jmaslek
* Allow for shorthand menu input * change to relay
2021-09-13Coinbase pro api (#743)jp
* Add separate view for finbrain for crypto curreny sentiment analysis * Move json with symbols to separate directory, little refactoring, update readme * Add screenshot of finbrain for PolkaDot * Coinbase menu added * Add more methods for coinbase * Add coinbase views, coinbase models. Add coinbase to load, chart, find commands. Add coinbase to controller * Add auth client for coinbase pro endpoints that needs auth * Add more views for coinbase to crypto menu * Add some print tests for Coinbase view * Add 2 more tests for coinbase view * Update README with Coinbase API keys * Cleaning empty lines, spaces etc. * Use os.path.join in imports, change column names in one normalized df * Move Coinbase to portfolio brokers. Adjust tests, and imports * precommit config return to prev ver * Fix coinbase accounts command, del column filter for deposits
2021-09-12Add documentation extension to Jupyter Lab (#745)DidierRLopes
* Add documentation extension to Jupyter Lab * Fix lint * fix pyupgrade * Change label from Documentation to Gamestonk Documentation * Improve code after review
2021-09-12Implement Jupyter Lab container (#741)Artem Veremey
* Updating dependencies to address pillow security * Implement Jupyter Lab container
2021-09-11fix load arguments order (#742)devwolff
2021-09-10Merge remote-tracking branch 'origin/main' into docker-jupyter-2Artem Veremey
2021-09-10Implement Jupyter Lab containerArtem Veremey
2021-09-10Updating dependencies to address pillow security (#740)Artem Veremey
2021-09-10Updating dependencies to address pillow securityArtem Veremey
2021-09-10Allow economy menu to save figures (#739)DidierRLopes
* Allow economy menu to save figures * Allow to export both raw data and plot simultaneously
2021-09-09Introduce Jupyter Lab extensions (#718)Theodore Aptekarev
* Add folder for Jupyter Lab extensions * Add initial settings menu extension code * Add initial terminal launcher extension code * Add lab extension build files to ignore * Update settings form sections to be populated from a loop * Update terminal launcher * Add script load env from settings * Update settings schema * Update settings forms to handle nested schema * Satisfy eslint * Lint python code black * Remove unused python API * Satisfy eslint * Update extension icons * Update terminal launcher menu commands * Update settings infrastructure for both extensions * Update docstrings * Lint python code black * Lint more python code black * Add structure for website * Update labels.yml * Update the settings form population with user settings * Add node_modules of the test folder to gitignore * Add UI tests for the settings extension * WIP: Update terminal launcher extension code and wip settings * Add development setup documentation * Pass settings to environment variables in the launcher * Update settings extension schema to include custom python path * Satisfy eslint and flake8 * Add setup.py to mypy exclude paths The setup.py that goes with the jupyterlab extensions fails the mypy check and excluding them is the only workaround atm * Check mypy hook * Fix linting error raised by pyupgrade * Change setting name to be different from a system variable * Update launcher to set env variables with bash stdin * Clean up unused scripts * Make jupyterlab mandatory in poetry * Add Jupyter Lab extension installation docs Co-authored-by: Chavithra PARANA <chavithra@gmail.com> Co-authored-by: didier <dro.lopes@campus.fct.unl.pt>
2021-09-10Simple resources menu refactor (#738)jmaslek
2021-09-09Add docker documentation (#737)jmaslek
2021-09-08implement gwei feature (ethereum gas fees) (#736)jose-donato
* implement gwei feature (ethereum gas fees) * fix linter issues * fixing another linting issues * typo and linter issue * added model and view for gwei feature * added extra folder for reports * added new line after gwei info * lint * changed tx label and table, lint * lint fixes
2021-09-06Updating docker build configuration for poetry-full-deps to depend on ↵Artem Veremey
poetry-deps (#735)
2021-09-05Fix failing test (#734)DidierRLopes
* fix test * fix failing test * fix test * Fix tests * fix tests * fix tests * fix tests * comment all coinpaprika tests
2021-09-05Refactoring crypto menu 2nd part (#724)jp
* Add separate view for finbrain for crypto curreny sentiment analysis * Move json with symbols to separate directory, little refactoring, update readme * Add screenshot of finbrain for PolkaDot * Remove not used methods, remove binance_view, binance_model from discovery menu (It's not needed, as we use all_coins view for finding coins from all sources * Refactoring Due Diligence menu. Changing views, moving argparsers to controller * Refactor cryptomenu. Overview, Discovery, DD menu - move argparsers to controllers, add typing hints, change names of views/models, adjust tests * Adjust tests * Move finbrain and find/coins method to controller * Move report argparser into controller. Adjust tests * Adjust docstrings * Add helper method to take care about retry/wait for coingecko scraping * Fix failing test * Adjust newlines, docstrings, cmd descriptions * Add use tabulate df flag for all crypto views * Add status code for coingecko * Add note, that some coingecko commands can fail Co-authored-by: Jakub Pluta <jakub.pluta@cdq.com>
2021-09-04reuse patch_pandas_text_adjustment in ca stocks menu (#733)devwolff
2021-09-03Add realtime earnings from geekofwallstr (#731)jmaslek
2021-09-02Refactor ca menu (#726)jmaslek
* First wave of refactoring. yfinance and marketwatch menus * Finbrain commands refactored * Refactor finviz commands * Add custom ML model for running get * Bug fixes + dim ca commands when no similar selected * Add pylint disable * move ml command into yfinance stuff. fix typos * Change historical/corr to have interested ticker first * Pylint error * Comment out fa test
2021-09-02Comment out fa_excel test for build (#732)jmaslek
2021-09-01Updating dependencies and cleaning up (#730)Artem Veremey
* Updating dependencies and cleaning up * Tensorflow 2.6.0 update
2021-09-01Updating URLs based on changed labels (#728)Artem Veremey
2021-08-31Disabling tests depending on yf.download to fix the suite failures (#727)Artem Veremey
* Disabling and mocking a few tests until we figure out how to work with yf.download better * Removing unused import
2021-08-31Fix hotpenny data acquisition (#725)DidierRLopes
* Fix hotpenny data acquisition * fix pylint issues
2021-08-29Add structure for website (#722)DidierRLopes
* Add structure for website * Update labels.yml
2021-08-29Add folders where data can be extracted (#721)DidierRLopes