Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Fix dockerr run command
Browse files Browse the repository at this point in the history
  • Loading branch information
slaninas committed Jul 11, 2022
1 parent 5e18eed commit 359f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It uses [twint](https://github.com/minamotorin/twint.git) to get the tweets, mak
```
git clone https://github.com/slaninas/tostr/ && cd tostr
# Add secret to config file, choose refresh interval, relay and set limit for number of accounts
sudo docker build -t tostr . && sudo docker run --rm -ti -name=tostr -v $PWD/data/:/app/data:rw tostr
sudo docker build -t tostr . && sudo docker run --rm -ti --name=tostr -v $PWD/data/:/app/data:rw tostr
```
Now the bot should be running and waiting for mentions. You can reply to its message with 'add twitter_username' to add new account or with 'random' to get a random user.
It relays only new tweets that were posted after you launched it.
Expand Down

0 comments on commit 359f27a

Please sign in to comment.