Git Product home page Git Product logo

crakzor / linkedin-post-automator Goto Github PK

View Code? Open in Web Editor NEW
45.0 3.0 14.0 52 KB

Automatically curates and posts content to LinkedIn. It can optionally use web scraping to gather data, which is then fed to ChatGPT to craft engaging LinkedIn posts.

License: MIT License

Python 100.00%
chatgpt-api linkedin linkedin-bot linkedin-post linkedin-posts-automation linkedin-scraper openai-api post-scheduler post-scheduling website-scraper

linkedin-post-automator's Issues

providing context

Option for including additional post context, for example, the last 4 posts made. This will prevent duplicate / similar consecutive posts.

core/chatgpt.py: continuation bug

When message requires a continuation, it posts twice, and the last message response includes something along the lines of "I appologize the previous message was cut off..."

Auth for Linkedin

Hi!

Linkedin shows a "CSRF check invalid". Seems that auth is not working here.
Are you still able to post without it?

Need cookie refresh

Bot stops working when session expires. Currently, cookie value is only valid for about a week. Need to implement refresh. When server responds with set cookie in header, update cookie in config.json.

error in running main.py

$ /bin/python /home/varun/auto/linkedin-post-automator/main.py
Traceback (most recent call last):
File "/home/varun/auto/linkedin-post-automator/main.py", line 2, in
from core.content_manager import ContentManager
File "/home/varun/auto/linkedin-post-automator/core/content_manager.py", line 2, in
from core.chatgpt import ChatGpt
File "/home/varun/auto/linkedin-post-automator/core/chatgpt.py", line 7, in
class IncompleteResponse(openai.error.OpenAIError):
^^^^^^^^^^^^
AttributeError: module 'openai' has no attribute 'error'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.