Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 14b7a4f

Browse files
committed
add more useful plugins
1 parent 1fccff7 commit 14b7a4f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Simplebot WWW
22
=============
33

4-
A [Heroku](https://heroku.com) deployment of [SimpleBot](https://github.com/simplebot-org/simplebot) with some selection of plugins to setup a web browsing & file downloader/uploader bot for all your Delta Chat needs :)
4+
A [Heroku](https://heroku.com) deployment of [SimpleBot](https://github.com/simplebot-org/simplebot) with some selection of plugins to setup a web browsing & file downloader/uploader bot and other useful tools for all your Delta Chat needs :)
55

66
To setup your own bot instance just click the button below:
77

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Simplebot WWW",
3-
"description": "Delta Chat bot that allows to browse the web, download and upload files all by email / Delta Chat",
3+
"description": "Delta Chat bot that allows to browse the web, download and upload files, and more, all by email / Delta Chat",
44
"keywords": [
55
"simplebot",
66
"deltachat",

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
git+https://github.com/adbenitez/simplebot_downloader@master#simplebot-downloader
22
git+https://github.com/adbenitez/simplebot_instantview@master#simplebot-instantview
33
git+https://github.com/adbenitez/simplebot_file2link@master#simplebot-file2link
4+
git+https://github.com/adbenitez/simplebot_translator@master#simplebot-translator
5+
git+https://github.com/adbenitez/simplebot_memes_en@master#simplebot-memes-en
6+
git+https://github.com/adbenitez/simplebot_memes_es@master#simplebot-memes-es
47

58
# required by youtube.py plugin
69
youtube-dl

0 commit comments

Comments
 (0)