Skip to content

omkarcloud/botasaurus-desktop-tutorial

Repository files navigation

botasaurus

✨ Official Starter Template for Botasaurus Scraping Framework✨

(Programming Language - Python 3)

botasaurus-desktop-starter forks Repo stars botasaurus-desktop-starter License issues

View

Open in Gitpod

To run locally, do the usual:

  1. Clone Starter Template
git clone https://github.com/omkarcloud/botasaurus-desktop-starter my-botasaurus-project
cd my-botasaurus-project
  1. Install the packages
npm install
  1. Run Desktop App
npm run dev

Learn to Develop Scarping App.

Please read botasaurus documentation to understand how to develop the desktop app with botasaurus.

To make Final Executable

  • To make final executable, run the following command.
npm run package

This command will work for mac and linux, but will fail in windows machine, this is because some packages needed to build windows exe, are not installed on your windows machine. To resolve it

  • install those packages. (Time consuming and not recommended)
  • or simply build it in Github Actions. (Easiest and recommended way, telling you in next section)

To make Production Executable for Mac, Windows and Linux

Also, to make it ease for you to build it for mac, windows and linux, I recommend building the desktop app on Github Actions, uploading the final executable to S3, and then giving the download link to the user.

Please follow the guidelines given in here to do so.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published