Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avifenesh/checker
This program gets URL's and check for you if the sites are up or not, in loops (till you stop, or number times you decide ahead), through a bunch of simple cmd commands.
https://github.com/avifenesh/checker
click cmd git github python url
Last synced: 2 days ago
JSON representation
This program gets URL's and check for you if the sites are up or not, in loops (till you stop, or number times you decide ahead), through a bunch of simple cmd commands.
- Host: GitHub
- URL: https://github.com/avifenesh/checker
- Owner: avifenesh
- Created: 2020-10-16T16:58:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T10:30:08.000Z (about 4 years ago)
- Last Synced: 2024-02-19T07:25:54.680Z (9 months ago)
- Topics: click, cmd, git, github, python, url
- Language: Python
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# checker
This program runs URL checks in loops (for a number of times
decided in advance or until stopped) d to determine if a site is up or
not through a couple of simple cmd commands.# how to use:
first of all, you need to have python3 on your path
1. pull the repository to your computer
2. open the command line
3. navigate to the repo file
4. write "python click_commands.py {command} {argument if needing to}"the command you can use:
add - adding a URL to your checks list. arg needed - full URL that you want to check.
dlt - delete a specific URL from your checklist. arg needed - full URL that you want to check.
print - print all the URL's in your list.
q - quit the program.
run - start the checking progress. arg - optional - the number of times you want the process to go on. default - work till manually stop.
At any time you can press ctrl+c to stop the program.
any pull requests are welcome!