Post Maker helps you to make post for instagram and other social media apps easily and in massive amount.
Go to file
dependabot[bot] 4996018ae9
Bump simplelog from 0.11.2 to 0.12.2
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.2.
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.2...v0.12.2)

---
updated-dependencies:
- dependency-name: simplelog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06 09:55:41 +00:00
.github small fix 2024-10-06 12:48:03 +03:00
.vscode Support for multiple congifs 2022-01-23 13:26:03 +05:30
assets * Doc 2022-08-19 13:50:17 +05:30
src Tags in Readme and license in files 2022-08-19 14:18:41 +05:30
.gitignore Changed Lot 2022-01-12 02:32:41 +05:30
Cargo.lock Bump simplelog from 0.11.2 to 0.12.2 2024-10-06 09:55:41 +00:00
Cargo.toml Bump simplelog from 0.11.2 to 0.12.2 2024-10-06 09:55:41 +00:00
Cross.toml Using mozjpeg for jpeg image converisons. 2022-03-26 01:11:16 +05:30
LICENSE Added: 2022-01-24 15:44:31 +05:30
README.md Readme shields 2022-08-19 15:03:13 +05:30

README.md

Post Maker

actix-web-grants

Crates.io Crates.io

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

Installing

Windows

There are two ways to get Post Maker for windows.

  • You can download a stable version from release
  • You can build it yourself from git or released source

Linux

We recommend you to build it yourself.

Building

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