first draft of a bot using flask and Mastodon.py
This commit is contained in:
commit
8e8e75d7d5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
__pycache__
|
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
blurhash==1.1.4
|
||||||
|
certifi==2020.6.20
|
||||||
|
chardet==3.0.4
|
||||||
|
click==7.1.2
|
||||||
|
decorator==4.4.2
|
||||||
|
Flask==1.1.2
|
||||||
|
idna==2.10
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.11.2
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
Mastodon.py==1.5.1
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
python-magic==0.4.18
|
||||||
|
pytz==2020.1
|
||||||
|
requests==2.24.0
|
||||||
|
six==1.15.0
|
||||||
|
urllib3==1.25.10
|
||||||
|
Werkzeug==1.0.1
|
Loading…
Reference in New Issue
Block a user