~mohab/fightlike

dcd02204323d4bca1ad4983547a22ac38ab6847e — mohab 16 days ago 3618eb5 main
chore: edit instance name and link
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +3 -3
@@ 66,10 66,10 @@ pytest

```bash
cat >> mastodon_api_token.secret
YOUR_MASTODON_API_TOKEN
<YOUR_MASTODON_ACCESS_TOKEN>
cat >> .env
DB_URI="YOUR_MONGODB_URI"
API_BASE_URL="YOUR_API_BASE_URL"
DB_URI="<YOUR_MONGODB_URI>"
API_BASE_URL="<YOUR_API_BASE_URL>"
python fighlike.py
```