DEV Community

rand-net
rand-net

Posted on

Dribbble-py - Scraper for dribbble

dribbble-py

An API-less scraper for dribbble.com.
Example Usage:


$ pip install -U dribbble-py
$ drbl_py -u {user_name}
$ cat {username}.json| jq . | less
{
"user_exists": "Yes",
"shots_count": 185,
"projects_count": 0,
"collections_count": 3,
"liked_shots": 19078,
"user_description": "I can bring more value to your brand",
"hire_status": true,
"members_count": 0,
"team_url": null,
"projects": {},
"members": null,
"goods_for_sale": {},
"followers": 1746,
"following": 239,
"tags": "3,328",
"location": "Georgia",
"bio": "Professional abstract, monogram, and symbol style logo designer",
"is_pro": true,
"join_date": "2019-01-01",
"skills": [
"abstract logo",
"brand identity",
"lettermark",
"logo",
"logo design",
"logodesigner",
"minimal logo",
"monogram",
"simple logo",
"symbol"
],
"social_media_profiles": {
"toka-u.dribbble.com": "https://toka-u.dribbble.com",
"www.instagram.com": "https://www.instagram.com/uchava2/",
"www.behance.net": "https://www.behance.net/tornikeuchava"
},
...

Top comments (0)