mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
14 lines
186 B
Markdown
14 lines
186 B
Markdown
|
# 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>
|
||
|
```
|