db0 / Fluxa-Avataria

Script that randonly changes your social media avatars/banners at set intervals using the AI Horde.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluxa Avataria

Script that randonly changes your social media avatars/banners at set intervals using the AI Horde.

Currently supports the integrations

More integrations will be coming soon

Install

  • Clone this repo
  • python -m pip install -r requirements.txt
  • cp .env_template .env
  • Edit .env with your information

Usage

python flux.py $software $thing

Where $software is the type of instance we're logging in to, and $thing is the thing we're changing: (user_avatar,user_banner,site_icon,site_banner,community_banner,``community_icon`)

example to change image once

python flux.py lemmy site_icon

example to change the image every 24 hours (the program will continue running indefinitelly)

python flux.py lemmy site_icon -r24

You can customize the generation by using the .env file, or by using the cli args. You can use the --help arg to get a list of all available options

Fluxa Avataria will delete previous images created when rotating. It will generate some files ending in _delete_url.txt. Do not delete these, as they track the images to delete once rotation is succesful.

Support

If you enjoy this software, please consider onboarding your own GPU to the AI Horde to help generate for others.

If you want to run this for yourself but do not have the necessary knowledge or time, I can host this for you at own infra if you sponsor this project (and my FOSS work in general) at the fluxa avataria tier.

About

Script that randonly changes your social media avatars/banners at set intervals using the AI Horde.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%