diff --git a/post.py b/post.py index 48f5267..4991ba8 100644 --- a/post.py +++ b/post.py @@ -22,6 +22,7 @@ except: print("Couldn't load config.json. Make sure you run login.py first!\n-----") raise meta = json.load(open('meta.json', 'r')) +takes = json.load(open('takes.json')) # log in client = Mastodon( diff --git a/takes.json b/takes.json new file mode 100644 index 0000000..4b66819 --- /dev/null +++ b/takes.json @@ -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" + ] +}