https://github.com/avipars/lovable_python
Python scripts to interact and do various things on Lovable.dev
https://github.com/avipars/lovable_python
lovable python python3
Last synced: 8 months ago
JSON representation
Python scripts to interact and do various things on Lovable.dev
- Host: GitHub
- URL: https://github.com/avipars/lovable_python
- Owner: avipars
- License: gpl-3.0
- Created: 2025-04-20T11:57:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T13:07:48.000Z (8 months ago)
- Last Synced: 2025-04-20T14:24:40.152Z (8 months ago)
- Topics: lovable, python, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Lovable_Python
Python scripts to interact and do various things on Lovable.dev
Project ID: Unique identifier for a given site (not considered secret)
Bearer Token: Unique per Lovable user, it is used for authentication and authorization (very secret, do not share)
[Read my article]([https://medium.com/avi-parshan-studios/stop-leaking-your-api-keys-on-lovable-dev-3117bb3fe2ec](https://medium.com/avi-parshan-studios/stop-leaking-your-api-keys-on-lovable-dev-3117bb3fe2ec?source=social.tw )) on API Tokens that got leaked (also shows how to get project id and bearer tokens)
* remix.py
Remix a project (can also opt to inlcude project history - prompts and code changes)
* deleter.py
Delete a project you own on lovable (if you transfered the project to GitHub, it will not delete that repository)
* extract_id.py
Given a project or site URL, this will attempt to find the Project ID (may not always work)