Skip to main content

Download your instacrush posts

Project description

instastalk

Instastalk is a library initiated by a creep who develops massive crush to instagram celebrities and wishes to automate the process of backing up their photos.

How to use

pip install instastalk

from instastalk import (
    AnonyStalker,
    InstaStalker,
)

# no auth - only public posts (no stories)
stalker = AnonyStalker()
stalker.download_user('jjkoh95', timesleep_factor=45) # will need to create a directory 'jjkoh95'
stalker.to_pickle('anony.pkl')

# with auth
login_stalker = InstaStalker('your_username', 'your_password')
login_stalker.download_user('jjkoh95', timesleep_factor=45)
login_stalker.to_pickle('user.pkl')

# to continue last download
import pickle
with open('user.pkl', 'rb') as f:
    s: InstaStalker = pickle.load(f)
s.download_user('jjkoh95')

Disclaimer

This project is initiated as a python practice and I have no intention of going against any rules and regulations of Instagram. Be a discrete creep.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instastalk-0.1.16.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page