Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 856 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 856 Bytes

MLH Localhost <> Capital One

This project contains the starter code for Basic Training: Bot Camp!

Your Project

Click Show above and it will launch the app in a new browser tab. It starts by running the main.py program.

← README.md

That's this file!

← twitter_scraper_fetcher.py

A Python file that contains functions which scrape data from Twitter.

← config.py

This file sets some global variables (variables that are used by other parts of the program).

← requirements.txt

This file keeps track of which library versions we are using.

← main.py

This main Python script starts the webpage and processes the scraper requests.

← static/ folder

This folder contains the JavaScript, CSS and images that the web app uses.

← homepage.html

This launches the webpage of the Twitter app.