2d377081b63a5d4f8317c0b8aff1b9ef031a8d1e
				
			
			
		
	minetest-telegram-bridge
Usage
- Install 
python3,flask,python-telegram-bot cdgit clone https://git.webionite.com/ceda_ei/minetest-telegram-bridgeln -s ~/minetest-telegram-bridge/chat_mod ~/.minetest/mods/chat_mod- Add mod to 
secure.http_mods.- Add this line if 
secure.http_modsdoesn't exist.secure.http_mods = chat_mod 
 - Add this line if 
 - Enable the mod in 
world.mt cd minetest-telegram-bridge/bot- Copy 
sample.config.pytoconfig.pyand edit. python3 bot.py &export FLASK_APP=server.pyexport FLASK_ENV=productionflask run -p 9876
Configuration
To use a different port, change the respective config in config.py and add chat_server_port = PORT in minecraft.conf and run flask run -p PORT instead of the last step.
Description
				
					Languages
				
				
								
								
									Python
								
								72.1%
							
						
							
								
								
									Lua
								
								27.9%