Since I'm uncertain on which part you do not know how to do Ill write down my suggestions for all.
CSS Flair:
First you would need to add it to list of tags reserved on this win, I remember you mention it was a list of some sort(atm only OLD should be the existent flair). Then in the CSS file, you would add
Replace Old with whatever is the name of the new flair.
Currently in the CSS file there is implemented flairs for Censorship,History,Shitpost,Politics,Meta,Twitter,Satire,Contested
Although none of them got any fancy graphics, just text and color.
Automation:
Automation would be done by creating a new account which is then tied to a bot(Mostly for convenience and keeping a track on it, no bot uprisings allowed..)(No open api yet to my knowledge for win, so reverse engineer the calls used), which would scan new post from time to time and then make them sticked if their age is within interval and correct tag/name and user is the one posting it.
There is a script/bot being used to upvote floating around on the internet for win which the source code could probably be wrangled in order for this use if you do not want to create something from scratch.(Sadly do not know where to find since last I heard it was shared among discord groups, I try to stay away from those)
Alternative I could make a try at throwing something together, would need your help with reverse engineer some parts of win though since I do not have access to the sticky commands.
Since I'm uncertain on which part you do not know how to do Ill write down my suggestions for all.
CSS Flair: First you would need to add it to list of tags reserved on this win, I remember you mention it was a list of some sort(atm only OLD should be the existent flair). Then in the CSS file, you would add
Replace Old with whatever is the name of the new flair.
Currently in the CSS file there is implemented flairs for Censorship,History,Shitpost,Politics,Meta,Twitter,Satire,Contested Although none of them got any fancy graphics, just text and color.
Automation: Automation would be done by creating a new account which is then tied to a bot(Mostly for convenience and keeping a track on it, no bot uprisings allowed..)(No open api yet to my knowledge for win, so reverse engineer the calls used), which would scan new post from time to time and then make them sticked if their age is within interval and correct tag/name and user is the one posting it.
There is a script/bot being used to upvote floating around on the internet for win which the source code could probably be wrangled in order for this use if you do not want to create something from scratch.(Sadly do not know where to find since last I heard it was shared among discord groups, I try to stay away from those)
Alternative I could make a try at throwing something together, would need your help with reverse engineer some parts of win though since I do not have access to the sticky commands.