Skip to content

twarep/electrifly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

497 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectriFly Repository

How to Run Instructions

The code contains a requirements.txt file. These are all the packages needed to run all the Python scripts. In order to run the code, follow the following steps:

Copy the repository to your computer. run: git clone https://github.com/twarep/electrifly.git

  1. Create and activate a Python virtual environmment, you can use: python -m venv venv
  2. To activate the virtual environment on Mac/Linux devices with all packages installed, run: source venv/bin/activate
  3. To activate the virtual environment on Windows devices with all packages installed, run: \venv\Scripts\activate.bat
  4. To install requirements, run: pip install -r requirements.txt
  5. To run the scraping script, run: python3 scraper.py

About

Repository for Electrifly Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors