Wesleyan-Media-Project / creative_overview

An overview of all repos belonging to the CREATIVE project
Other
0 stars 0 forks source link

Check which CREATIVE repos' code requires an API token and add explanations to readme #6

Closed SebastianZimmeck closed 1 year ago

SebastianZimmeck commented 1 year ago

@atlasharry, with the help of @candace-walker, as necessary, can you check which repos' code requires an API token. For those that do, is there an explanation in the readme that the token is not part of the repo, how to get such token, and how to create the file that holds it? If not, let's include that. Here is an example for such explanation ("An ipinfo API token is required ...").

atlasharry commented 1 year ago

@atlasharry, with the help of @candace-walker, as necessary, can you check which repos' code requires an API token. For those that do, is there an explanation in the readme that the token is not part of the repo, how to get such token, and how to create the file that holds it? If not, let's include that. Here is an example for such explanation ("An ipinfo API token is required ...").

Yes! I will go through all the codes and check if they require API keys. And also check if that information is well documented.

atlasharry commented 1 year ago

I have checked the repos to see if they require API tokens to run the code. The repos fb_ads_import and fb_ad_scraper require API tokens. All detailed information about tokens is well documented in the Readme's Background and Access authorization section. For the repo fb_agg_reports_import, I believe to scrape the aggregate reports does not require API tokens. The repo face_url_scraper_2022 also scrapes directly from the website and does not require API tokens.

atlasharry commented 1 year ago

I have checked the remaining repos to see if they require API tokens. I added the instructions on how to set up ASR and AWS credentials in the repo google_2022 and fb_2022.

atlasharry commented 1 year ago

I believe this issue is finished.