Code Monkey home page Code Monkey logo

dupe-checker's Introduction

FMHY Dupe Checker

A simple, fast tool to compare links against the FMHY wiki, and display their redirect chains.

screenshot


Getting started

Clone the repo

git clone https://gitlab.com/cevoj/fmhy-dupe-checker.git
cd fmhy-dupe-checker\

Install requirements

Python is required.

pip install -r requirements.txt

Run FmhyChecker.pyw


Usage

Comparing links to wiki

This tool takes links inputted into the field on the left, and checks if they are not already present in the wiki.

Links already in the wiki will be indicated with a ❌, and links NOT in the wiki will have a ✅.

Links will be automatically pulled using regex. The regex is designed to ignore trailing /, http/https, and www/ww1...2...etc to be as flexible as possible.

Copying links

The UI provides 3 buttons to copy links to your clipboard.

Button What it copies
Copy ❌ Copies duped (❌) links
Copy ✅ Copies unique (✅) links
Copy 🔍 Only links that are unique (✅) AND tested with a successful response code (🟢)

Broken link tester

Usage video

usagevideo.mp4

Selecting links and clicking Test will the fetch the URL's redirect chain. View more information by hovering over a status code.

Status code Indication
🟢 200-204 Successful
🔵 301-307 Redirect
🟠 400-410 Client error
🔴 500-504 Server error

Read more about status codes here.

CSV Exports

The download button will export the data to a CSV file.

csv

Note: Status codes are hyperlinked.


dupe-checker's People

Contributors

cevoj35 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.