https://github.com/suminb/scout
A private Slack bot for posting useful stuff for investment. 'Scout' is a temporary name.
https://github.com/suminb/scout
aws email investment
Last synced: 4 months ago
JSON representation
A private Slack bot for posting useful stuff for investment. 'Scout' is a temporary name.
- Host: GitHub
- URL: https://github.com/suminb/scout
- Owner: suminb
- Created: 2017-04-08T06:34:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T00:37:55.000Z (over 8 years ago)
- Last Synced: 2025-06-12T14:06:30.535Z (4 months ago)
- Topics: aws, email, investment
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
(Unnamed Project)
---
TODO: Name this project as soon as possible.The primary purpose of this project is to perform the following tasks:
1. Receive analyst reports via email every morning (AWS SES).
1. Extract PDF files (the actual reports).
1. Extract text from those files and summarize it ().
1. Upload the summary along with the original PDF to a private Slack channel.Receiving emails with AWS SES
---In order to receive email messages via AWS SES, a user-owned domain name must
be provided. Refer [this document](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-verification.html)
for more details.I've set up a `TXT` record and an `MX` record on my domain, as directed in the
AWS console.AWS Lambda
---
We use Apex in order to manage AWS Lambda functions.*
Uploading files to a Slack channel
---*
*
*