You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I need assistance with how can I automate the process of fetching payment data.
For example: schedule task/script that will run every week .
There is option without run electron ?
The text was updated successfully, but these errors were encountered:
Hi,
We structured the code in a way that mostly decouples the "backend" node code from electron.
You can see the backend/index file exposes the api that actually runs the scraping and configuration.
We plan to expose this separately as a library that can be used independently but haven't got to this yet.
If you have the time to contribute you can add the configuration to expose this as an npm package.
If not, you can try taking the code as is and adding a cron job that will call the scraping function.
Hi
I need assistance with how can I automate the process of fetching payment data.
For example: schedule task/script that will run every week .
There is option without run electron ?
The text was updated successfully, but these errors were encountered: