Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenngn authored Aug 28, 2023
1 parent f41f6ca commit 33bf7c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Translation Twitter Bot
A bot that translates tweets.

############ DEPRECATED WITH NEW TWITTER API ############

## Usage
```bash
sudo docker build . -t main
Expand All @@ -18,4 +20,4 @@ docker run -d --restart always \
-e API_FLASH_KEY="{1st api flash key}" \
-e API_FLASH_KEY2="{2nd api flash key}" \
-e API_FLASH_KEY3="{3rd api flash key}" \ main
```
```

0 comments on commit 33bf7c7

Please sign in to comment.