A flask server that fixes twitter embeds in discord

TwitFix very basic flask server that fixes twitter embeds in discord by using youtube-dl to grab the direct link to the MP4 file and embeds the link to it in a custom page, with link caching This does work! but I’m new to flask, so it can probably be improved a great deal. How to use (discord side) just put the url to the server, and directly after, the full URL to the tweet you want to embed I now […]

Read more

Cloud Native sample microservices showcasing Full Stack Observability using AppDynamics and ThousandEyes

Cloud Native Sample Bookinfo App Observability Bookinfo is a sample application composed of four Microservices written in different languages. Application is originally created by as part of Istio project to demonstrate various Istio features, See https://istio.io/docs/examples/bookinfo/. Project extends this sample application to demonstrate observability of Cloud Native application using Cisco AppDynamics and ThousandEyes. Microservices code and docker images area extended to include respective AppDynamics agents that enables Application Performance Monitoring for these microservices. ThousandEyes Web App monitoring is also configured, […]

Read more

Web service which feeds Navitia with real-time disruptions

Chaos Chaos is the web service which can feed Navitia with real-time disruptions. It can work together with Kirin which can feed Navitia with real-time delays. Installation The hard way Clone the Chaos repository git clone [email protected]:CanalTP/Chaos.git cd Chaos Requirements PostgreSQL 9.6 sudo apt-get install postgresql-9.6 postgresql-server-dev-9.6 libpq-dev RabbitMQ Python Install Python2.7 sudo apt-get install python2.7 python2.7-dev or sudo apt install python2 python2-dev on recent linux release Install pip Install virtualenv virtualenv venv source venv/bin/activate pip install -r requirements.txt Install […]

Read more

A minecraft bedrock server software written in python

Podrum Is a Minecraft Bedrock Edition server software written in Python. It’s still under active development, but yet it has few advantages: Easy to use, Written in Python which makes plugins easier to write Features: [ ] World Generation [x] Networking [x] Commands [x] MOTD [x] Joinable (1.16.220) [ ] Mobs Running: Linux and MacOS (Unix systems): pip3 install -r ./requirements.txt python3 podrum Or you can use Powershell. Windows: pip install -r ./requirements.txt python podrum GitHub https://github.com/Podrum/Podrum    

Read more
1 2