Skip to content

sachalevy/tweepipe

Repository files navigation

Tweepipe

Easy data collection from Twitter and storage to MongoDB.

Quick Start

You'll need python 3.8 to install install tweepipe with pip:

pip install tweepipe

Contribution guidelines

  • Start a new feature branch from the main git branch. Give it a meaningful name.
  • Write your code.
  • Add unit tests.

Maintainers