Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 600 Bytes

digfemig

A Python utility to collect up to the top 100 media for a given Instagram hashtag. This utility came out of a research need for the Digital Feminist Network.

Requirements

Usage

digfemig example.toml

Where you configure a config.toml file with your requirements.

How to create a session file:

from instagrapi import Client

cl = Client()
cl.login(USERNAME, PASSWORD)
cl.dump_settings("session.json")

License

The Unlicense