Skip to content

Instantly share code, notes, and snippets.

View mattgrah-am's full-sized avatar
👾

Matt Graham mattgrah-am

👾
View GitHub Profile
@franz-net
franz-net / README.md
Created December 8, 2021 09:10
Bash script to init a Flask App.

Flask_init

What does it do?

  • Creates a folder called as the argument app_name in the path provided
  • Creates a python virtual environment in that path
  • Installs Flask in the virtual env
  • Creates a boilerplate application
  • Creates gitignore
  • Creates a bootstrap script that automatically activates the virtual environment and runs the app when executed
  • Can also create a requirements.txt file if the parameter --package is passed
@timwco
timwco / delete.md
Last active July 20, 2023 15:59
LinkedIn: Delete Messages (June 2022)

What

LinkedIn is a valuable resource, but sometimes it sucks. One of those times is when you want to delete messages. You have to select each message one by one. It takes about 4 "clicks" to successfully delete a message.

This script should help. Since LI requires you to perform multiple steps, I decided to automate it for you. Once you initiate the script, it will run every second. If a message has the ability to be deleted, it will be. If not, it will be archived. Some "InMail" messages cannot be deleted on the web app. This script should work as long as LI doesn't change their page layout or element names, which happens often.

Last tested & verified working on: June, 10, 2022

Special Thanks to @noncent for the updated script.