Compare commits
3 Commits
3932b49d2c
...
35d7467bb6
Author | SHA1 | Date |
---|---|---|
Kay Faraday | 35d7467bb6 | |
Kay Faraday | 4fdca63bb7 | |
Kay Faraday | e9c6d23627 |
10
freakpos.py
10
freakpos.py
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import anyio
|
||||
import qtoml
|
||||
import random
|
||||
|
@ -27,9 +28,16 @@ def gen_post(messages, labels):
|
|||
async def main():
|
||||
config = load_config()
|
||||
static_data = load_static()
|
||||
post = gen_post(*static_data)
|
||||
|
||||
print(post)
|
||||
|
||||
if '--simulate' in sys.argv[1:]:
|
||||
return
|
||||
|
||||
async with pleroma.Pleroma(api_base_url=config['site'], access_token=config['access_token']) as pl:
|
||||
visibility = 'direct' if config.get('test_mode', False) else 'unlisted'
|
||||
await pl.post(gen_post(*static_data), visibility=visibility)
|
||||
await pl.post(post, visibility=visibility)
|
||||
|
||||
if __name__ == '__main__':
|
||||
anyio.run(main)
|
||||
|
|
31
labels.txt
31
labels.txt
|
@ -11,10 +11,15 @@ hebephiles
|
|||
zoophiles
|
||||
zoosexuals
|
||||
zoosadists
|
||||
zoomasochists
|
||||
nepiosadists
|
||||
pedosadists
|
||||
hebesadists
|
||||
ephebosadists
|
||||
nepiomasochists
|
||||
pedomasochists
|
||||
hebemasochists
|
||||
ephebomasochists
|
||||
sexual cannibals
|
||||
sexual age regressors
|
||||
biastophiles
|
||||
|
@ -23,6 +28,7 @@ autonepiophiles
|
|||
autopedophiles
|
||||
autohebephiles
|
||||
autoephebophiles
|
||||
autozoophiles
|
||||
boy lovers
|
||||
girl lovers
|
||||
enby lovers
|
||||
|
@ -33,10 +39,15 @@ pupgender people
|
|||
necrophiles
|
||||
pyrophiles
|
||||
narcissists
|
||||
people with ASPD
|
||||
people with NPD
|
||||
people with BPD
|
||||
people with OCPD
|
||||
people with PD
|
||||
people with delusional attachments
|
||||
people with aphantasia
|
||||
somnophiles
|
||||
AB/DLs
|
||||
traumagenic MAPs
|
||||
traumagenic biastophiles
|
||||
plural MAPs
|
||||
|
@ -47,3 +58,23 @@ transage people
|
|||
transage zoosexuals
|
||||
transage zoophiles
|
||||
people with a lot of paraphilia labels
|
||||
zoophilic MAPs
|
||||
zoophilic pedos
|
||||
objectophiles
|
||||
otherkin MAPs
|
||||
otherkin zoos
|
||||
otherkins
|
||||
therian MAPs
|
||||
therian zoos
|
||||
therians
|
||||
fictophiles
|
||||
genderfluid MAPs
|
||||
genderfluid zoophiles
|
||||
genderqueer MAPs
|
||||
genderqueer zoophiles
|
||||
non-binary MAPs
|
||||
non-binary zoophiles
|
||||
ace MAPs
|
||||
ace zoophiles
|
||||
aro MAPs
|
||||
aro zoophiles
|
||||
|
|
Loading…
Reference in New Issue