Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Altimis authored Apr 21, 2021
1 parent 76826ca commit f799ad6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Scweet uses only selenium to scrape data. Authentification is required in the ca

The [user](https://github.com/Altimis/Scweet/blob/master/Scweet/user.py) code allows you to get all information of a list of users, including location, join date and lists of **followers and following**. Check [this example](https://github.com/Altimis/Scweet/blob/master/Scweet/Example.ipynb).

**Note that all these functionalities will be added in the final version of the library**.

## Requierments :

```pip install -r requirements.txt```
Expand Down Expand Up @@ -46,6 +44,14 @@ The ``get_users_following`` and ``get_users_followers`` in [user](https://github

## Usage :

### Library :

The library is now available. To install the library, run :

``pip install Scweet==1.0``

The [Python example file](https://github.com/Altimis/Scweet/blob/master/Example.py) contains an example for running the installed library.

### Notebook example :

**You can check the example [here](https://github.com/Altimis/Scweet/blob/master/Example.ipynb).**
Expand Down

0 comments on commit f799ad6

Please sign in to comment.