Eva Maria Telegram Bot

Features Auto Filter Manuel Filter IMDB Admin Commands Broadcast Index IMDB search Inline Search Random pics ids and User info Stats, Users, Chats, Ban, Unban, Leave, Disable, Channel Variables Required Variables BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token. API_ID: Get this value    

Read more

A simple telegram bot to help you to remove forward tag from post from any messages

     Telegram Bot to Remove forward tag from any Post . If you need any more modes in repo or If you find out any bugs, mention in @DevelopedBotz Features Fully customisable. Customisable welcome & Forcesub messages. Remove forwarded tag from media also Can be deployed on heroku directly. Setup Add the bot to Database Channel with all permission Add bot to ForceSub channel as Admin with Invite Users via Link Permission if you enabled ForceSub Installation Deploy    

Read more

Forward and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11

Forward and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10 and 1.11 Consider django-compat as an experiment based on the discussion on reddit. Let’s see where it goes. What started as an experiment based on this discussion on reddit has proven to be true in real life. django-compat is under active development. To learn about other features, bug fixes, and changes, please refer to the changelog. Two popular examples of open source reusable app that uses django-compat are […]

Read more

Extends the Django Admin to include a extensible dashboard and navigation menu

django-admin-tools is a collection of extensions/tools for the default django administration interface, it includes: a full featured and customizable dashboard; a customizable menu bar; tools to make admin theming easier. The code is hosted on Github. Django-admin-tools is generously documented, you can browse the documentation online. a good start is to read the quickstart guide. The project was created by David Jean Louis and was previously hosted on Bitbucket. Please join the mailing list if you want to discuss of […]

Read more

Extendable, adaptable rewrite of django.contrib.admin

One of the most useful parts of django.contrib.admin is the ability to configure various views that touch and alter data. django-admin2 is a complete rewrite of that library using modern Class-Based Views and enjoying a design focused on extendibility and adaptability. By starting over, we can avoid the legacy code and make it easier to write extensions and themes. Full Documentation at: https://django-admin2.readthedocs.io/ Features Rewrite of the Django Admin backend Drop-in themes Built-in RESTful API Screenshots Requirements

Read more

Draw interactive NetworkX graphs with Altair

Draw NetworkX graphs with Altair nx_altair offers a similar draw API to NetworkX but returns Altair Charts instead. If you’d like to contribute, join the Gitter chatroom and share your ideas! Also, checkout the to-do list below. Examples If you’d like to start playing with nx_altair, download this notebook! Simple graph import networkx as nx import nx_altair as nxa # Generate a random graph G = nx.fast_gnp_random_graph(n=20, p=0.25) # Compute positions for viz. pos = nx.spring_layout(G) # Draw    

Read more

An administration website for Django

yawd-admin, a django administration website yawd-admin now has a live demo at http://yawd-admin.yawd.eu/. Use demo / demo as username & passowrd. yawd-admin is an administration website for django. It extends the default django admin site and offers the following: A clean and beautiful bootstrap user interface Hand-written pure HTML5/CSS3 code with indented HTML output Responsive interface, optimized for mobile phones and tablets Register custom database settings (options) editable from the UI. You can use all standard django form fields for […]

Read more

The open-source tool for building high-quality datasets and computer vision models

FiftyOne is an open source ML tool created by Voxel51 that helps you build high-quality datasets and computer vision models. With FiftyOne, you can search, sort, filter, visualize, analyze, and improve your datasets without excess wrangling or writing custom scripts. It also provides powerful functionality for analyzing your models, allowing you to understand their strengths and weaknesses, visualize, diagnose, and correct their failure modes, and more. FiftyOne is designed to be lightweight and easily integrate into your existing CV/ML workflows. […]

Read more

A python package for animating plots build on matplotlib

A python package for making interactive as well as animated plots with matplotlib. Requires Installation or using conda conda install animatplot -c conda-forge Documentation Documentation can be found here Dev Install git clone https://github.com/t-makaro/animatplot.git pip install -e . This project uses pycodestyle for linting. For testing, pytest is used. GitHub https://github.com/t-makaro/animatplot    

Read more

An automated API security testing exploit tool that can be combined with xray, BurpSuite and other scanners

AutoExploitSwagger 是一款可以跟xray,BurpSuite等扫描器结合的自动化API安全测试利用工具。可以在日常安全检查或者利用Swagger信息泄漏的场景下使用。 下载 git clone https://github.com/wyzmlr/AutoExploitSwagger.git 安装 cd AutoExploitSwagger/ pip install -r requirements.txt python start.py -h 使用帮助 python start.py -h Swagger API 自动化扫描工具 optional arguments: -h, –help show this help message and exit -u TARGET_URL, –url TARGET_URL swagger api地址 -i PROXY_IP, –ip PROXY_IP proxy ip    

Read more
1 2 3 4 5 50