Skip to content

Commit d3060da

Browse files
committed
fixes
1 parent cf4f379 commit d3060da

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
max_attempts: 2
3131
command: npm run package:publish
3232
env:
33-
# APPLE_ID: ${{ secrets.APPLE_ID }}
33+
# Uncomment the following environment variables when enabling code signing for macOS: # APPLE_ID: ${{ secrets.APPLE_ID }}
3434
# APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
3535
# APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
3636
# CSC_LINK: ${{ secrets.CSC_LINK }}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"productName": "Todo My App Name",
44
"description": "Todo my app description",
55
"author": {
6-
"name": "Todo My Organization Name",
7-
"email": "head-first-python@gmail.com"
6+
"name": "Chetan",
7+
"email": "53407137+Chetan11-dev@users.noreply.github.com",
8+
"url": "https://www.omkar.cloud/"
89
},
910
"license": "MIT",
1011
"main": "./.erb/dll/main.bundle.dev.js",
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
export const apiConfig = {
2-
"title": "Botasaurus",
3-
"header_title": "Botasaurus",
4-
"description": "Build Awesome Scrapers with Botasaurus, The All in One Scraping Framework.",
5-
"right_header": {
6-
"text": "Love It? Star It! ★",
7-
"link": "https://github.com/omkarcloud/botasaurus"
8-
},
9-
"readme": "<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/mascot.png\" alt=\"botasaurus\" />\n</p>\n <div align=\"center\" style=\"margin-top: 0;\">\n <h1>✨ Official Starter Template for Botasaurus Desktop Application✨</h1>\n</div>\n<em>\n <h5 align=\"center\">(Programming Language - TypeScript)</h5>\n</em>\n<p align=\"center\">\n <a href=\"#\">\n <img alt=\"botasaurus-desktop-starter forks\" src=\"https://img.shields.io/github/forks/omkarcloud/botasaurus-desktop-starter?style=for-the-badge\" />\n </a>\n <a href=\"#\">\n <img alt=\"Repo stars\" src=\"https://img.shields.io/github/stars/omkarcloud/botasaurus-desktop-starter?style=for-the-badge&color=yellow\" />\n </a>\n <a href=\"#\">\n <img alt=\"botasaurus-desktop-starter License\" src=\"https://img.shields.io/github/license/omkarcloud/botasaurus-desktop-starter?color=orange&style=for-the-badge\" />\n </a>\n <a href=\"https://github.com/omkarcloud/botasaurus-desktop-starter/issues\">\n <img alt=\"issues\" src=\"https://img.shields.io/github/issues/omkarcloud/botasaurus-desktop-starter?color=purple&style=for-the-badge\" />\n </a>\n</p>\n<p align=\"center\">\n <img src=\"https://views.whatilearened.today/views/github/omkarcloud/botasaurus-desktop-starter.svg\" width=\"80px\" height=\"28px\" alt=\"View\" />\n</p>\n\n# Botasaurus Desktop Starter\nThis is a starter template for building **Botasaurus Desktop Applications**\n\n\n## 🚀 Project Setup\n\nTo run locally, follow these steps: \n\n1️⃣ Clone the Magic 🧙‍♀️:\n ```bash\n git clone https://github.com/omkarcloud/botasaurus-starter my-botasaurus-desktop-app\n cd my-botasaurus-desktop-app\n ```\n\n2️⃣ Install Packages 📦:\n ```bash\n npm install\n ```\n\n3️⃣ Launch the App 🚀:\n ```bash\n npm run dev\n ```\n\nThis will launch your **Botasaurus** desktop application in development mode. \n\n## 💡 Learn to Develop Scraping Apps\n\nTo understand how to develop desktop apps using **Botasaurus**, please refer to the [Botasaurus Desktop Documentation](https://github.com/omkarcloud/botasaurus/blob/master/botasaurus-desktop-tutorial.md).\n\n## 📦 Create Installers for Your OS\n\nTo create an installer for your operating system, run the following command:\n```bash\nnpm run package\n```\n\nAfter executing the command, you can find the installer for your OS in the `release/build` folder.\n\n![Screenshot of release/build folder with OS-specific installer](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/installer-build-folder.png)\n\n**Note** \nOn Windows, if you face the \"resource busy or locked\" error:\n\n![Resource Busy](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/resource-busy.png) \n\nPlease follow these steps to resolve the issue:\n1. Run the Command Prompt as an administrator.\n2. Use the 'cd' command to navigate to your project directory.\n3. Run the command `npm run package` again to create the installer.\n\nThis will resolve the error and allow the installer to be created successfully.\n\n## 📦 Creating Installers for All Operating Systems (Recommended Method)\n\nTo automatically create installers for all operating systems whenever you push changes to GitHub, you can set up GitHub Actions. For step-by-step instructions, please follow the guide [here](https://github.com/omkarcloud/botasaurus/blob/master/botasaurus-desktop-tutorial.md#how-do-i-create-installers-for-multiple-platforms). \n\nThis is the recommended method for creating installers.",
10-
"enable_cache": false,
11-
"scrapers": [
12-
{
13-
"name": "Scrape Heading Task",
14-
"scraper_name": "scrapeHeadingTask",
15-
"input_js": "/**\n * @typedef {import('botasaurus-controls').Controls} Controls\n * @typedef {import('botasaurus-controls').FileTypes} FileTypes\n * \n */\n\n/**\n * @param {Controls} controls\n */\nfunction getInput(controls) {\n controls\n // Render a Link Input\n .link('link', { isRequired: true, defaultValue: \"https://stackoverflow.blog/open-source\" })\n}\n",
16-
"input_js_hash": "69fc72f1db61af05ec70a6f385e8591a",
17-
"filters": [],
18-
"sorts": [
19-
{
20-
"id": "no_sort",
21-
"label": "No Sort"
22-
}
23-
],
24-
"views": [],
25-
"default_sort": "no_sort"
26-
}
27-
]
28-
}
1+
export const apiConfig = {"title":"Botasaurus","header_title":"Botasaurus","description":"Build Awesome Scrapers with Botasaurus, The All in One Scraping Framework.","right_header":{"text":"Love It? Star It! ★","link":"https://github.com/omkarcloud/botasaurus"},"readme":"<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/mascot.png\" alt=\"botasaurus\" />\n</p>\n <div align=\"center\" style=\"margin-top: 0;\">\n <h1>✨ Official Starter Template for Botasaurus Desktop Application✨</h1>\n</div>\n<em>\n <h5 align=\"center\">(Programming Language - TypeScript)</h5>\n</em>\n<p align=\"center\">\n <a href=\"#\">\n <img alt=\"botasaurus-desktop-starter forks\" src=\"https://img.shields.io/github/forks/omkarcloud/botasaurus-desktop-starter?style=for-the-badge\" />\n </a>\n <a href=\"#\">\n <img alt=\"Repo stars\" src=\"https://img.shields.io/github/stars/omkarcloud/botasaurus-desktop-starter?style=for-the-badge&color=yellow\" />\n </a>\n <a href=\"#\">\n <img alt=\"botasaurus-desktop-starter License\" src=\"https://img.shields.io/github/license/omkarcloud/botasaurus-desktop-starter?color=orange&style=for-the-badge\" />\n </a>\n <a href=\"https://github.com/omkarcloud/botasaurus-desktop-starter/issues\">\n <img alt=\"issues\" src=\"https://img.shields.io/github/issues/omkarcloud/botasaurus-desktop-starter?color=purple&style=for-the-badge\" />\n </a>\n</p>\n<p align=\"center\">\n <img src=\"https://views.whatilearened.today/views/github/omkarcloud/botasaurus-desktop-starter.svg\" width=\"80px\" height=\"28px\" alt=\"View\" />\n</p>\n\n# Botasaurus Desktop Starter\nThis is a starter template for building **Botasaurus Desktop Applications**\n\n\n## 🚀 Project Setup\n\nTo run locally, follow these steps: \n\n1️⃣ Clone the Magic 🧙‍♀️:\n ```bash\n git clone https://github.com/omkarcloud/botasaurus-starter my-botasaurus-desktop-app\n cd my-botasaurus-desktop-app\n ```\n\n2️⃣ Install Packages 📦:\n ```bash\n npm install\n ```\n\n3️⃣ Launch the App 🚀:\n ```bash\n npm run dev\n ```\n\nThis will launch your **Botasaurus** desktop application in development mode. \n\n## 💡 Learn to Develop Scraping Apps\n\nTo understand how to develop desktop apps using **Botasaurus**, please refer to the [Botasaurus Desktop Documentation](https://github.com/omkarcloud/botasaurus/blob/master/botasaurus-desktop-tutorial.md).\n\n## 📦 Create Installers for Your OS\n\nTo create an installer for your operating system, run the following command:\n```bash\nnpm run package\n```\n\nAfter executing the command, you can find the installer for your OS in the `release/build` folder.\n\n![Screenshot of release/build folder with OS-specific installer](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/installer-build-folder.png)\n\n**Note** \nOn Windows, if you face the \"resource busy or locked\" error:\n\n![Resource Busy](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/resource-busy.png) \n\nPlease follow these steps to resolve the issue:\n1. Run the Command Prompt as an administrator.\n2. Use the 'cd' command to navigate to your project directory.\n3. Run the command `npm run package` again to create the installer.\n\nThis will resolve the error and allow the installer to be created successfully.\n\n## 📦 Creating Installers for All Operating Systems (Recommended Method)\n\nTo automatically create installers for all operating systems whenever you push changes to GitHub, you can set up GitHub Actions. For step-by-step instructions, please follow the guide [here](https://github.com/omkarcloud/botasaurus/blob/master/botasaurus-desktop-tutorial.md#how-do-i-create-installers-for-multiple-platforms). \n\nThis is the recommended method for creating installers.","enable_cache":false,"scrapers":[{"name":"Scrape Heading Task","scraper_name":"scrapeHeadingTask","input_js":"/**\n * @typedef {import('botasaurus-controls').Controls} Controls\n * @typedef {import('botasaurus-controls').FileTypes} FileTypes\n * \n */\n\n/**\n * @param {Controls} controls\n */\nfunction getInput(controls) {\n controls\n // Render a Link Input\n .link('link', { isRequired: true, defaultValue: \"https://stackoverflow.blog/open-source\" })\n}\n","input_js_hash":"69fc72f1db61af05ec70a6f385e8591a","filters":[],"sorts":[{"id":"no_sort","label":"No Sort"}],"views":[],"default_sort":"no_sort"}]}

0 commit comments

Comments
 (0)