Skip to content

nderimx/autobewerber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autobewerber

Automatisierung vom Bewerbungsprozess

Nur Inserat Link und Empfaenger Email sind noetig um dich zu bewerben, das Vorbereiten von deinen Dokumenten und andere Kleinigkeiten werden von Autobewerber erledigt.

Momentan nur mit jobs.ch

config/config.json Struktur:

{ "log_file" : "logs/applications.csv", "sender_name" : "John Doe", "sender_email" : "[email protected]", "docs_directory" : "documents", "cv" : "Lebenslauf.pdf", "certificates" : "Zeugnisse_und_Diplome.pdf", "email_message" : "message_without_greeting.txt", "application_letter" : "Bewerbungsschreiben.pdf", "app_letter_template" : "documents/application_letter_template/Bewerbungsschreiben.html", "search_term" : "Controlling", "host" : "https://www.jobs.ch" }

Bewerbungsschreiben.html id's die von autofiller.py identifiziert und benutzt werden:

  • 'Unternehmen'
  • 'Strasse'
  • 'Platz'
  • 'Datum'
  • 'Stellenbeschreibung'
  • 'Ansprache'

TODO:

  • The installer needs to be a python file that detects the os, and modifies some configurations accordingly (not the config.json files)

About

Automatisierung vom Bewerbungsprozess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages