LinkedIn Auto is a PHP project that allows you to automatically fetch Articles/Jobs from an RSS feed, paraphrase them using the Hugging Face interface API AI, and post the paraphrased articles on your LinkedIn account. This project simplifies the process of curating and sharing content on LinkedIn, saving you time and effort.
Before using LinkedIn Auto, make sure you have the following:
- PHP installed on your local machine or server
- Composer package manager
- Hugging Face API credentials (API key)
- LinkedIn API credentials (API key)
- change .env ( test ) file to .env only.
- import linkedin-auto.sql database.
- add your KEYs to .env file.
- setup Cron Job to open Views/index.php every constant time ex.(200 milliseconds).
LinkedIn Auto relies on the following libraries and APIs:
- Hugging Face - Provides the paraphrasing functionality using their interface API AI.
- LinkedIn API - Used for posting articles on LinkedIn. We would like to express our gratitude to the creators and maintainers of these tools for their contributions to the open-source community.