Skip to content

A python script to run a telegram bot, using Text Generation Webui API as the back end.

License

Notifications You must be signed in to change notification settings

johnwayne087/Telegram-Bot-TextGenWebui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Telegram-Bot-TextGenWebui

A python script to run a telegram bot, using Text Generation Webui API as the back end.

Title: Text Generation Bot for Telegram

Description: This project creates a text generation bot for Telegram using Python libraries such as telegram and requests. Users interact with the bot through messages, providing text prompts which are then sent to the TEXTGEN API server at http://localhost:5000/api/v1/generate, and responses are generated based on the given parameters.

Pip Packages Needed: pip install python-telegram-bot==13.15 : Allows integration with the Telegram platform and handling updates, commands, and messages. pip install requests : Used for sending HTTP requests to the TEXTGEN API server.

Install the required pip packages: pip install python-telegram-bot==13.15 requests

Set up the environment variables: Insert your Telegram Bot Token into the TELEGRAM_BOT_TOKEN variable in the code. Configure any additional settings for the TEXTGEN API URL (currently set to http://localhost:5000/api/v1/generate). Run the script: Execute the command python <script_file_name>.py within your terminal or command line interface. Start interacting with the bot: Send a message containing a text prompt to the created Telegram bot, and receive the generated response according to the specified parameters.

About

A python script to run a telegram bot, using Text Generation Webui API as the back end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages