Skip to content

A python script that searches and downloads informations about a person

License

Notifications You must be signed in to change notification settings

HigorLoren/stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stalker (web scraping)

A python script that searches and downloads informations about a person

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Prerequisites

What things you need to run and how to install them

  • Python obviously
  • pip
    • bs4 ~> $ pip install bs4
    • resquests ~> $ pip install requests
    • instagram-scraper ~> $ pip install instagram-scraper

Installing

A step by step that tell you how to use the library in your script

  1. Move the script to your project folder

  2. In your script call the library like this:

import stalker

Usage

Downloading Media from Twitter user

This function will download:

  • Profile picture
  • Banner image
  • The last media images
stalker.DownloadMedia.twitter(user)

Downloading Media from Instagram user

This function will download:

  • Profile picture
  • Stories
  • All the posts
stalker.DownloadMedia.instagram(user)

Getting Information from Twitter user

This function will get a Dictionary with:

  • Name
  • User
  • Tweets Count
  • Following Count
  • Followers Count
  • Media Count
  • Bio
stalker.GetInformation.twitter(user)

Built With Help Of:

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A python script that searches and downloads informations about a person

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages