How to get facebook page video insights [closed] - python

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I am new to facebook graph API. I have admin account and having multiple pages at this account. I want to get the current view count of video posts across my all pages, how can I get that
I do not have any business account and not having any personal business. When tried the graph api explorer and created by app with providing the read insights permission , having on standard permissions and not able to get video view count
How can I get video view count of all the pages

Related

Multiple signin in django [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I want to multiple role in django. I also create default auther user. But i want add login in second database table.
I try to authenticate(username='john', password='secret') function but it is working only django default author. I want to use second database table then how can i authenticate the second user and login to the site. Please advice currently working django 4.1 version.

AWS API Calls to extract Product information [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
I am new to aws and API calls. I would like to request Product inforamation such as title, price and stock.
SellerId, MWSAuthToken, AWSAccessKeyId and Secret Key is already known and functioning in Amazon MWS Scratchpad.
I would like to use pyhton and boto3 to get those informations.
T tried using the Amazon MWS Scratchpad and got some of the information i need, but i want to create a script which will do all those reading automated.

How to create video conference in flutter and django? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I want create a app thats need to have video conference for multiple users(50 maybe), How can I create this in python django and flutter or react native (for mobile app) ?
I have never used video stream, Please direct me.
You could use Jitsi meet, which is a completely free video conferencing.
Link : https://pub.dev/packages/jitsi_meet

How to take screenshots for free in Python [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
For a university machine learning project I want to gather full-page website screenshots of ~100,000 websites.
The website URLs are located in a CSV file which I've managed to load into my Python program. I now want to loop through those URLS and screenshot the contents of the sites, and save the images locally.
After some Googling I found a few APIs such as this one but they all have paid plans, and are quite expensive for the amount of screenshots I want to take.
Does anyone know how to take a screenshot of a website without using a paid service in Python?

How to get stream from Google+ REST API using python? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have been browsing the Google Plus APIs and I can't seem to figure out if its possible to get the stream of posts(feed) of all those people who I have circled.
I have read through the Google+ API documentation and even tried Google's API explorer, but couldn't seem to figure out how to do it.
It's a very important feature of any API, which really shouldn't be missing to stream automatically on my page.
Check out https://developers.google.com/+/api/latest/people/list.
GET https://www.googleapis.com/plus/v1/people/me/people/connected
import requests
import json
r = requests.get('https://www.googleapis.com/plus/v1/people/me/people/connected')
input_log = json.loads(r.text)

Categories