Project uses yfinance to acquire market data and Plotly to display graphs. Daily example reports can be found under Releases
- Create a new private repository on your Github account
- Create a
.github/workflows/generate_report.yamlfile in your repository and copy all the content of file from this repository into it - Add files containing information about your assets to the root of your repository - one file per asset. Examples of the input format can be found in
examplesdirectory. Fields are explained in theInput_Fields_Explained.yamlexample - Create a
settings.yamlfile in the root of your repository and adjust the report settings to your liking. Example of settings file can be found here - (Optional) Adjust report generation settings (e.g. daily generation time) in your own
.github/workflows/generate_report.yamlfile - Star this repository, so I would know people are using the project