Skip to content

rgw3d/everylotbot-cincinnati

 
 

Repository files navigation

EveryLot Cincinnati Bot

A bot that posts images of every property lot in Cincinnati to Bluesky.

I'll save you from having to read a mile long AI-generated README. You weren't going to read it anyway. If you care, look at README.md from the source fork: everylotbot-chicago. This ain't rocket science, you'll figure it out.

cincinnati_data.md describes how the source data was derived. Its a manual process as there were no good APIs for Cincinnati.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file from the example & configure it:
cp .env.example .env

Running the Bot

Basic usage:

python3 -m everylot.bot --dry-run --verbose --id 1000 

Running Automatically

To run the bot automatically, set up a cron job. For example, to post every hour:

0 * * * * cd /path/to/everylotbot-chicago && python -m everylot.bot >> bot.log 2>&1

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

A bot that posts a streetview of every property in Cincinnati on Bluesky

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%