Post Maker helps you to make post for instagram and other social media apps easily and in massive amount.
Go to file
Piyush मिश्रः 7f30c3f48e Docs 2022-01-24 15:11:20 +05:30
.vscode Support for multiple congifs 2022-01-23 13:26:03 +05:30
src auto renew log after 30days 2022-01-24 12:49:34 +05:30
.gitignore Changed Lot 2022-01-12 02:32:41 +05:30
Cargo.lock Support for logging 2022-01-24 11:58:58 +05:30
Cargo.toml Docs 2022-01-24 15:11:20 +05:30
Kalam-Regular.ttf Changed Lot 2022-01-12 02:32:41 +05:30
README.md Docs 2022-01-24 15:11:20 +05:30
Rajdhani-Regular.ttf Support for subquote 2022-01-23 15:58:32 +05:30
ReenieBeanie-Regular.ttf Changed Lot 2022-01-12 02:32:41 +05:30
icon.svg added:Added configs window 2022-01-14 00:41:32 +05:30
reload.svg Design improvements 2022-01-14 20:44:46 +05:30
screenshot.png Docs 2022-01-24 15:11:20 +05:30

README.md

Post Maker

actix-web-grants

Post Maker helps you to make post for instagram and other social madia apps easily

Compiling

Build Dependencies

  • Rust Compiler
  • Cargo

Installing rust

You can follow rust official guide to install rust compiler and cargo Here.

Compiling

  • Clone the Post Maker
  • Open terminal inside the post_maker directory
  • Run cargo build --release
  • Copy /post_maker/target/release/post_maker to where ever you keep you binaries

Note: If you are using linux its always a good idea to keep binaries in ~/.local/bin and add ~/.local/bin in you $PATH.