Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d4vinci/twitter-info
- Owner: D4Vinci
- License: gpl-3.0
- Created: 2016-08-31T23:01:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T19:57:25.000Z (almost 8 years ago)
- Last Synced: 2023-03-04T15:07:45.130Z (almost 2 years ago)
- Topics: python, python-script, stalking, twitter-info, twitter-stalk
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 42
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 picturejust 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
```