-
Notifications
You must be signed in to change notification settings - Fork 3
Update handler.py #14
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
Conversation
- The fetch_hacker_news_rss function has been renamed to fetch_bleeping_computer_rss and now uses the Bleeping Computer RSS feed URL - Renamed the function to reflect the new feed source.
|
@Deadpool2000 thanks for the contribution!!! means a lot! this issue was to add the bleepingcomputer RSS feed. I still want the hacker news RSS feed as well. |
- Main() function -Now fetches from both Bleeping Computer and Hacker News, combines the articles. - Handles Hacker News' 'GMT' timezone by converting it to '+0000', allowing correct date parsing. - After processing all articles, filters links to include only those from Bleeping Computer (based on URL) before sending to DynamoDB.
Deadpool2000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added Hacker News Feed
|
@damienjburks Please check changes. |
|
@Deadpool2000 will check when i have a moment. |
damienjburks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two more changes and then we should be good to go.
damienjburks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this @Deadpool2000 - appreciate your help 😄
The fetch_hacker_news_rss function has been renamed to fetch_bleeping_computer_rss and now uses the Bleeping Computer RSS feed URL
Renamed the function to reflect the new feed source.
Ref of issue #2