https://github.com/coderj001/memeify
Memeify: Create Instagram compilations effortlessly using Python, moviepy, and instaloader.
https://github.com/coderj001/memeify
cli cli-app compilation instaloader moviepy moviepy-library python3
Last synced: about 1 month ago
JSON representation
Memeify: Create Instagram compilations effortlessly using Python, moviepy, and instaloader.
- Host: GitHub
- URL: https://github.com/coderj001/memeify
- Owner: coderj001
- Created: 2023-08-05T16:20:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T15:15:08.000Z (about 2 years ago)
- Last Synced: 2023-09-09T16:26:16.037Z (about 2 years ago)
- Topics: cli, cli-app, compilation, instaloader, moviepy, moviepy-library, python3
- Language: Python
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memeify: Instagram Compilation Generator
Memeify is a Python-based Instagram compilation generator that uses the `moviepy` and `instaloader` libraries to create compilations of Instagram posts and convert them into video format.
## How To Use
Follow these steps to use Memeify:
### 1. Clone This Repository
Clone this repository to your local machine using the following command:
```sh
git clone https://github.com/coderj001/memeify.git
```### 2. Install Python Packages
Install the required Python packages by running the following command inside the project directory:
```sh
pip install -r requirements.txt
```### 3. Get Documentation
You can access detailed documentation by running the following command:
```sh
python cli.py --help
```The documentation will provide you with information on how to use the tool effectively, including available commands, options, and usage examples.
## Features
- Create Instagram post compilations with ease.
- Customize compilation parameters.
- Supports downloading Instagram posts using `instaloader`.
- Converts compilations into video format using `moviepy`.## Usage Example
Here's an example of how you can use Memeify to create an Instagram compilation:
```sh
python cli.py create-compilation
```This command will create a compilation of Instagram posts from the specified username and save it as `output.mp4`.
## Contributing
If you'd like to contribute to Memeify, please follow our [contribution guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Special thanks to the creators of `moviepy` and `instaloader` for their fantastic libraries.
Happy meme-making!