- This repository contains all the code snippet needed for tests on Social APIs like Twitter API, Facebook API & Youtube API. In Addition to that, AJAX Testing.
- First rename the config-bk.py file to config.py
- Now configure the config.py file with the credentials for different sozial APIs
- Create a virtual environment with python3 : virtualenv python3 venv
- Activate the virtualenv before installing the dependencies: venv\Scripts\activate (Windows) & source venv/bin/activate (linux)
- Install all dependencies using requirements.txt : pip install -r requirement.txt