updated install & todo
This commit is contained in:
parent
9f675683b5
commit
a9ec34230f
|
@ -19,7 +19,8 @@ $ . bin/activate
|
||||||
```
|
```
|
||||||
Install dependencies
|
Install dependencies
|
||||||
```shell
|
```shell
|
||||||
$ pip3 install Mastodon.py pytoml
|
$ pip3 install Mastodon.py pytoml pickle
|
||||||
|
$ pip install python-twitter pytoml requests
|
||||||
```
|
```
|
||||||
|
|
||||||
## ideas
|
## ideas
|
||||||
|
@ -50,6 +51,6 @@ $ pip3 install Mastodon.py pytoml
|
||||||
- [x] Twitter: access the API
|
- [x] Twitter: access the API
|
||||||
- [ ] Web UI that lets you easily delete toots/tweets per db id and mute the tweet author
|
- [ ] Web UI that lets you easily delete toots/tweets per db id and mute the tweet author
|
||||||
- [x] Write Bots as Classes to be easier implemented
|
- [x] Write Bots as Classes to be easier implemented
|
||||||
- [ ] Create extra Class for the filter
|
- [x] Create extra Class for the filter
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue