An open API service indexing awesome lists of open source software.

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.

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
```