python-scripts/scripts/instagram-downloader/README.md

14 lines
186 B
Markdown
Raw Normal View History

# JSON to Excel converter
This is a simple Python script to download instagram videos.
## Usage
```bash
# install xlwt
pip install requests
# run script
python main.py <POST_ID>
```