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 spider for Caucaia/CE #335

Merged
merged 7 commits into from
Dec 7, 2020
Merged

Conversation

Jefersonalves
Copy link
Contributor

This PR solves #332. This spider already makes fewer requests based on the start date

@sergiomario sergiomario added the hacktoberfest-accepted Pull Requests aprovados na Hacktoberfest label Oct 28, 2020
@jvanz jvanz linked an issue Oct 29, 2020 that may be closed by this pull request
Comment on lines 24 to 38
month_number_to_name = {
1: "Janeiro",
2: "Fevereiro",
3: "Março",
4: "Abril",
5: "Maio",
6: "Junho",
7: "Julho",
8: "Agosto",
9: "Setembro",
10: "Outubro",
11: "Novembro",
12: "Dezembro",
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you can use the standard for that. Take a look in the calendar module.

@jvanz jvanz merged commit 8412e71 into okfn-brasil:main Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Pull Requests aprovados na Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caucaia spider
3 participants