Skip to content

JackBonnellDevelopment/Automated-ChatGPT-LinkedIn-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated ChatGPT LinkedIn Bot

An automated LinkedIn Bot that uses ChatGPT to post content related to chosen Tags.

    


Background

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


Table of Contents


Prerequisites

  • Python3
  • OpenAI
  • Selenium
  • Chrome

Set Up

  1. 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


  1. Install dependencies
pip install -r requirements.txt

Usage

  • Run the script

    Python main.py
    
  • Example Output


Contribute

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.


License

MIT

About

An automated LinkedIn Bot that uses ChatGPT to post content related to chosen Tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages