Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ra101/pinger
- Owner: ra101
- License: mit
- Created: 2020-07-07T19:43:41.000Z (over 4 years ago)
- Default Branch: core
- Last Pushed: 2024-06-28T09:30:00.000Z (7 months ago)
- Last Synced: 2024-06-28T10:52:46.006Z (7 months ago)
- Topics: nohup, ping, python, selenium, startup, vbs
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.**