Skip to content

Commit

Permalink
Add 'all-events' as a default date filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ustasb committed Jul 27, 2021
1 parent 188a104 commit 0603f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eventbrite_scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

DEFAULT_CITY = 'ma--boston'
# TODO: all-events returns less results than 'this-month next-month'. Look into why...
DEFAULT_DATE_FILTERS = %w{ this-month next-month }
DEFAULT_DATE_FILTERS = %w{ this-month next-month all-events }
DEFAULT_KEYWORDS = %w{ startup start-up founder co-founder entrepreneur entrepreneurs entrepreneurship pitch networking mixer tech technology }
DEFAULT_OUTPUT_PATH = File.expand_path('~/Desktop/eventbrite_events.md')
VALID_DATE_FILTERS = %w{ today tomorrow this-weekend this-week next-week this-month next-month all-events }
Expand Down

0 comments on commit 0603f91

Please sign in to comment.