pySocialWatcher icon indicating copy to clipboard operation
pySocialWatcher copied to clipboard

Social Watcher on Facebook Marketing API

Results 9 pySocialWatcher issues
Sort by recently updated
recently updated
newest added

Hi, first, thanks for creating this package! I was just trying to get the MWE from the World Bank to run (https://worldbank.github.io/connectivity_mapping/intro.html), and immediately ran into this error message: `'{"error":{"message":"Invalid...

Bumps [setuptools](https://github.com/pypa/setuptools) from 28.2.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Seems like when I try to make requests greater than 300 the progress halts indefinitely (with two accounts in credentials.csv). How do I make sure I continue to get data?

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.5 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. 2.0.15 add -X s3 to disable direct to S3 uploading 2.0.14 fixed coverage...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Facebook updated their ads API to v8.0 in August of this year. Have you managed to make pySocialWatcher run with these changes? Changing the 3 constants as you mentioned in...

Hello, For the below code, watcher.run_data_collection("pySocialWatcher/pysocialwatcher/quick_example.json") Which file do you want to pass as quick_example.json? There is no such file in the folder. In the facebook credential I gave the...

Hello, I noticed that the process fail when the Facebook API responds with a new error. It's not a json, but a html page. The source of the web page...

I had to update `REACHESTIMATE_URL` in constants.py because one of the tokens that I was using was not working with the old API (recently updated from 2.11 to 3.0). `REACHESTIMATE_URL...