From 7d718112b6b7b0898dc6a74d9cfd13870deba6e3 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Thu, 21 Oct 2021 13:39:53 +0200 Subject: [PATCH] Remove old invalidated token --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe09848..4be6301 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Using the `--map ` command line argument, a simple Leaflet map Multiple types of output can be generated. For example, the following command will search for Instagram locations, save the JSON list, a CSV file, and a map for viewing the locations visually. -```python3 instagram-locations.py --session "3888090946%3AhdKd2fA8d72dqD%3A16" --lat 32.22 --lng -110.97 --json locs.json --csv locs.csv --map map.html``` +```python3 instagram-locations.py --session "" --lat 32.22 --lng -110.97 --json locs.json --csv locs.csv --map map.html``` ## Sample Usage with `instagram-scraper` The ID list generated with the `--ids` flag can be passed into `instagram-scraper` to pull down image metadata.