An open API service indexing awesome lists of open source software.

https://github.com/imshawan/twitter-chain-bot

This repository contains the code for my work at LHD: Build - Day 5 {MLH) on topic "Capital One Intro to Python pt 2"
https://github.com/imshawan/twitter-chain-bot

Last synced: about 1 month ago
JSON representation

This repository contains the code for my work at LHD: Build - Day 5 {MLH) on topic "Capital One Intro to Python pt 2"

Awesome Lists containing this project

README

        

# MLH Localhost <> Capital One

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

### ← 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.