{"id":50817272,"url":"https://github.com/aegisblade/examples","last_synced_at":"2026-06-13T10:33:47.200Z","repository":{"id":216248837,"uuid":"211168172","full_name":"aegisblade/examples","owner":"aegisblade","description":"AegisBlade Example Applications","archived":false,"fork":false,"pushed_at":"2020-03-27T23:57:02.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-09T08:14:54.650Z","etag":null,"topics":["aegisblade","cloud","distributed-computing","nodejs","puppeteer","python","selenium"],"latest_commit_sha":null,"homepage":"https://www.aegisblade.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aegisblade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-26T19:39:16.000Z","updated_at":"2024-01-09T08:14:55.731Z","dependencies_parsed_at":"2024-01-09T08:25:02.001Z","dependency_job_id":null,"html_url":"https://github.com/aegisblade/examples","commit_stats":null,"previous_names":["aegisblade/examples"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/aegisblade/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisblade%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisblade%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisblade%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisblade%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aegisblade","download_url":"https://codeload.github.com/aegisblade/examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisblade%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34281700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aegisblade","cloud","distributed-computing","nodejs","puppeteer","python","selenium"],"created_at":"2026-06-13T10:33:45.472Z","updated_at":"2026-06-13T10:33:47.193Z","avatar_url":"https://github.com/aegisblade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\u003c!-- [![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url] --\u003e\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.aegisblade.com\"\u003e\n    \u003cimg src=\"https://www.aegisblade.com/images/BigCloud.png\" alt=\"Logo\" width=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eAegisBlade Example Applications\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A set of applications showing how to deploy and run code with AegisBlade.\n    \u003cbr /\u003e\n    \u003ca href=\"https://www.aegisblade.com/docs\"\u003e\u003cstrong\u003eRead the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://www.aegisblade.com/account/register\"\u003eSign Up for an API Key\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/aegisblade/examples/issues\"\u003eReport Bug\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [Examples Listing](#examples)\n  * [Python](#python-listing)\n  * [Node.js](#nodejs-listing)\n* [Running the Examples](#running-the-examples)\n  * [Prerequisites](#prerequisites)\n  * [Python](#python-examples)\n  * [Node.js](#nodejs-examples)\n* [License](#license)\n* [Contact](#contact)\n\n\n## Examples\n\n### Python Listing\n\n- [Hello World](./python/helloworld): Runs a simple job that fetches the server's hostname.\n\n- [Local Library](./python/local_library): Shows how to link a local library as part of a job.\n\n- [Selenium](./python/selenium): Shows usage of capabilities for both firefox and chrome selenium jobs.\n\n### Node.js\n\n- [Hello World](./nodejs/helloworld): Runs a simple job that fetches the server's hostname.\n\n- [Local Library](./nodejs/local_library): Shows how to link a local library as part of a job. \n\n- [Puppeteer](./nodejs/puppeteer): Demonstrates usage of capabilities to run puppeteer in a job for web crawling.\n\n- [Puppeteer Chrome](./nodejs/puppeteer-chrome): Demonstrates running puppeteer that uses the 'google-chrome' binary.\n\n\n## Running the Examples\n\n[Sign up for an API Key][aegisblade-register] before running the examples.\n\nClone this repo and navigate to the example you'd like to run in your favorite shell.\n\n```bash\n$ git clone https://github.com/aegisblade/examples\n$ cd examples\n```\n\n### Prerequisites\n\nSet the `AEGISBLADE_API_KEY` environment variable.\n\n```bash\n$ export AEGISBLADE_API_KEY=\"my-api-key\"\n```\n\n#### Python Examples\n\nAegisBlade is supported on Python 2.7, 3.4 - 3.6.\n\n- Ensure virtualenv is installed.\n\n```bash\n$ pip install virtualenv\n```\n\n- Create a new virtualenv and install the dependencies.\n\n```bash\n$ cd python/selenium\n$ virtualenv venv\n$ . ./venv/bin/activate\n$ pip install -r ./requirements.txt\n```\n\n- Run the example.\n\n```bash\n$ python -u main.py\n```\n\n#### Node.js Examples\n\nAegisBlade is supported on Node.js \u003e= 8.0.\n\n- Install dependencies.\n\n```bash\n$ cd nodejs/puppeteer\n$ npm install\n```\n\n- Run the example.\n\n```bash\nnode main.js\n```\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the Apache 2.0 License. See `LICENSE` for more information.\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nAegisBlade - [@aegisbladehq](https://twitter.com/aegisbladehq) - welovedevs@aegisblade.com\n\nProject Link: [https://github.com/aegisblade/examples](https://github.com/aegisblade/examples)\n\n[aegisblade-register]: https://www.aegisblade.com/account/register\n[aegisblade-docs]: https://www.aegisblade.com/account/register\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faegisblade%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faegisblade%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faegisblade%2Fexamples/lists"}