Skip to content

Commit e729c1d

Browse files
committed
Update
1 parent d103298 commit e729c1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ThirdParty/Twitter/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Twitter Bot
1+
# Creating a Twitter App
22

3-
automatically tweet on a schedule
3+
In this lesson, you will learn to create a Twitter app that automatically sends tweets on a schedule.
44

55
## Create Twitter Application
66

@@ -68,6 +68,7 @@ cd package
6868
zip -r9 ../package.zip .
6969
cd ..
7070
zip -g package.zip lambda_handler.py
71+
rm -rf package/*
7172
```
7273

7374
<!--

0 commit comments

Comments
 (0)