65 skills found · Page 3 of 3
VichuA2 / Python Youtube AlarmA Python script that plays a YouTube song at a scheduled time like an alarm clock.
Sandreke / Whatsapp BotThis repository provides Python scripts to automate WhatsApp messaging. Currently, it supports sending bulk and personalized text messages to both individual and group chats. Future updates will include features for sending attachments and scheduling messages.
0xPolybit / Calendar AutomationA prototype Python script for automating the process of scheduling a calendar based on existing events, goals, and todo tasks. Currently using OpenAI's GPT-3.5-Turbo model for analysing data.
ianpaul / Baseball ScoresA short Python script that gives you the latest boxscore, linescore, upcoming schedule for a given MLB team, or the current MLB standings.
Glitch-is / InnaCalendarA python script that will convert a JSON schedule into an iCalendar file
ca1vin-h / Usf Class Seat FinderSimple python script for checking whether class seats are open. Built on the USF Staff Schedule Search
croach / HnsubmitA python script for submitting stories to Hacker News that can be used to schedule story submissions.
oe0507llz / Ssense Atc BotSssense Auto Checkout Bot using Python Requests. This script can be scheduled with crontab on Mac and Linux. Email notification will be sent when the product becomes available.
saurabh-smk / Twitter Data Analysis With AWS ServicesAn automated system for Twitter data Analysis using AWS Services. In this architecture, a python script pulls data continuously using Twitter API, a Lambda function along with Kinesis Firehose is then used for pre-processing data and then writing it to S3 in JSON format. An EMR activity (Spark Job) is scheduled on hourly basis to create reports using Spark-SQL which are then written in S3.
YassineOUAHMANE / Scrape Football WebsiteThis project is a Python script designed to scrape football match data for any chosen date using BeautifulSoup. By entering a specific date, the script retrieves all scheduled matches from a football website, including information such as match time, teams, and scores. The extracted data is then neatly organized and saved into a CSV file.
Ominousx / Vct IcalendarVCT iCalendar which is sorted by each of the 4 regional leagues including an all sync. Sync the schedule directly into your phone. Supports Apple Calendar, Google Calendar and Outlook. It auto syncs via a python script that scrapes data from vlr.gg.
SonuMucesh / NHK Live Stream RecorderThe NHK Live Stream Recorder, a Python script, enables you to schedule and download videos from live streams. It fetches program details from NHK World and leverages FFmpeg for the actual downloading of shows. Additionally, it offers Sonarr integration, allowing for selective downloading of only the missing episodes.
zwpride / Python Cron Job RunnerA Docker-based application for managing and running Python scripts using cron-like scheduling.
maxhgerlach / Slurm ScriptsA collection of simple shell and python scripts that make managing jobs with the SLURM scheduler on an HPC cluster slightly more enjoyable
mabushelbaia / Course SchedulePython script to export the weekly schedule from Ritaj.
ArpitJoshi18 / Python Simulation For Stochastic NetworkThe purpose of this project is to better understand queuing models and scheduling dynamics in stochastic networks using python. This project also gives out information about simulation of wireless network in python script. This script was used in the project to plot queue lengths at different nodes of stochastic networks.
ikki4 / OneTab BackupPython script to backup your OneTab data. Can be scheduled with Windows' Task Scheduler to run automatically.
ggvfx / Film Breakdown AssistantA Python utility that parses film scripts to automatically extract scenes, elements, and safety flags using local AI, generating structured breakdown sheets for Movie Magic Scheduling and Excel.
bbershadsky / Python MT4 ToolsPython and Bash scripts for asynchronous/scheduled ETL for Metatrader 4/5 using Pandas, Numpy, Postgres, Redis, Celery, Prometheus, Docker, and Docker Compose
Vaishnavit08 / Process MonitorThis Python script logs details of all currently running processes on the system at regular intervals and sends the log file via email. The script uses various modules like psutil for process information, smtplib for email functionality, and schedule for task scheduling.