Haha spiderman make a presentation lol
This meme requires gimp, install through install_deps.sh
chmod +x install_deps.sh && ./install_deps.sh
Alternativley, Install gimp through flatpak
wget "https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref"
flatpak install org.gimp.GIMP.flatpakref
Load the meme in GIMP and edit however you wish.
Clone the repository and load the meme into gimp
git clone https://github.com/KCGD/openSourceSpidermanMeme.git
cd openSourceSpidermanMeme
Open the meme by going in your cmdline and typing gimp open\ source\ meme.xcf
Export your changes via File -> Export -> Choose Location -> Save
Install ImageMagick 7:
chmod +x install_deps.sh && ./install_deps.sh -m
This installs ImageMagick 7 using pacman on Arch and derivatives or imei on other distros.
Then, build the meme using make:
make # or make meme
Or, install the meme:
make install
This builds the meme and copies it to ~/Pictures/Memes/spiderman-meme.png
.
First, install python3 and pip3 (if they aren't installed already). Then, install praw:
pip3 install praw
Or use the installer:
chmod +x install_deps.sh && ./install_deps.sh -p
Then you can create the post using make:
make post
By default this posts the meme to r/linuxmemes. To post to a different subreddit set the SUBREDDIT variable:
make post SUBREDDIT=windowsmemes # posts to r/windowsmemes