Skip to content

lukehollenback/birdcall

Repository files navigation

Birdcall

Status: Stable & Ongoing

A Python module, and a collection of Python scripts, for serverless Twitter bots and CLI-based operations. Leverages
Tweepy and other techniques.

Birdcall is used by bots like @indiedevtracker, which automatically provides a curated stream of content from the indie game development community.

Setup

This project uses Python Virtual Environments for development and deployment. This makes it possible to install packages using pip specifically for this project without affecting the rest of the host system. Dependencies are listed in the repository's requirements.txt file.