Post Maker helps you to make post for instagram and other social media apps easily and in massive amount.
Go to file
Piyush मिश्रः 9efe1374e9 Cleaning and Version upgrade to 0.2.0 2022-01-26 13:42:40 +05:30
.vscode Support for multiple congifs 2022-01-23 13:26:03 +05:30
assets icon 2022-01-24 16:08:09 +05:30
src Cleaning and Version upgrade to 0.2.0 2022-01-26 13:42:40 +05:30
.gitignore Changed Lot 2022-01-12 02:32:41 +05:30
Cargo.lock Cleaning and Version upgrade to 0.2.0 2022-01-26 13:42:40 +05:30
Cargo.toml Cleaning and Version upgrade to 0.2.0 2022-01-26 13:42:40 +05:30
LICENSE Added: 2022-01-24 15:44:31 +05:30
README.md Docs 2022-01-24 16:05:57 +05:30

README.md

Post Maker

actix-web-grants

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

Compiling

Build Dependencies

  • Rust Compiler
  • Cargo

Installing rust

You can follow rust's official guide to install rust compiler and cargo here.

Compiling

  • Clone the post_maker repository git clone https://github.com/PiyushXCoder/post_maker.git
  • Open terminal inside the post_maker directory
  • Run cargo build --release
  • Copy /post_maker/target/release/post_maker to where ever you keep your binaries

Note: If you are on linux, it is always a good idea to keep your binaries in ~/.local/bin and add ~/.local/bin to your $PATH.

General Overview of Controls

License

This project is under GPLv3