Send text to girlfriend in the morning

Overview

Girlfriend Text

Send text to girlfriend (or really anyone with a phone number) in the morning

1. Configure your settings in utils.py.

phone_number = "phone number" # enter the target phone number inside quotation marks. use the format "+15555555555"
message = ["Good Morning Babe", "Good morning my love", "Good morning cutie"] # just make sure the message is inside quotation marks. An example is "Did you sleep well?"
scheduled_time = "08:00" # make sure the hour has 2 digits (24-hour standard).

Note: If you want to send a message everyday at 8:45 AM, you will need to set scheduled_time = "08:45" in utils.py

2. Install requirements: pip install -r requirements.txt

3. Run the script with: python3 main.py

Comments
  • Can we get a readme for future contributors/users

    Can we get a readme for future contributors/users

    I would like to contribute to this but I dont know how to set it up. It would be really dope if there was a slack room we could use to communicate with contributors.

    opened by jacobdadoun 1
  • Docs > Run Script in Background, Boyfriend, & Emoji

    Docs > Run Script in Background, Boyfriend, & Emoji

    • [x] Added documentation for running script in background and killing process
    • [x] Added "Boyfriend" to title
    • [x] Added line break to utils documentation for readability
    • [x] Added emoji example 😄
    • [x] Moved the install/run commands to code block so its easier to copy & paste
    opened by codedawi 0
  • Possible Improvements

    Possible Improvements

    I saw a video on Instagram, so I decided to check out this repo!

    I made a few changes that I personally thought made this a bit better. Unfortunately, I do not have an iPhone, so I was not able to test this to make sure everything was okay. I do expect there to be no breaking errors.

    opened by HelixAchaos 0
  • Pardhu

    Pardhu

    phone_number = "+91 98492 86275"

    enter the target phone number inside quotation marks. use the format "+15555555555"

    message = ["Good Morning Babe", "Good morning my love", "Good morning cutie 😊"]

    just make sure the message is inside quotation marks. An example is "Did you sleep well?"

    scheduled_time = "22:18"

    make sure the hour has 2 digits (24-hour standard).

    opened by praveen54070030 0
  • Hellow world.

    Hellow world.

    phone_number = "+91 79814 57760"

    enter the target phone number inside quotation marks. use the format "+15555555555"

    message = ["Good Morning Akka😊"]

    just make sure the message is inside quotation marks. An example is "Did you sleep well?"

    scheduled_time = "08:00"

    make sure the hour has 2 digits (24-hour standard).

    opened by praveen54070030 1
Owner
Paras Adhikary
Entrepreneur, video creator, and software engineer.
Paras Adhikary
TAP: Text-Aware Pre-training for Text-VQA and Text-Caption, CVPR 2021 (Oral)

TAP: Text-Aware Pre-training TAP: Text-Aware Pre-training for Text-VQA and Text-Caption by Zhengyuan Yang, Yijuan Lu, Jianfeng Wang, Xi Yin, Dinei Flo

Microsoft 61 Nov 14, 2022
Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (CVPR 2022)

SwinTextSpotter This is the pytorch implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text R

mxin262 183 Jan 3, 2023
Make Watson Assistant send messages to your Discord Server

Make Watson Assistant send messages to your Discord Server Prerequisites Sign up for an IBM Cloud account. Fill in the required information and press

null 1 Jan 10, 2022
Pytorch implementation for "Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter".

Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter This is a pytorch-based implementation for paper Implicit Feature Alignme

wangtianwei 61 Nov 12, 2022
[CVPR 2021] Rethinking Text Segmentation: A Novel Dataset and A Text-Specific Refinement Approach

Rethinking Text Segmentation: A Novel Dataset and A Text-Specific Refinement Approach This is the repo to host the dataset TextSeg and code for TexRNe

SHI Lab 174 Dec 19, 2022
BARTScore: Evaluating Generated Text as Text Generation

This is the Repo for the paper: BARTScore: Evaluating Generated Text as Text Generation Updates 2021.06.28 Release online evaluation Demo 2021.06.25 R

NeuLab 196 Dec 17, 2022
Code for EMNLP 2021 main conference paper "Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification"

Text-AutoAugment (TAA) This repository contains the code for our paper Text AutoAugment: Learning Compositional Augmentation Policy for Text Classific

LancoPKU 105 Jan 3, 2023
a reccurrent neural netowrk that when trained on a peice of text and fed a starting prompt will write its on 250 character text using LSTM layers

RNN-Playwrite a reccurrent neural netowrk that when trained on a peice of text and fed a starting prompt will write its on 250 character text using LS

Arno Barton 1 Oct 29, 2021
FuseDream: Training-Free Text-to-Image Generationwith Improved CLIP+GAN Space OptimizationFuseDream: Training-Free Text-to-Image Generationwith Improved CLIP+GAN Space Optimization

FuseDream This repo contains code for our paper (paper link): FuseDream: Training-Free Text-to-Image Generation with Improved CLIP+GAN Space Optimizat

XCL 191 Dec 31, 2022
Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts

t5-japanese Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts. The following is a list of models that

Kimio Kuramitsu 1 Dec 13, 2021
A 1.3B text-to-image generation model trained on 14 million image-text pairs

minDALL-E on Conceptual Captions minDALL-E, named after minGPT, is a 1.3B text-to-image generation model trained on 14 million image-text pairs for no

Kakao Brain 604 Dec 14, 2022
Automatic number plate recognition using tech: Yolo, OCR, Scene text detection, scene text recognation, flask, torch

Automatic Number Plate Recognition Automatic Number Plate Recognition (ANPR) is the process of reading the characters on the plate with various optica

Meftun AKARSU 52 Dec 22, 2022
A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022) https://arxiv.org/abs/2203.09388 Jianqi Ma, Zheto

MA Jianqi, shiki 104 Jan 5, 2023
Official implementation of AAAI-21 paper "Label Confusion Learning to Enhance Text Classification Models"

Description: This is the official implementation of our AAAI-21 accepted paper Label Confusion Learning to Enhance Text Classification Models. The str

null 101 Nov 25, 2022
Code for "Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search"

Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search This is an implementation for our paper Contextual Non-Loca

Tencent YouTu Research 50 Dec 3, 2022
Automatically erase objects in the video, such as logo, text, etc.

Video-Auto-Wipe Read English Introduction:Here   本人不定期的基于生成技术制作一些好玩有趣的算法模型,这次带来的作品是“视频擦除”方向的应用模型,它实现的功能是自动感知到视频中我们不想看见的部分(譬如广告、水印、字幕、图标等等)然后进行擦除。由于图标擦

seeprettyface.com 141 Dec 26, 2022
Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network)

Deep Daze mist over green hills shattered plates on the grass cosmic love and attention a time traveler in the crowd life during the plague meditative

Phil Wang 4.4k Jan 3, 2023
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch

DALL-E in Pytorch Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch. It will also contain CLIP for ranking the ge

Phil Wang 5k Jan 4, 2023