Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 721 Bytes

Planner-Bot for Facebook

Creates solar eclipse events

Prerequisites

  • Python 3.x
  • Google Chrome (Version any)

Setup

Virtual Environment

  1. Create a virtual environment: python3 -m venv my_project_env
  2. Activate the virtual environment:

Linux

source venv/bin/activate

Windows

source venv\Scripts\activate

Install Dependencies

Install required Python packages:

pip install -r requirements.txt

ChromeDriver

No need to worry about the chrome drivers, they will be installed automatically.

Configuration

Place your settings and credentials in config/settings.json.

Running the Bot

Navigate to the src/ directory and run:

python main.py