Twitter bot made in Python that when mentioned by a user, it tweets back suggesting a random movie from Netflix
Technologies | How To Use | License | Twitter Page
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Python 3.8.7 + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/FeGroders/diz-um-filme.git
# Go into the repository
$ cd diz-um-filme
# Install dependencies
$ pip install Tweepy
$ yarn install
In the project, change the api keys and run the program.
This project is under the MIT license. See the LICENSE for more information.
Fernando Groders