An example app using the Ampli Python Wrapper using basic Python
You will need to do the following before running the app.
pip install -r requirements.txt
cp .env.example .env
You can run the app using the events from our sample tracking plan. This will log events to your Amplitude project.
python app.py
If you want to use your own tracking plan and Ampli Wrapper
npm i -g @amplitude/ampli
ampli pull
- Edit .env file add your API key
- Update
app.py
to use the events from your tracking plan
- README.md - you are here *
- ampli/
- ampli.py - Generated SDK, don't modify by hand. Update with
ampli pull
- requirements.txt - Dependencies of ampli wrapper
- ampli.py - Generated SDK, don't modify by hand. Update with
- app.py - Example user app using Ampli wrapper. A good place to start.
- plugins.py - Example plugin for Event enrichment