Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aayvnnnn/norick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Norick

Mockup image of a CLI (assumingly macOS/zsh) demonstrating the use of the tool

Norick is a lightweight, simple, and user-friendly CLI tool implemented in Python to check whether a given YouTube link is a Rickroll. It scrapes the raw HTML content of the page and checks for keywords such as "Rick Roll", "Rickrolled", "Never Gonna Give You Up", etc.

Libraries Used

  • Requests: to scrape the HTML content from the link's page.
  • Termcolor: to provide a more user-friendly interface by adding color.

Setup

Note

Ensure you have Python 3, pip, and git installed on your machine.

Clone the repository

git clone https://github.com/saayxee/norick

Change directory

cd norick

Install termcolor

pip install termcolor

Usage

Run the script

python main.py

Now you may enter the URL into the input field and verify if the link is a Rickroll or not.

Features

Tip

You can enter a URL without the prefix "https://" and the tool will add it automatically.

  • Enter any YouTube link.
  • User-friendly, color-coded interface and error messages.
  • Rickroll identification through specific keywords found on the page of the HTML content.

Customization

You can add more keywords to make the tool more efficient for your specific use case.

Contribution/Bugs

If you experience any bugs regarding the tool, open an issue and document the problem in detail so that I can replicate it and fix it accordingly.

If you want to contribute a feature or fix a bug yourself, kindly act in accordance with the following instructions/guide:

  • Fork the repository.
  • Create a new branch for your changes.
  • Implement your changes.
  • Create a PR.
  • Wait for the PR to get approved.

Developer

Made by Aayan Zaidi ✌️

About

Rick-roll link checker written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages