Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCarroll09 authored Dec 11, 2023
1 parent 4c61373 commit 94629d6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# mastodonHashtagBot
# Mastodon Hashtag Bot
A bot for mastodon that can boost a certain hashtag.

# To run

Edit the file to include your client id, secret key and the name of your instance, as well as including wht the hashtag is
To run install mastodon.py using:

```
pip install mastodon.py
```

Then run:

```
python3 bot.py
```

0 comments on commit 94629d6

Please sign in to comment.