An automated LinkedIn Bot that uses ChatGPT to post content related to chosen Tags.
This bot uses Selenium and ChatGPT to automate the proccess of creating and posting LinkedIn Content. This repository is loosely based of a tutorial on automating linkedIn posts by ijachipius8.
The code is very basic and uses python. More complete documentation and code will be added as more features are implemented and the ChatGPTLinkedInDriver is moved out of Main.py
- Python3
- OpenAI
- Selenium
- Chrome
- Create an .env file in the root of the repository as shown:
# LinkedIn User Credentials
USERNAME=jack.bonnell@hotmail.co.uk
PASSWORD=Hillsidenn69ph!
# OPEN AI API KEY
OPENAIKEY=1234
# Frequency of posts (Hours)
FREQUENCY=24
# Tags for generating posts
POSTTAGS = tech AI ML
- Install dependencies
pip install -r requirements.txt
-
Run the script
Python main.py -
Example Output
PRs are welcome! If you're looking for something to do, maybe take a look at the Issues?
If updating the README, please stick to the standard-readme specification.
MIT


