This project contains the starter code for Basic Training: Bot Camp!
Click Show
above and it will launch the app in a new browser tab. It starts by running the main.py
program.
That's this file!
A Python file that contains functions which scrape data from Twitter.
This file sets some global variables (variables that are used by other parts of the program).
This file keeps track of which library versions we are using.
This main Python script starts the webpage and processes the scraper requests.
This folder contains the JavaScript, CSS and images that the web app uses.
This launches the webpage of the Twitter app.