Skip to content

Regex Search, TV Movie Details Scraping, Beecider, Google Maps Launcher, IMDb Launcher

Notifications You must be signed in to change notification settings

K4KarolE/py_26-infinit_projects

Repository files navigation

26 - Regex Search - Chapter 6 - Practice

  • find phone number in a list
  • find email address in a list

27 - TV Movie, TV Special Details Scraping - Excel + Selenium / optimized for TV Movies, TV Specials, not ideal for Movies, TV Series (project 22/23) /

  • ask the new title`s IMDb link
  • collect the new record`s details(title, director, stars..) from the site and add to the excel sheet
  • open the poster image in the same tab (the poster image is not 'right click saveable' on IMDb by default)
  • in a new browser tab look for the movie`s hungarian title
  • end of process confirmation message displayed
  • if you want to test it, make sure the excel sheet links are updated (around line 21, 211)

28 - Beecider - Motion Picture Details Scraping Decider

  • details scraping for: TV Movie, TV Special (project 27)// Movies (project 22) // TV Series (project 23)
  • instead of starting one of the 3 programs according of the new record`s type
  • start only one, which triggers the chosen one

29 Google Maps Launcher - Chapter 12 - Practice

  • user: copy the address we want to search for
  • user: start the script
  • it takes the address from clipboard
  • it launches Google Maps in a new browser tab displaying the direction between "your postcode" and the "target location"

29 IMDb Launcher - Chapter 12 - Practice

  • user: copy the title we want to search for
  • user: start the script
  • it takes the address from clipboard
  • it launches the browser / IMDb search result

30 Object-Oriented Programming principles

31 Google Translate Launcher

  • user: copy the word(s) you want to search for
  • user: start the script
  • it takes the address from clipboard
  • it launches the browser / Google Translate result (ENG->HUN)

About

Regex Search, TV Movie Details Scraping, Beecider, Google Maps Launcher, IMDb Launcher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages