Skip to content

kaburelabs/twitter-monitor-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published