This repository contains scripts and tools for automating tasks and integrating data with the Scoro API. The primary focus is on simplifying project and invoice management, improving data consistency, and enhancing workflow efficiency.
Retrieves, processes, and exports invoice data efficiently.
Maps project IDs and names to ensure accurate system alignment.
Generates Excel reports for project tracking and financial analysis.
bash
git clone https://github.com/isaaceeeeee/Scoro.git
bash
pip install -r requirements.txt
Update the config.json file with your Scoro API credentials:
json
{
"base_url" : "https://your_site.scoro.com/api/v2/",
"api_key": "your_api_key",
"company_account_id": "your_company_account_id"
"lang": "eng",
}
Run individual scripts depending on your task:
python invoices.py
- scripts/: Core automation scripts.
- data/: Example input/output files.
- docs/: Additional documentation.
- Add real-time status updates for tasks.
- Expand functionality to other Scoro modules.
Contributions are welcome! Submit an issue or pull request to propose changes or suggest new features.
This project is licensed under the MIT License.