Desktop application for posting to Lemmy instances.
- Simple scheduler
- GUI
Click on configuration
button on menu bar. Put appropriate info. Click add post
. After clicking OK
new post will be added in the table. Post
button will create post on lemmy.
Requirements:
- Qt6-base package
- CMake
Run:
git clone https://github.com/moriar1/lemster
cd lemster
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
if want to run lemster
only in current directory:
make
./lemster
or if you want system-wide install:
make install # may need sudo
lemster
Open QtCreator and build the project.
Delete config files and binary:
rm -r $HOME/.local/share/lemster
xargs rm < install_manifest.txt # only if you used `make install`, run from `lemster/build` directory, may need sudo
Delete config files:
On Windows delete one of the following folder:
C:/Users/<USER>/AppData/Roaming/lemster
C:/ProgramData/lemster
<APPDIR>/data/lemster
- Replace jwt with login+password credentials
- Replace community ID with community name + Completer.