GitXplorerGitXplorer
B

MovieWordCloud

public
2 stars
2 forks
9 issues

Commits

List of commits on branch master.
Unverified
cea93e560b3f7924997b359e982cc66f2ac373a9

refactor(models): not required fields

BBgeninatti committed 2 years ago
Unverified
813aa85930574938e6b85f9b47a1931f4306f465

build(docker-compose): fix missing env file

BBgeninatti committed 2 years ago
Unverified
917603f6b6a82187f34434d2b232c1c833162ccf

bump: version 0.3.0 → 0.3.1

BBgeninatti committed 2 years ago
Unverified
619a674aa2d5901bbd4e92df761384ca6fc1be42

Merge branch 'dev'

BBgeninatti committed 2 years ago
Unverified
08810f0f6d53eaeb008f5322e47d5ab1b98399fe

refactor(core): a lot of refactors and new stufff

BBgeninatti committed 2 years ago
Unverified
9edb2c7963ae57e67056f4fde3c2d3a1b1625cb6

build: Make file configs and stuff

BBgeninatti committed 2 years ago

README

The README file for this repository.

MovieWordCloud

A Twitter bot that tweets word clouds based on movies scripts.

How to use

  1. Clone this repo
$ git clone https://github.com/Bgeninatti/MovieWordCloud.git
  1. Fill your database, TMDB and twitter credentials in the auth.env file:

  2. Run the docker container

docker compose up -d

The command will hang forever. This means the container is running and waiting for commands.

The following commands needs to be ran in a separated shell

  1. Download movies data
$ docker compose exec mwc mwc sync-tmdb
  1. Download subtitles for the movies
$ docker compose exec mwc mwc download-missing-subtitles
  1. Tweet a random movie
$ docker compose exec mwc mwc tweet-movie