Details view

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-09-03 09:56:17 -05:00
parent fa90cd4cb4
commit 1a887dd344
1 changed files with 8 additions and 0 deletions

View File

@ -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.