Python/Django – Social network contact
Project detail
Hello everyone!
I’m working on a Python/Django project.
I need for example in a setting user profile page there is a tab “social networks” where we have 3 fields Instagram / TikTok / Snapchat. For each field the user is asked to enter his username for the social network in question.
We after create a script behind that will retrieve the information of each social network account of the user and display these information in their profile page.
### Instagram
– Username
– Profile photo
– Bio
– Number of followers
– Post Name
### TikTok
– Username
– Profile photo
– Bio
– Number of followers
– Number of posts
– Name of likes tiktok
### Snapchat
– Username
– Profile photo
– Bio
– Number of followers
– Number of posts