mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 16:53:54 +08:00
11 lines
231 B
Markdown
11 lines
231 B
Markdown
|
|
# Keyword list to CSV (Python)
|
||
|
|
|
||
|
|
Searches a list of keywords and writes every result to `keywords.csv`.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pip install -r requirements.txt
|
||
|
|
python main.py
|
||
|
|
```
|
||
|
|
|
||
|
|
Edit the `keywords` list in [main.py](main.py) to export your own.
|