Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ra101/pinger

This opens links in the headless browser as a background process on startup.
https://github.com/ra101/pinger

nohup ping python selenium startup vbs

Last synced: 18 days ago
JSON representation

This opens links in the headless browser as a background process on startup.

Awesome Lists containing this project

README

        

# Pinger: A necessary tool for sad reality.
So, my website got shut, because of no visitors, but it was a college project. I need it up and running,

This tool will visit my/your sub-domains to make it look like visitors are visiting...

## Files
`pinger.py`: :heart: of this tool.

`pinger.vbs`: for windows users only, it enables the script to work in the background.

`pinger.sh`: for Linux/mac users, it enables the script to work in the background.

## Startup Configuration

### Windows users.
- Step 1: Delete `pinger.sh`
- Step 2: Create a shortcut of `pinger.vbs` and put it in the startup folder

### Linux/Mac users.
- Step 1: Delete `pinger.vbs`
- Step 2: Search on Stackoverflow about how to do it.

**PS: `line 27` on `pinger.py` does not work for linux/mac users, change accordingly.**