Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 494 Bytes

File metadata and controls

7 lines (7 loc) · 494 Bytes
  • Modify KrisBot.py to generate fake email and phone if not provided by user
  • Expand mock data generation for Instagram in perform_instagram_scrape
  • Expand mock data generation for Facebook in perform_facebook_scrape
  • Update handle_text and start to use fake data when MOCK_MODE is on
  • Update test_mock.py to include Instagram and Facebook mock tests
  • Test the changes with MOCK_MODE=1
  • Fix synchronous requests.get in tiktok_fetch callback to use async httpx