Skip to content

MojtabaMonfared/title_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Links Title Checker 🔎

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

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


🔹Features

  • Using Selenium for scraping the titles of the links
  • Using typer and questionary 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

🔹Installation

pip install --upgrade title_checker

🔹Usage

  • CLI:

     title_checker start
  • In your python script:

    from title_checker.title_checker import checker
    checker('PATH_TO_YOUR_URL_LIST')

Any contribution is welcomed! 🤞

About

A Python script for checking the titles of each links in a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages