Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

i64/pervertgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published