Metadata-Version: 2.1
Name: title-checker
Version: 0.6
Summary: A Python script for checking the titles of each youtube links in a text file
Home-page: https://github.com/MojtabaMonfared/title_checker
Author: Mojtaba Monfared
Author-email: 4lientears@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Youtube Links Title Checker 🔎

A Python script for checking the titles of each links in a text file and logging it in another file :)
<br></br>

_it may not be useful for you but for me it was a good help_ 💡

---------------------------------

## 🔹Features

- Using [Selenium](https://selenium-python.readthedocs.io/) for scraping the titles of the links
- Using [typer](https://typer.tiangolo.com/) and [questionary](https://questionary.readthedocs.io/en/stable/) for CLI
- You can choose between `headless` and `normal` mode for browser behaviour
- Creates a new file with the date for name to log the results
- You can easily give it any file that contains several links that are unknown to you

---------------------------------

## 🔹Requirements

- `Python 3.7+`
- `typer`
- `questionary`
- `selenium`
  
```bash
pip install -r requirements.txt
```

---------------------------------

## 🔹Installation

```bash
    pip install title_checker
```

--------------------------------

## 🔹Usage

**It's easy just make sure you have your links list and just run:**

```bash
    title_checker start
```

<br></br>

### Any contribution is welcomed! 🤞
