Back to all Bounties
Earn 5,000 ($50.00)
due 1 year ago
Completed
Replit Script to Send Emails
p4r7h
Details
Applications
2
Discussion
This Bounty has been completed!
@p4r7h's review of @nox000
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
Problem Description
Develop a Python script deployable on Replit for sending emails to a list of recipients. The script must be configurable with personal Google Developer credentials.
Acceptance Criteria
- A Python script that can be executed on Replit.
- Capability to send emails to a list of three recipients.
- Personalized email content for each recipient.
- Clear instructions for configuring the script with Google Developer credentials.
- Comprehensive documentation for setting up necessary APIs on Google Cloud Platform.
- Use of environment variables for handling sensitive data.
Technical Details
- Python as the programming language.
- Utilization of Gmail API or similar Google APIs for email services.
- Adherence to Google's rate limits and usage policies.
- Robust error handling and logging mechanisms.
- Source code provision along with a
requirements.txt
file for dependencies. - Detailed instructions for setup, configuration, and deployment.
Note: The script will be triggered by Replit's Scheduled Deployment, so it does not need to handle its own scheduling.