Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.2 KB

Swinging Keywords Writer

- Scrap data from google

There are 2 files to do so, 1st is google-colab and another is more fast and local machine code.

  1. colab link

  2. local machine code - scrap.py

Requirements

pip install selenium keyboard pynput webdriver_manager

- Type all keywords

Its a local machine code. Designed for agile usage and to keep it 'to point', there is no GUI interaction with app. For start type-writing:

  1. Change following in code:

#-----------------------------

keywords_import = "assets/google_trend_keywords.csv"

limit_words = 10

exit_key = "esc"

delay = 0 #in seconds

#----------------------------

I recommend that let delay remain 0, coz due to multiprocessing for force shutdown, code already writing in slow speed.

  1. Run
    py typewriter.py
    or
    python typewriter.py
  2. Select option as mentioned in command palette

Execution Sample

Alt Text