generated from City-Bureau/city-scrapers-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from City-Bureau/cleanup
🧹 Clean up CI, deps, readme, and misc items
- Loading branch information
Showing
9 changed files
with
701 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
## Summary | ||
## What's this PR do? | ||
<!-- eg. This PR updates the scraper for Cleveland City Council because of changes to how they display their meeting schedule. --> | ||
|
||
**Issue:** #ISSUE_NUMBER | ||
## Why are we doing this? | ||
<!-- eg. The website's layout was recently updated, causing our existing scraper to fail. This change ensures our scraper remains functional and continues to provide timely updates on council meetings. --> | ||
|
||
Replace "ISSUE_NUMBER" with the number of your issue so that GitHub will link this pull request with the issue and make review easier. | ||
## Steps to manually test | ||
<!-- Text here is not always necessary but it is generally recommended in order to aid a reviewer. | ||
eg. | ||
1. Ensure the project is installed: | ||
``` | ||
pipenv sync --dev | ||
``` | ||
2. Activate the virtual env and enter the pipenv shell: | ||
``` | ||
pipenv shell | ||
``` | ||
3. Run the spider: | ||
``` | ||
scrapy crawl <spider-name> -O test_output.csv | ||
``` | ||
4. Monitor the output and ensure no errors are raised. | ||
## Checklist | ||
5. Inspect `test_output.csv` to ensure the data looks valid. | ||
--> | ||
|
||
All checks are run in [GitHub Actions](https://github.com/features/actions). You'll be able to see the results of the checks at the bottom of the pull request page after it's been opened, and you can click on any of the specific checks listed to see the output of each step and debug failures. | ||
|
||
- [ ] Tests are implemented | ||
- [ ] All tests are passing | ||
- [ ] Style checks run (see [documentation](https://cityscrapers.org/docs/development/) for more details) | ||
- [ ] Style checks are passing | ||
- [ ] Code comments from template removed | ||
|
||
## Questions | ||
|
||
Include any questions you have about what you're working on. | ||
## Are there any smells or added technical debt to note? | ||
<!-- eg. The new scraping logic includes a more complex parsing routine, which might be less efficient. Future optimization or a more robust parsing strategy may be needed if the website's layout continues to evolve. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.