Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d4vinci/twitter-info

A simple python script to grab twitter account info just by username or profile link
https://github.com/d4vinci/twitter-info

python python-script stalking twitter-info twitter-stalk

Last synced: about 1 month ago
JSON representation

A simple python script to grab twitter account info just by username or profile link

Awesome Lists containing this project

README

        

# Twitter Info
A simple python script to grab Twitter account info like:

- Name
- Following
- Followers
- Likes
- Account date
- Profile picture

just by username or profile link.

### Usage

```
python(3) twitter_info.py or
```

### Example

##### Input

```
python twitter_info.py _ngll
```

##### Output

```
Name: Nigella
Tweets: 30
Following: 8
Followers: 4
Likes: 9
Account made in: 10:45 - 31 Oca 2017
Full profile picture: /826504062728339457/wAO4ukpw.jpg
```