Commit adac02c3 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update and rename profile.py to user.py

parent 61c77daf
class User:
name = ""
class User:
id = ""
username = ""
name = ""
bio = ""
location = ""
url = ""
join_date = ""
join_time = ""
tweets = "0"
following = "0"
followers = "0"
likes = "0"
lists = "0"
media_count = ""
is_private = False
is_verified = False
avatar = ""
cover_photo = ""
gif_avatar = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment