i64 / pervertgram

A project for stalking people on Instagram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PervertGram

A weekend project from a cyber-pervert.

Get followers/Followings/Matches

http://localhost:5002/followings/<victim> or
http://localhost:5002/followings/api/<victim>/
http://localhost:5002/followers/<victim> or
http://localhost:5002/api/followers/<victim>/
http://localhost:5002/match/<victim> or
http://localhost:5002/api/match/<victim>/

Get HD Profile Picture

http://localhost:5002/dp/<victim>
http://localhost:5002/api/dp/<victim>

Draw heatmap from users location

http://localhost:5002/dp/heatmap/<victim>

Others

Get photos from the given location

http://localhost:5002/location/<int:location>
http://localhost:5002/api/location/<int:location>

Get people from the given location

http://localhost:5002/location-people/<int:location>
http://localhost:5002/api/location-people/<int:location>

Routes

API

'/api/followings/<victim>/'
'/api/followers/<victim>/'
'/api/match/<victim>/'
'/api/location/<victim>/'
'/api/dp/<victim>/'
'/api/location-people/<int:location>'

View

'/followings/<victim>'
'/followers/<victim>'
'/match/<victim>'
'/location-people/<int:location>'
'/heatmap/<victim>'
'/location/<int:location>'
'/dp/<victim>'

config.json

{
    "username": "exampleUser",
    "pwd": "examplePassword"
}

About

A project for stalking people on Instagram.

License:MIT License


Languages

Language:Python 50.2%Language:HTML 49.8%