Skip to content

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.

Notifications You must be signed in to change notification settings

luhgit/sozial-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sozial-api-testing

  • 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.

Usage

  • 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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published