Advanced telegram link in a message attach bot

An advanced telegram attach bot git clone https://github.com/FayasNoushad/Attach-Bot-V2/tree/main cd Attach-Bot-V2 pip3 install -r requirements.txt # python3 main.py Variables API_HASH Your API Hash from my.telegram.org API_ID Your API ID from my.telegram.org BOT_TOKEN Your bot token from @BotFather DATABASE_URL MongoDB URL BOT_OWNER Bot owner ID Credits GitHub https://github.com/FayasNoushad/Attach-Bot-V2    

Read more

A small project to provide machine parseable BSIMM version 12 framework data

This is a small project to provide machine parseable BSIMM (Building Security in Maturity Model) version 12 framework data (in JSON format). Here is the tool I used to parse BSIMMv12 SSF data from bsimm.com. Here is the BSIMM12 foundations document that contains the vertical tables. These are annoying to copy & paste (at least via my PDF reader). I double checked my work including running the two tests outlined in vert-check.py. Things seem to line up currently. file descr […]

Read more

SIIM-ACR Pneumothorax Segmentation With Python

Model segmentation classification Augmentations Used following transforms from [albumentations] RESIZE_SIZE = 1024 # or 768 train_transform = albumentations.Compose([ albumentations.Resize(RESIZE_SIZE, RESIZE_SIZE), albumentations.OneOf([ albumentations.RandomGamma(gamma_limit=(60, 120), p=0.9), albumentations.RandomBrightnessContrast(brightness_limit=0.2, contrast_limit=0.2,    

Read more

Helps you to clean flutter apps and lower their code size to free up some disk space

Helps you to clean flutter apps and lower their code size to free up some disk space. How to use This script is compatible with Python3. Clone the repo. Open the project in your favorite text editor or IDE. Change apps_dir to your flutter apps directory. Run terminal command python main.py. Disclaimer Cleaning the build won’t affect your app compiled (ex: IPA and AAB) size. Made with love in Alexandria, Egypt ♥️ Ahmed Mahmoud GitHub https://github.com/AhmedAbouelkher/clean_flutter_build    

Read more

Simple Docker image will generate an M3U playlist optimized for use in Channels and expose them over HTTP

This simple Docker image will generate an M3U playlist optimized for use in Channels and expose them over HTTP. Channels supports custom channels by utilizing streaming sources via M3U playlists. Channels allows for additional extended metadata tags in M3U playlists that allow you to give it extra information and art to make the experience better. This project adds those extra tags to make things look great in Channels. Set Up Running the container is easy. Fire up the container as […]

Read more

Playwright Python tool practice pytest pytest-bdd screen-play page-object allure cucumber-report

Playwright Python tool practicepytest pytest-bdd screen-play page-object allure cucumber-report How to run Run tests execute_tests.sh Notes: Pretty interesting and fast-growing tool for test automation. It can have some troubles with the first setup(especially with Docker), but generally this tool faster than Selenium and have pretty nice facade methods out of the box. It’s hard to say if I can recommend this tool to young Python AQA engineers because Selenium is a standardand supports by W3C. But if you have a […]

Read more

Hosting a Django Project on Heroku

As a novice web developer, you’ve built your portfolio app and shared your code on GitHub. Perhaps, you’re hoping to attract technical recruiters to land your first programming job. Many coding bootcamp graduates are likely doing the same thing. To differentiate yourself from the crowd and boost your chances of getting noticed, you can start hosting your Django project online. For a hobby Django project, you’ll want a hosting service that’s free of charge, quick to set up, user-friendly, and […]

Read more

Daily report of @arkinvest ETF activity + data collection

daily weekday report of @arkinvest ETF activity + data collection Extract and save daily csv’s from ARKInvest’s holdings. Quick command-line report about security additions and removals within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, $PRNT) Quick command-line report about significant changes in security positions within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, $PRNT) Option to save day-over-day changes in holdings within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, […]

Read more
1 443 444 445 446 447 928