A script that integrates with Instagrapi, using JSON file as a simple database for pending posts.
usage: __main__.py [-h] {login,post,run} ...
Login and Post operations
positional arguments:
{login,post,run} Action to perform
login Perform login operation
post Perform post operation
run Run Schedule Post
options:
-h, --h
65EC
elp show this help message and exit
- Open your terminal.
- (Optional) Activate a virtual environment, e.g., conda, pyenv, ...
- Run
pip install -r requirements.txt
to install dependencies. - Run
python setup.py install
.
- Open your terminal.
- Activate a virtual environment (if available).
- Run
instaduler login --user=xxx --psw=xxx
.
- Open your terminal.
- Activate a virtual environment (if available).
- Run
instaduler post --folder=xxx --text=xxx
.
Item | Status | Open | Close |
---|---|---|---|
Support Album | Done | 2023/10/05 | 2023/10/05 |
Support Reels | Todo | 2023/10/05 |