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.17.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file instastalk-0.1.17.tar.gz.

File metadata

  • Download URL: instastalk-0.1.17.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5

File hashes

Hashes for instastalk-0.1.17.tar.gz
Algorithm Hash digest
SHA256 9236ca1cf7f851cefc5c61ce78a37bb8edb7436427d61220816de2cfb5651817
MD5 fe374918bf740047e7bac9bc9cf50d3e
BLAKE2b-256 bae3e82201f7e1ab3657aeec7fd6cd45969ee8d24e39a5309ecc4bfa2106aab0

See more details on using hashes here.

Supported by

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