Skip to content

AdityaSinghChauhan/TwitterBotWithLambdaAndS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwitterBotWithLambdaAndS3

This piece of code helps one getting started with Bots and AWS Services ( Lambda and S3)

This application would:

  1. Scrap images from web and store them in an Amazon S3 Bucket.   :: fetchPhotosFromWeb.py :: We scrap images from https://www.pexels.com/search/astronomy/ and save in a S3 bucket.

  2. Fetch images from the S3 bucket and tweet in a fixed interval.

Refer to https://adityachauhanspeaks.wordpress.com/2018/03/07/creating-your-own-twitter-bot-with-python-aws-lambda-and-s3/ for more details.

Releases

No releases published

Packages

No packages published

Languages