Skip to content

browniecode93/twitter-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is an importer, which get data from Twitter, using it's API and store them in a Mongo db. You can get both user's timeline and different hashtags. The importer will be run daily to get new data.

Built With

Getting Started

Clone the repo in your local machine.

Prerequisites

  • Install Docker Desktop
  • Get Twitter Developer API Access

Usage

Run docker-compose up and airflow will be accessible at localhost:8080/admin/

Add Twitter API keys:

def get_api_object():

Modify list of usernames:

usernames = ['ApacheAirflow', 'Airbnb']

Modify list of hashtags:

'hashtags': ['#unitedAIRLINES', '#Flight', '#beach'],

For more information about the project, please refer to Documentation

For more information about airflow image, please refer to docker-airflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published