You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gregory Rudolph
cd42a73323
|
3 years ago | |
---|---|---|
.vscode | 3 years ago | |
Pages | 3 years ago | |
Properties | 3 years ago | |
wwwroot | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Posting.cs | 3 years ago | |
PrivateData.cs | 3 years ago | |
Program.cs | 3 years ago | |
README.md | 3 years ago | |
Startup.cs | 3 years ago | |
StateJobsNYSubmit.csproj | 3 years ago | |
UserData.cs | 3 years ago | |
appsettings.Development.json | 3 years ago | |
appsettings.json | 3 years ago |
README.md
StateJobsNYSubmit
Webapp to automatically create StateJobsNY Applications with cover letter and resume then potentially automatically send application email.
References:
- https://statejobs.ny.gov/employees/vacancyDetailsView.cfm?id=89317 - generic posting
- https://www.scrapingbee.com/blog/web-scraping-csharp/ - for scraping posting site
- https://stackoverflow.com/questions/2937797/best-c-sharp-api-to-create-pdf - for creating cover letter
- https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.mailmessage.attachments?view=net-5.0 - for adding attachments to email
- https://stackoverflow.com/questions/298363/how-can-i-make-smtp-authenticated-in-c-sharp - for sending email