pls help i am bored
AWS Lambda function which listens for tweets from a chosen account, then tweets a SpongeBob Mocking version of it.
@SomePretentiousMultinationalCorporation Buy our crappy product today because it will improve your life by 164146786%! Join us our customer base today to help us make tons of money!
@You bUY OuR crApPY prOdUCt tOdAy BecCAuSe IT wiLL iMproVe yOUR liFe By 164146786%! JOiN OUr cUsToMeR bASe ToDay To hELp Us mAke TOns oF MOnEy!
Skip if you know how to do this already. You could also run this on a server - just run lambda_main.lambda_handler()
- Install all the Python dependencies needed for this project. You'll need to do this on an Ubuntu Linux machine, so if you're using Mac or Windows, use a virtual machine or ask an Ubuntu-using friend. From the root of this repo, run:
sudo apt-get install python-pip
sudo pip install --upgrade pip
sudo pip install -r requirements.txt -t .
- Compress everything in the project folder into a Zip by running:
zip tweet-mocker.zip -r .
- Upload it to AWS Lambda
- Set up the trigger for this function