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
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import sys
|
||||||
import anyio
|
import anyio
|
||||||
import qtoml
|
import qtoml
|
||||||
import random
|
import random
|
||||||
|
@ -27,9 +28,16 @@ def gen_post(messages, labels):
|
||||||
async def main():
|
async def main():
|
||||||
config = load_config()
|
config = load_config()
|
||||||
static_data = load_static()
|
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:
|
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'
|
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__':
|
if __name__ == '__main__':
|
||||||
anyio.run(main)
|
anyio.run(main)
|
||||||
|
|
31
labels.txt
31
labels.txt
|
@ -11,10 +11,15 @@ hebephiles
|
||||||
zoophiles
|
zoophiles
|
||||||
zoosexuals
|
zoosexuals
|
||||||
zoosadists
|
zoosadists
|
||||||
|
zoomasochists
|
||||||
nepiosadists
|
nepiosadists
|
||||||
pedosadists
|
pedosadists
|
||||||
hebesadists
|
hebesadists
|
||||||
ephebosadists
|
ephebosadists
|
||||||
|
nepiomasochists
|
||||||
|
pedomasochists
|
||||||
|
hebemasochists
|
||||||
|
ephebomasochists
|
||||||
sexual cannibals
|
sexual cannibals
|
||||||
sexual age regressors
|
sexual age regressors
|
||||||
biastophiles
|
biastophiles
|
||||||
|
@ -23,6 +28,7 @@ autonepiophiles
|
||||||
autopedophiles
|
autopedophiles
|
||||||
autohebephiles
|
autohebephiles
|
||||||
autoephebophiles
|
autoephebophiles
|
||||||
|
autozoophiles
|
||||||
boy lovers
|
boy lovers
|
||||||
girl lovers
|
girl lovers
|
||||||
enby lovers
|
enby lovers
|
||||||
|
@ -33,10 +39,15 @@ pupgender people
|
||||||
necrophiles
|
necrophiles
|
||||||
pyrophiles
|
pyrophiles
|
||||||
narcissists
|
narcissists
|
||||||
|
people with ASPD
|
||||||
people with NPD
|
people with NPD
|
||||||
people with BPD
|
people with BPD
|
||||||
people with OCPD
|
people with OCPD
|
||||||
people with PD
|
people with PD
|
||||||
|
people with delusional attachments
|
||||||
|
people with aphantasia
|
||||||
|
somnophiles
|
||||||
|
AB/DLs
|
||||||
traumagenic MAPs
|
traumagenic MAPs
|
||||||
traumagenic biastophiles
|
traumagenic biastophiles
|
||||||
plural MAPs
|
plural MAPs
|
||||||
|
@ -47,3 +58,23 @@ transage people
|
||||||
transage zoosexuals
|
transage zoosexuals
|
||||||
transage zoophiles
|
transage zoophiles
|
||||||
people with a lot of paraphilia labels
|
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