https://github.com/lucassmonn/movies-chatgpt-twitter
This project get movies from TheMovieDB, summary it on ChatGPT than post it on Twitter.
https://github.com/lucassmonn/movies-chatgpt-twitter
automatization axios chatgpt cron example gpt-3 ia node openai themoviedb themoviedb-api tt twitter
Last synced: 4 days ago
JSON representation
This project get movies from TheMovieDB, summary it on ChatGPT than post it on Twitter.
- Host: GitHub
- URL: https://github.com/lucassmonn/movies-chatgpt-twitter
- Owner: lucassmonn
- Created: 2023-03-11T01:38:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T22:39:02.000Z (about 2 years ago)
- Last Synced: 2025-03-31T17:11:23.046Z (23 days ago)
- Topics: automatization, axios, chatgpt, cron, example, gpt-3, ia, node, openai, themoviedb, themoviedb-api, tt, twitter
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This project get movies from TheMovieDB, summary it on ChatGPT than post it on Twitter.
# Installation
You will need create an .env like the .env-example file and put the variables you got from [twitter](https://developer.twitter.com/en), [openai](https://platform.openai.com/signup) and [themoviedb](https://developers.themoviedb.org/4/getting-started).
Install dependencies
```
npm install
```So
```
npm start
```