This is a work in progress for a bot to answer recruiters in Linkedin
It uses Puppeteer to access the given account, download the messages, reformat them, then does some NLP on them to give a conversational-ish response.
- Login
- Getting all the conversations.
- Downloading the conversations to files.
- Reformat the conversations. // Not sure I want to reformat them more.
- Discover some patterns in the messages.
- Respond to the recruiter with some canned responses.
- Archive replied messages.
- Ignore past recruiters unless unless they have new messages.
You should create a .env file on the root of the repo with USERNAME=username PASS=password ME=fullname
Being username your email in Linkedin, and fullname your name as it appears on LinkedIn. That .env file is already added in .gitignore
Also, don't forget to create a fixtures folder.