From 7273305505a37fd9b50252803fd06961faaf11b6 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Mon, 15 Oct 2018 23:55:32 +0530 Subject: [PATCH] Added Discord Bot (#18739) --- .../guide/english/python/what-is-python-used-for/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/guide/english/python/what-is-python-used-for/index.md b/client/src/pages/guide/english/python/what-is-python-used-for/index.md index f5d3e685bb..2d8e5a81f0 100644 --- a/client/src/pages/guide/english/python/what-is-python-used-for/index.md +++ b/client/src/pages/guide/english/python/what-is-python-used-for/index.md @@ -41,6 +41,9 @@ its flexibility and rapid prototyping and availability of libraries. #### Telegram Bots Development You can use Python and some Python-libraries for developing your own Telegram Bots +#### Discord Bots Development +You can use Python and some Python-libraries for developing Discord Bots + #### Data Gathering by crawling and scraping Python could also be used by parse pages source codes and retrieve its data. Using some python modules, such as: Scrapy and also (for some reasons and pages which uses javascript) Selenium, should do the trick!