/twitterGPT

Scrolls Twitter timeline and summarizes with ChatGPT

Primary LanguageJavaScriptMIT LicenseMIT

twitterGPT

Fetches Twitter timeline and generates summary with ChatGPT.

Screenshot

Setup

This project uses puppeteer for browser automation.

npm install
# or `npm i puppeteer`

When launching puppeteer:

  • Modify userDataDir to your own folder. This is where login creds are stored.
  • Modify executablePath to point to Chrome.

Usage

node twitterGPT.js

Resources

License

MIT