A small React + Flask project to integrate with the Twitter API and display results in a word cloud.
- Clone or fork the repo to your local machine
pip install -r requirements.txt
from the root of the project directory. Doing so in a virtual environment is recommended!- cd to frontend directory and run
yarn install
flask run
from root directory to run the backendyarn start
from frontend to compile the frontend Once you do this, if you navigate to localhost:3000 in the browser, you should see the application
Fork the project and submit a pull request with your changes.
- take your Beare token from your twitter developer account
- store Api key locally:
- to know how to do that, you can watch this video