Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bitrise API #62

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add bitrise API #62

wants to merge 1 commit into from

Conversation

isabelrios
Copy link
Collaborator

Initial PR to add Bitrise end point.

Only counting number of builds per day once we start running the script.
Table created and working on staging database.

I will add all the builds so that we have historical data at least starting on 2024.

@isabelrios isabelrios requested a review from rpappalax February 13, 2025 16:46
url = self.__url
days_ago = 1
today = datetime.datetime.utcnow().date()
past_date = today - datetime.timedelta(days=days_ago)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would need to think how to narrow this down so that we are sure that we count the builds after sometime and right before the github action runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant