Don't worry about the image sucking, that's just because of the model I used.
This is a more accurate representation of the current state of the art.
- Python 3.11.2
- Images: PRAW - Reddit API Wrapper
- Instagram: InstagrAPI
- Image Prompt+Caption: OpenAI - ChatGPT API
- AI Image Generation: TryLeapAI
ig_user
: Instagram usernameig_pass
: Instagram passwordleapai_key
: TryLeapAI API Keyopenai_key
: OpenAI API Key
- Setup
# copy to correct name and fill in with creds
cp _config.py config.py
- Automate IG account creation and validation
- IG growth strategy - can automate via Instagrapi package
- Use better AI image generation model - MidJourneryV5, etc...
- Getting images, where to get them?
- Types of images, influencers, vibes?
- How to handle image model prompting?
- How to increase variation
- Install deps
pip3 install -r requirements.txt
- Generate model tuning images from subreddit (
r/battlestations
)
python3 get_imgs.py -s battlestations
- Tune model
python3 img_model.py -p battlestations_imgs -k @desk -t battlestation_model_v1
- Create image and post to IG
python3 influence.py -m <model_id> -s battlestations -k @desk