Skip to content

A short Python script that enables you to search for your favourite Funko Pop! made with selenium

Notifications You must be signed in to change notification settings

Karol-2/Funko-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Hello

I made this silly little code to save some time on searching the same words on many different websites. I use it to search for Funko Pops but you can change it to whatever you want. I created it using selenium. In future I will add some more features, so stay tuned!




This code can be divided into two segments

  • A database - a table filled with dictionaries. Each one of those consists of a site http, a type of identifying search bar, and a string that is the content of the selected type.
  • Find_Pop - a function that basically writes the same phrase into search boxes on all of those websites. You need to pass it a site http, type of identifier, the content of type and the phrase that you search for. Currently, it enables only types of ID, NAME, CLASS, XPATH.
Feel free to use it in any way you want :)

About

A short Python script that enables you to search for your favourite Funko Pop! made with selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages