From 1a887dd344b7fc22f428b9896472ec9096682412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offray=20Vladimir=20Luna=20C=C3=A1rdenas?= Date: Fri, 3 Sep 2021 09:56:17 -0500 Subject: [PATCH] Details view --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a0d289..914e47d 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,11 @@ Load your API keys into a `TwitterAPI` object: twitterAPI usersGroupMentioning: 'feenkcom' ``` +![Running the MiniDoc example](https://i.imgur.com/SjMzR4X.png) + +If you click in a particular user, you can get details on him/her and an overview of his/her tweets, +and clicking on a particular tweet you can see details on it: + +![Exploring further details](https://i.imgur.com/89EInrp.png) + +That is for now. Next some support for topic modelling and clustering will be added. \ No newline at end of file