Skip to content

0Lucifer0/SharesightImporter

Repository files navigation

Sharesight Importer

.NET

This tool automatically add all of your trades into a Sharesight portfolio.

Referral Links

If you are interested in investing from New Zealand here some useful referral links:


  • The referral link offers you $5.00

  • The referral link offers you 10% off annual billing

  • $10 when depositing $100 or more

  • The referral link offers you a Gopro, Dropbox or Nike free stock! Sharesight can parse the email as a portfolio email

What is currently supported ?

Ethereum wallet (Etherscan api) Sharesies wallet Csv file

How to build ?

Ensure you have dotnet 5 installed: https://dotnet.microsoft.com/download

scripts/build.cmd

How to run it ?

scripts/run.cmd

Can I run it as a background task ?

Yes you can!

scripts/setup-service.cmd

(this has to be ran as Administrator) It will automatically setup this tool as a windows service. The Service will then automatically sync payments every one hour.

How to use it ?

To be able to use this soft you need to ask Sharesight API access. then just fill the config file with at least one Exporter

config.yml


Exporters:
- ExporterType: Sharesies
  Email: ''
  Password: ''
  PortfolioId: ''
- ExporterType: Ethereum
  EtherscanApiKey: ''
  Addresses:
  - ''
  PortfolioId: ''
- ExporterType: Csv
  Path: 'import.csv'
  PortfolioId: ''
Importers:
- ImporterType: Sharesight
  CliendId: ''
  ClientSecret: ''
- ImporterType: Csv
  Path: 'export.csv'