https://github.com/matmoore/link-checker
Some tools for checking lists of links
https://github.com/matmoore/link-checker
Last synced: 5 months ago
JSON representation
Some tools for checking lists of links
- Host: GitHub
- URL: https://github.com/matmoore/link-checker
- Owner: MatMoore
- License: mit
- Created: 2019-06-08T09:18:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:16:56.000Z (over 3 years ago)
- Last Synced: 2025-04-07T23:16:28.585Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link checker
Some tools for checking lists of links.
## URL recorder
This script stores URLs in a Google Cloud Firestore database.
### Configuration
Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to the path of a [Google Cloud Service Account Credentials File](https://cloud.google.com/docs/authentication/getting-started).
### How to run
`pipenv run python url_recorder.py INPUT_FILE`