jeev20 / CryptocurrencyAssetReporter

This robot returns the value of the crypto currency on the first day of the year. This can help in reporting taxes in Norway and may be other countries too. Thanks to Coingecko for an amazing free API.
MIT License
2 stars 0 forks source link

Robocorp Portal review #1

Closed tonnitommi closed 1 year ago

tonnitommi commented 1 year ago

Hi @jeev20, thanks for submitting the repo for Robocorp examples Portal!

I tried to run the project and needed to update some of the dependencies to make things work. Could you allow me to create a branch and give you a PR of what I changed?

After that, I can add the example to the portal!

jeev20 commented 1 year ago

Hi @tonnitommi,

I have linked the issue with a new branch. I think since it is a public repo that you can send in a pull request there. Let me know if it worked.

tonnitommi commented 1 year ago

I'm still getting a permission denied error when pushing to the branch.

Changes are minor, so maybe you can take them and add them to the main?

  - python=3.9.13
  - pip=22.1.2
  - pip:
    # Define pip packages here.
    # https://pypi.org/
    - rpaframework==22.5.2    # https://rpaframework.org/releasenotes.html
    - pandas==1.2.3
    - requests==2.28.2        # https://pypi.org/project/requests/#history
    - matplotlib==3.3.4
    - squarify==0.4.3
tonnitommi commented 1 year ago

lgtm!