Social network API integrated with python #123539
-
BodyI'm a technical student and I need help with programming in Python. My professor gave me a project in which I must use an API from some social network and integrated with Python. My group's idea is to capture data such as the number of shares, likes, reposts and perhaps some other information. I thought about Instagram and went after it to see if I could find a solution. However, I didn't find any videos on the internet and the official API guide on the Meta Developer website is very confusing for me. Can anyone tell me if this project is viable and if it can go ahead? Note: I have 3 weeks difference from today. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @thibasBigT , I've never personally used Instagram API but I think 3 weeks are enough if your assignment consists in scraping data from a social media with Python, here below I'm gonna show a few links that you might find useful for your task: |
Beta Was this translation helpful? Give feedback.
-
Would Spotify count as a social network platform? I found their APIs easy to use and you can fetch data from user profiles like their top played songs, followed artists, etc. Here's the documentation. |
Beta Was this translation helpful? Give feedback.
Hi @thibasBigT ,
I've never personally used Instagram API but I think 3 weeks are enough if your assignment consists in scraping data from a social media with Python, here below I'm gonna show a few links that you might find useful for your task: