[Question] About API conversion of chat bot using Python

I made a chat bot using Python and made it work on the command line. So I will implement this as a web API in the future and send the web text of the range selected from the chrome extension to the API (chat bot) with XMLHttpRequest I want to make something like displaying the reply received from the bot on the browser.

What you can do now -Creating a chat bot that works in an offline environment (although it is a poor one that works on the command line) -Send a request to the existing web API using chrome extension and display the result on chrome

What is not done -Running Python chat bot online as an API

The OS is Windows 7, but you can also put LINUX on a sub machine. I thought I googled various things, but even if I found a way to test the operation on the local server, I'm having trouble finding a way to actually run it online.

You can spend money on server rentals, paid services, books, etc., so I would appreciate it if you could teach me where to find the knowledge needed to run python on an actual server instead of a local server.

Recommended Posts

[Question] About API conversion of chat bot using Python
[Python] Using Line API [1st Creation of Beauty Bot]
About building GUI using TKinter of Python
Anonymous upload of images using Imgur API (using Python)
About various encodings of Python 3
python: Basics of using scikit-learn ①
About the features of Python
[Python] I tried collecting data using the API of wikipedia
Python Note: About comparison using is
Image capture of firefox using python
Implementation of CRUD using REST API with Python + Django Rest framework + igGrid
[Python3] Google translate google translate without using api
Removal of haze using Python detailEnhanceFilter
Try using Pleasant's API (python / FastAPI)
Basic map information using Python Geotiff conversion of numerical elevation data
Implementation of desktop notifications using Python
Try using Python argparse's action API
Run Ansible from Python using API
About the basics list of Python basics
Development and deployment of REST API in Python using Falcon Web Framework
Python: Basics of image recognition using CNN
Conversion of string <-> date (date, datetime) in Python
[Python] Extension using inheritance of matplotlib (NavigationToolbar2TK)
Try using the Wunderlist API in Python
(Bad) practice of using this in Python
Try using the Kraken API in Python
Comparison of Japanese conversion module in Python3
About the virtual environment of python version 3.7
Memorandum of python beginners About inclusion notation
Python: Application of image recognition using CNN
Tweet using the Twitter API in Python
Get Youtube data in Python using Youtube Data API
I tried using UnityCloudBuild API from Python
Develop slack bot in python using chat.postMessage
Study on Tokyo Rent Using Python (3-1 of 3)
Memo of troubles about coexistence of Python 2/3 system
Creating Google Spreadsheet using Python / Google Data API
[Python] Chapter 02-04 Basics of Python Program (About Comments)
Awareness of using Aurora Severless Data API
Meaning of using DI framework in Python
[Question] How to use plot_surface of python
Add conversation function to slack bot (made by python) using Recruit's Talk API
Let Python measure the average score of a page using the PageSpeed Insights API
[Python] Automatically totals the total number of articles posted by Qiita using the API
[Python] A story about making a LINE Bot with a practical manned function on its own without using Salesforce [Messaging API]
Time variation analysis of black holes using python
Receive websocket of kabu station ® API in Python
Procedure to use TeamGant's WEB API (using python)
Chord recognition using chromagram of python library librosa
[Python] Get all comments using Youtube Data API
Try using the BitFlyer Ligntning API in Python
Get image URL using Flickr API in Python
LINE BOT with Python + AWS Lambda + API Gateway
Introduction of Python Imaging Library (PIL) using HomeBrew
Let's judge emotions using Emotion API in Python
Character encoding when using csv module of python 2.7.3
A note about the python version of python virtualenv
[Note] About the role of underscore "_" in Python
Recent ranking creation using Qiita API with Python
Manipulate objects using Blender 2.8's low-level Python API
About the behavior of Model.get_or_create () of peewee in Python