Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyushxcoder/post_maker
Post Maker helps you to make post for instagram and other social media apps easily and in massive amount.
https://github.com/piyushxcoder/post_maker
facebook fltk fltk-rs instagram posts rust twitter
Last synced: about 6 hours ago
JSON representation
Post Maker helps you to make post for instagram and other social media apps easily and in massive amount.
- Host: GitHub
- URL: https://github.com/piyushxcoder/post_maker
- Owner: PiyushXCoder
- License: gpl-3.0
- Created: 2022-01-14T11:15:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T13:20:04.000Z (about 1 month ago)
- Last Synced: 2024-10-31T11:52:36.728Z (7 days ago)
- Topics: facebook, fltk, fltk-rs, instagram, posts, rust, twitter
- Language: Rust
- Homepage:
- Size: 3.54 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Post Maker
[![Crates.io](https://img.shields.io/crates/v/post_maker?color=%23069060&style=for-the-badge)](https://crates.io/crates/post_maker)
[![Crates.io](https://img.shields.io/crates/l/post_maker?style=for-the-badge)](https://spdx.org/licenses/GPL-3.0-only.html)> 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](https://www.rust-lang.org/tools/install).
### 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](https://www.redhat.com/sysadmin/linux-environment-variableshttps:/).
## General Overview of Controls
![](assets/Screenshot_2022-08-19_13-48-49.png)
## License
This project is under [GPLv3](LICENSE)