commit 8e8e75d7d54f72f42fe3cc27849266b7b513fb1e Author: theo1 Date: Tue Sep 29 15:28:31 2020 +0200 first draft of a bot using flask and Mastodon.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed8ebf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ab3faf7 --- /dev/null +++ b/requirements.txt @@ -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