Skip to content

Experimental project to look for key words on web pages based on shell script

Notifications You must be signed in to change notification settings

HBevilacqua/SearchNewJobAdverts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchNewJobAdverts

This script retrieves the number of key words (listed in list_keywords.txt) per web pages (= per lines in list_webpages.txt),
compares the result with the previous one (reg_nb_words.txt)
informs the user about new information based on key words.

Motivations

Experimental code in shell.

Instructions

  1. Write the list of web pages in the "list_webpages.txt" file.

  2. Write the list of words to look for in the "list_keywords.txt" file.

  3. Run the script:

$ ./search_new_job_adverts.sh

Or:

(-v) verbose mode to see the web pages content with the found words

$ ./search_new_job_adverts.sh -v

Outputs

  • the web pages to visit
  • reg_nb_words.txt: the number of key words found per web pages
  • log.txt: the downloaded web pages

About

Experimental project to look for key words on web pages based on shell script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages