Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plantaest/feverfew
Comprehensive link checker tool for Wikipedia
https://github.com/plantaest/feverfew
aws-lambda caddy java mantine onnx python quarkus react scikit-learn typescript
Last synced: 3 months ago
JSON representation
Comprehensive link checker tool for Wikipedia
- Host: GitHub
- URL: https://github.com/plantaest/feverfew
- Owner: plantaest
- License: agpl-3.0
- Created: 2024-05-31T11:56:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T12:23:28.000Z (3 months ago)
- Last Synced: 2024-10-01T05:22:24.153Z (3 months ago)
- Topics: aws-lambda, caddy, java, mantine, onnx, python, quarkus, react, scikit-learn, typescript
- Language: Java
- Homepage: https://en.wikipedia.org/wiki/User:Plantaest/Feverfew
- Size: 441 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feverfew
Comprehensive link checker tool for Wikipedia
Project homepage: [User:Plantaest/Feverfew](https://en.wikipedia.org/wiki/User:Plantaest/Feverfew) on English Wikipedia
## Usage
Visit the homepage [feverfew.toolforge.org](https://feverfew.toolforge.org/) to use.
## Developing
### feverfew-server
Step 1: Open the project with IntelliJ IDEA
Step 2: Open Docker
Step 3:
```
docker-compose up -d
```Step 4: Create a `.env` file and provide values for the two keys: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
Step 5: Press Ctrl+R, the application will run on port 8001.
### feverfew-client
Step 1: Open the project with IntelliJ IDEA
Step 2:
```
pnpm i
```Step 3:
```
pnpm dev
```The application will run on port 8020.
### feverfew-request-links-lambda
Step 1: Open the project with IntelliJ IDEA
Step 2: Press Ctrl+R, the application will run on port 8010.
## Licensing
```
(c) PlantaestLicense:
* GNU Affero General Public License version 3 for Feverfew application
* Apache License version 2 for Composite library
```