Skip to content

akshattalwar001/Viralyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Create Firebase database
  • Check Firebase database
  • Finish Firebase database
  • Create AWS S3 store
  • Check AWS S3 store
  • Finish AWS S3 store
  • Create API
  • Check API
  • Finish API
  • Create API routes
  • Check API routes
  • Finish API routes
  • Create folder structure
  • Check folder structure
  • Finish folder structure
  • Create scraping
  • Check scraping
  • Finish scraping
  • Create deployment
  • Check deployment
  • Finish deployment

1

2

3

4

5

6

7

User data model

"user_data" : [{
    "username":"elonmusk",
    "full_name":"Elon Musk",
    "user_id":"123456789",
    "biography":"CEO of SpaceX and Tesla, Inc.",
    "fbid":"1234567890",
    "fb_account_url":"https://www.facebook.com/elonmusk",
    "json_url":"https://s3.amazonaws.com/your-bucket/profiles/elonmusk.json",
    "post_json_url":"https://s3.amazonaws.com/your-bucket/posts/elonmusk.json",
    "profile_pic_url":"https://s3.amazonaws.com/your-bucket/profiles/elonmusk.jpg",
    "profile_pic_url_hd":"https://s3.amazonaws.com/your-bucket/profiles/elonmusk_hd.jpg",
    "is_verified":"True",
    "last_scraped":"2025-04-04T15:00:00Z",
    "followers":231000000,
    "following":1,
    "posts_scraped":1342,
    "posts_count":3192,
    "avg_likes":1.3e6,
    "avg_comments":12_300
}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors