mirror of
https://github.com/karust/openserp.git
synced 2026-08-06 01:03:56 +08:00
12 lines
324 B
Markdown
12 lines
324 B
Markdown
# Rank tracker (Python)
|
|
|
|
Checks where a target domain ranks for a list of keywords and writes the results
|
|
to `rankings.csv`. Handles `www.` and subdomains when matching the domain.
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python main.py
|
|
```
|
|
|
|
Edit `target_domain` and `keywords` in [main.py](main.py) to track your own site.
|