added some takes
This commit is contained in:
parent
9a26a4f7c5
commit
eca6f75c57
2 changed files with 93 additions and 0 deletions
1
post.py
1
post.py
|
@ -22,6 +22,7 @@ except:
|
||||||
print("Couldn't load config.json. Make sure you run login.py first!\n-----")
|
print("Couldn't load config.json. Make sure you run login.py first!\n-----")
|
||||||
raise
|
raise
|
||||||
meta = json.load(open('meta.json', 'r'))
|
meta = json.load(open('meta.json', 'r'))
|
||||||
|
takes = json.load(open('takes.json'))
|
||||||
|
|
||||||
# log in
|
# log in
|
||||||
client = Mastodon(
|
client = Mastodon(
|
||||||
|
|
92
takes.json
Normal file
92
takes.json
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
{
|
||||||
|
"ideologies": [
|
||||||
|
"anarchism",
|
||||||
|
"left communism",
|
||||||
|
"stalinism",
|
||||||
|
"trotskyism",
|
||||||
|
"libertarian socialism",
|
||||||
|
"fascism",
|
||||||
|
"right libertarianism",
|
||||||
|
"capitalism",
|
||||||
|
"communism",
|
||||||
|
"socialism",
|
||||||
|
"distributism",
|
||||||
|
"council communism",
|
||||||
|
"social corporatism",
|
||||||
|
"ecological anarchism",
|
||||||
|
"monarchy",
|
||||||
|
"theocracy",
|
||||||
|
"anarcho-syndicalism",
|
||||||
|
"anarcho-capitalism",
|
||||||
|
"maoism",
|
||||||
|
"marxism-leninism",
|
||||||
|
"social democracy",
|
||||||
|
"blanquism",
|
||||||
|
"mutualism",
|
||||||
|
"individualist anarchism",
|
||||||
|
"anarcho-transhumanism",
|
||||||
|
"posadism",
|
||||||
|
"juche",
|
||||||
|
"collectivist anarchism",
|
||||||
|
"state corporatism",
|
||||||
|
"noocracy",
|
||||||
|
"feudalism",
|
||||||
|
"georgism",
|
||||||
|
"panarchism",
|
||||||
|
"communalism",
|
||||||
|
"democratic confederalism",
|
||||||
|
"technocracy",
|
||||||
|
"councilism",
|
||||||
|
"ba'athism",
|
||||||
|
"nationalism",
|
||||||
|
"strausserism",
|
||||||
|
"deleonism",
|
||||||
|
"neo-conservatism",
|
||||||
|
"conservatism"
|
||||||
|
],
|
||||||
|
"things": [
|
||||||
|
"shoplifting",
|
||||||
|
"racism",
|
||||||
|
"feminism",
|
||||||
|
"environmentalism",
|
||||||
|
"striking",
|
||||||
|
"unions",
|
||||||
|
"wage theft",
|
||||||
|
"wage labour",
|
||||||
|
"capital",
|
||||||
|
"currency",
|
||||||
|
"a ruling class",
|
||||||
|
"terrorism",
|
||||||
|
"communal ownership of the means of production",
|
||||||
|
"worker's guilds",
|
||||||
|
"intellectual property",
|
||||||
|
"personal property",
|
||||||
|
"private property",
|
||||||
|
"a legal system",
|
||||||
|
"jail",
|
||||||
|
"women's rights",
|
||||||
|
"universal basic income",
|
||||||
|
"true free speech",
|
||||||
|
"open borders",
|
||||||
|
"the working class",
|
||||||
|
"dictatorship of the proletariat",
|
||||||
|
"propaganda of the deed",
|
||||||
|
"propaganda",
|
||||||
|
"left unity",
|
||||||
|
"spooks",
|
||||||
|
"marriage",
|
||||||
|
"the state",
|
||||||
|
"intersectionalism",
|
||||||
|
"commodities",
|
||||||
|
"praxis",
|
||||||
|
"climate denialism",
|
||||||
|
"the commons",
|
||||||
|
"free markets",
|
||||||
|
"specialisation",
|
||||||
|
"industrial civilisation",
|
||||||
|
"civilisation",
|
||||||
|
"technology",
|
||||||
|
"civil rights",
|
||||||
|
"rational choice"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue