From cbb9c0e377e5eca86d3793bbd86ca7734be8f553 Mon Sep 17 00:00:00 2001 From: trevor hobenshield Date: Sun, 16 Apr 2023 17:58:29 -0700 Subject: [PATCH] update readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index e0288c7..ed45da7 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,13 @@ Includes tools to **scrape**, **automate**, and **search** twitter ```bash pip install twitter-api-client ``` +- [Installation](#installation) +- [Automation](#automation) +- [Scraping](#scraping) + * [Get all user/tweet data](#get-all-user-tweet-data) + * [Get user/tweet data (no auth)](#get-user-tweet-data--no-auth-) + * [Search](#search) +- [Notes](#notes) ### Automation