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"
- Host: GitHub
- URL: https://github.com/imshawan/twitter-chain-bot
- Owner: imshawan
- License: mit
- Created: 2021-01-15T16:14:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T16:21:38.000Z (over 4 years ago)
- Last Synced: 2025-01-23T13:43:53.494Z (3 months ago)
- Language: Python
- Homepage: https://twitter-chain-bot.glitch.me/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.