kaburelabs / twitter-monitor-fastapi

First api I built using fastAPI - It collect data from cardano projects and store it in mongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter API monitor with fastAPI + MongoDB

You need to have a file .env with the following variables:


> DB_URL="mongodb+srv://mongodb_path"
> DB_URL2="mongodb+srv://mongodb_path"
> DATABASE_NAME="Example"
> sender_email_addr="set email here - SMTP"
> sender_email_pwd="set email pwd - SMTP"
> api_key="twitter-api-key"
> api_secret_key="twitter-secret"
> access_token="twitter-access-token"
> access_token_secret="twitter-access-token-secret"
> app_key="set-a-key-to-your-app"



You need to add the accounts you want to monitor in the project-list collection as a list inside the DATABASE_PROJECTS database;

About

First api I built using fastAPI - It collect data from cardano projects and store it in mongoDB


Languages

Language:Python 98.4%Language:Shell 1.6%