Skip to content

prykris/planner-bot

Repository files navigation

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

About

Facebook Event Planner Bot for Solar Eclipse Events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published