You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
1 year ago
|
# trixie-bot
|
||
|
The Great and Powerful Trixie Lulabot for Mastodon! Absolutely required to be a part of your everyday instance timeline!
|
||
|
Currently posting on: https://social.inex.rocks/@TrixieLulamoon
|
||
|
- - - -
|
||
|
What she does:
|
||
|
- [x] Posting random screenshots of her
|
||
|
- [x] Answering on mentions and timeline pings
|
||
|
- [x] Blessing your life
|
||
|
- [ ] Being useless
|
||
|
|
||
|
You are not cloning yet?
|
||
|
|
||
|

|
||
|
|
||
|
### How to run ###
|
||
|
* Download screenshots URLs:
|
||
|
```bash
|
||
|
python3 loadurls.py
|
||
|
```
|
||
|
* To make a single post with a random screenshot, run `trixiepost.py`
|
||
|
* To check the notifications and reply to new ones, run `trixieanswer.py`
|
||
|
* Fill `emojis.dat` file with emojis you want Trixie to use (she picks them randomly)!
|
||
|
* Don't forget to setup your bot account, get access tokens and establish the environment around it. I am not providing any instructions of how to do it, since all the steps are different and depend on what, where and how you want to run the bot.
|
||
|
* That's all!
|
||
|
|
||
|

|