Skip to content

A small React + Flask project to integrate with the Twitter API and display results in a word cloud.

Notifications You must be signed in to change notification settings

aligg/twitter-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small React + Flask project to integrate with the Twitter API and display results in a word cloud.

Getting Started

  1. Clone or fork the repo to your local machine
  2. pip install -r requirements.txt from the root of the project directory. Doing so in a virtual environment is recommended!
  3. cd to frontend directory and run yarn install

Run everything

  1. flask run from root directory to run the backend
  2. yarn 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

Contributing

Fork the project and submit a pull request with your changes.

project steps:

  1. take your Beare token from your twitter developer account
  2. store Api key locally:
    • to know how to do that, you can watch this video

About

A small React + Flask project to integrate with the Twitter API and display results in a word cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published