https://github.com/derlin/linkchecker
https://github.com/derlin/linkchecker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/derlin/linkchecker
- Owner: derlin
- Created: 2016-08-09T05:28:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T05:31:39.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T10:31:04.951Z (over 1 year ago)
- Language: Python
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
A simple webapp written in Python to check dead links from a public url. The dead links are listed and documented so that you can easily fix them afterwards.
## Context ##
This small project was a way to experience with the websocket features of html5 using Python and javascript (jquery).
### Version / date ###
v1.0
Developped during the summer 2013, after my first year at the EIA-FR (school of engineering and architecture of Fribourg, Switzerland).
It marked the end of my second year of computer awareness.
## Install ##
- be sure you use Python 2 (I developed with python 2.7.6).
- clone the repository.
- navigate inside the root directory and type:
```
#!bash
cat files.txt | sudo xargs rm -rf
```
## Uninstall ##
To uninstall it, simply type:
```
#!bash
sudo python setup.py install --record files.txt
```
## run ##
1) launch the server:
```
#!bash
python linkchecker_webapp.py
```
2) open your web browser and type the address: localhost:1400
3) enter a link and press enter.