Erpnext Social Media Marketing
CRM-integrated Social Media tracking for ERPNext.
- Author: b-robotized
- Repository: https://github.com/b-robotized/erpnext_social_media_marketing
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: Developer Tools
- Maintenance: Minimally Maintained
Install Erpnext Social Media Marketing
bench get-app https://github.com/b-robotized/erpnext_social_media_marketing
Add the Frappe Gems badge to your README
Maintain Erpnext Social Media Marketing? Paste this into your README:
[](https://frappegems.com/gems/apps/b-robotized/erpnext_social_media_marketing)
About Erpnext Social Media Marketing
Social Media Marketing
CRM-integrated Social Media tracking for ERPNext.
Installation
bench get-app erpnext_social_media_marketing https://github.com/b-robotized/erpnext_social_media_marketing
bench install-app erpnext_social_media_marketing
Testing
1. Unit Tests (Logic Verification)
These tests check the Python code logic in isolation. They are fast and run locally or in CI without a full Frappe environment.
Run locally:
docker run --rm -v $(pwd):/app -w /app python:3.14-slim \
bash -c "pip install -e . pytest && pytest erpnext_social_media_marketing/erpnext_social_media_marketing/erpnext_social_media_marketing/tests"
2. Integration Tests (Installation Verification)
These tests verify that the app can be successfully installed into a real ERPNext site using Docker Compose.
Automated Management Script: I have provided a helper script to manage the lifecycle of your test environment.
Start Clean & Run: This will clean up previous runs, build the image, start the containers, and show the installation logs.
./manage.shClean Up Only: This will stop containers and remove all volumes and images created by this test, freeing up space.
./manage.sh --clean-only
Manual Commands: If you prefer running commands manually:
cd docker
docker compose up -d --build
docker compose logs -f configurator
License
MIT
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.