Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.62 KB

how_to_get_credentials.md

File metadata and controls

41 lines (27 loc) · 1.62 KB

How to get social media credentials

Introduction

This document intends to explain how to get the social media credentials in order to run Andromeda.

Keep in mind that just one credential is already enough to make the project run.

Credentials folder structure

To run Andromeda, all the credentials should be placed in a specific folder structure explained here.

Adwords

The official Adwords API documentation for .NET explains how to get the Adwords credentials.

Once you have your App.config ready (the documentation will explain to you how to do it), copy and paste the file into the credentials folder.

Facebook and Instagram Credentials

You can get credentials to Facebook Pages, Facebook Marketing and Instagram Credentials by using the Andromeda python scripts.

You can check how to get the Facebook Pages, Facebook Marketing and Instagram Credentials by running the python scripts here.

YouTube

You can get credentials to YouTube Credentials in two ways: using the Andromeda python scripts or following the The Medium article Fetching YouTube Data using Andromeda. We recommend to use the python script, since it cuts a lot of steps making the process of getting the YouTube credentials easier.

You can check how to get the YouTube Credentials by running the python scripts here.