1.0.18 • Published 1 year ago

autokeka v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Auto Keka Service

This project sets up a Node.js service that uses Playwright to open Google.com at specific times of the day. The service runs on Ubuntu and is managed by Systemd.

Features

  • Install Playwright
  • Write a Playwright script to open Google.com
  • Create a Systemd service for the script
  • Configure the service to auto-start daily at 9 am and 6 pm
  • Create a setup.sh script for installation
  • Create an uninstallation script

Setup

  1. Create the open-google.js script with the provided code.
  2. Run the setup.sh script to install Playwright, create the Systemd service and timer files, and enable and start the service.
  3. To uninstall, run the uninstallation script.

Usage

The service will automatically start at the specified times (9 am and 6 pm daily). You can check the service status with:

sudo systemctl status autokeka.service
1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago