mirror of
https://github.com/karust/openserp.git
synced 2026-08-06 01:03:56 +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.
|