sandeepyadav1478 / trending_keywords_typewriter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Jupyter Notebook 66.0%Language:Python 34.0%