Skip to content

A Python bot that captures unsecured CCTV cameras and posts them to a Twitter account.

Notifications You must be signed in to change notification settings

JohnQHerman/CCTV-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsecured CCTV Cameras Bot

A Python bot that scrapes random unsecured CCTV cameras and posts them to a Twitter account.

You can see the bot in action here on its Twitter page.

West Des Moines, Iowa Trento, Italy

🚀 Usage

  1. Clone this repository to your local machine.
  2. Run pip install -r requirements.txt to install the necessary dependencies.
  3. Set up a Twitter Developer account and obtain the necessary API credentials. You can find a guide here.
  4. Rename the prod.env.example file to prod.env and add your API credentials in the following format:
CONSUMER_KEY=YOUR_CONSUMER_KEY
CONSUMER_SECRET=YOUR_CONSUMER_SECRET
ACCESS_TOKEN=YOUR_ACCESS_TOKEN
ACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET
BEARER_TOKEN=YOUR_BEARER_TOKEN
  1. Launch the bot by running python .\src\main.py.

🙌 Credits

This project was developed by John Q. Herman under the MIT license, with camera feeds sourced from Insecam.org.

About

A Python bot that captures unsecured CCTV cameras and posts them to a Twitter account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages