Skip to content
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

Missing plugins #4

Open
8 of 12 tasks
lauridskern opened this issue Jan 15, 2024 · 9 comments
Open
8 of 12 tasks

Missing plugins #4

lauridskern opened this issue Jan 15, 2024 · 9 comments

Comments

@lauridskern
Copy link
Contributor

lauridskern commented Jan 15, 2024

Please utilize this issue to request new plugins. Before submitting a new request, verify whether the plugin has been previously requested.
If you're developing a plugin, please leave a comment so we can update the list to prevent multiple people from working on the same plugin.

  • expo
  • deepl / deepl api
  • namestation
  • github
  • heroku
  • lemonsqueezy any vendor
  • lemonsqueezy platform
  • mobbin
  • notion
  • sentry
  • fly.io
  • weatherapi.com
@chriskalmar
Copy link
Contributor

I just took care of Sentry #19

@goaround
Copy link
Contributor

goaround commented Jul 22, 2024

Hi,

I could contribute plugins for many affiliate networks:

  • AWIN
  • Impact.com
  • FinanceAds
  • RetailAds
  • Tradedoubler
  • Tradetracker
  • Webgains
  • Partnerize
  • Digidip

For now, I used my own script with the help of Puppeteer.

Just need an early access code to get started ;)

@fabianmossberg
Copy link

fabianmossberg commented Aug 12, 2024

Just some that I come to think of of the top of my head:

  • Amazon Web Services (AWS)
  • Appstore
  • Hetzner
  • Postmark
  • Mailgun
  • Linode
  • Gandi
  • Glesys
  • Rsync.net
  • Wasabi

@tobiaslins
Copy link
Collaborator

@fabianmossberg I just published the AWS plugin :) let me know if it works for you.

It was quite complex because AWS offers 2 different invoice types - VAT and "normal" invoices - and the vat once were not too easy to get. I support a setting to chose which you want to download

@passuff
Copy link

passuff commented Jan 13, 2025

I have tough one:
Invoices for Airbnb hosts

Let me know if you need access. I can make you a co-host.

https://www.airbnb.de/hosting/reservations

image

@timolins
Copy link
Contributor

timolins commented Jan 14, 2025

@passuff I just added a plugin or Airbnb Hosts! The flow is indeed quite cumbersome with the popup that needs to be opened and close all the time. Good that it's automated now 😉

@passuff
Copy link

passuff commented Jan 15, 2025

@timolins Thanks a lot!

@passuff
Copy link

passuff commented Jan 15, 2025

I just tested it and I think the auth process is not yet complete:

  "checkAuth": [
    {
      "action": "navigate",
      "url": "https://www.airbnb.com/login"
    },
    {
      "action": "checkURL",
      "url": "https://www.airbnb.com/"
    }
  ],
  "startAuth": [
    {
      "action": "navigate",
      "url": "https://www.airbnb.com/login"
    },
    {
      "action": "waitForURL",
      "url": "https://www.airbnb.com/"
    }
  ],

At least for me this is not working. Even if I change to airbnb.DE instead of com it doesnt work.
I do not understand the strategy to check for an URL to understand if the auth was successful tbh...

If I logon manually and then just do scraping I was not able to download all files but just one.
I think closing the infobox does not work;

image

@passuff
Copy link

passuff commented Jan 15, 2025

Just checked your updated version. Scraping the pdfs is working.
For Auth I'm using this one as yours does not work for me:
Thanks a lot!

  "checkAuth": [
    {
      "action": "navigate",
      "url": "https://www.airbnb.de/hosting/reservations"
    },
    {
      "action": "checkURL",
      "url": "https://www.airbnb.de/hosting/reservations"
    }
  ],
  "startAuth": [
    {
      "action": "navigate",
      "url": "https://www.airbnb.de/hosting/reservations"
    },
  
   {
      "action": "waitForURL",
      "url": "https://www.airbnb.de/hosting/reservations"
    }
  ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants