• Stars
    star
    210
  • Rank 186,533 (Top 4 %)
  • Language
    Python
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Send text to girlfriend in the morning

Girlfriend/Boyfriend Text

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

1. Configure your settings in utils.py.

phone_number = "+15555555555"
# 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

python3 -m pip install -r requirements.txt

3. Run the script

python3 main.py

Note: If you want run in background

python3 main.py > pid.txt 2>&1 & 

Jobs can be accessed with the jobs command. jobs will show you the running jobs, and number them. You could then talk about the jobs using a % followed by the number like kill %1 or so.

More Repositories

1

Sharetape-Speech-To-Text

Free speech to text
Python
129
star
2

Sharetape-Open-Source

Script that takes any long form video or podcast and outputs clips for social media
Python
100
star
3

TikTok-Bot

Automatically schedule your TikTok videos to be uploaded
Python
31
star
4

Motivation-Text

Sends you a motivational text every morning using affirmations.dev
Python
14
star
5

Gmail-Automator

This program allows you to send multiple emails to different people using the Gmail API
Python
14
star
6

adhikary97.github.io

JavaScript
8
star
7

Epub-Reader

Convert epub to text then read text
Python
8
star
8

LinkedIn

LinkedIn clone made with React and Firebase
JavaScript
7
star
9

Donut

Donut in terminal
C
6
star
10

telegram

Telegram Clone made with React.js and Firebase
JavaScript
5
star
11

MyAnimeList-API-Viewer

Used MyAnimeList API to pull data for website
JavaScript
5
star
12

Text-Your-Crush

Text your crush through iMessage on a Mac
Shell
4
star
13

Sokoban-AI-Solver

Solves Sokoban Puzzles using A* search, UCS algorithms and heuristic functions
Python
3
star
14

One-Piece-Database

Database of all text in all One Piece Manga Chapters
Python
3
star
15

flappybird

Flappy Bird in JavaScript
JavaScript
2
star
16

react-phone-store

View different phones in a pseudo-ecommerce store and purchase using PayPal sandbox
JavaScript
1
star
17

Sharetape-Dev

Decentralized video streaming platform
JavaScript
1
star
18

birthday

Sends a text when it's your friends'/family's birthday
Python
1
star
19

amazon-nav

JavaScript
1
star
20

Twitter-Scraper

Gets up to 3200 Tweets of a given user
Python
1
star
21

Bytecode-Interpreter

The interpreter reads the bytecode output by the compiler and executes it. Programmed in C++ to allow for integer, float, char, and short operations.
C++
1
star
22

tic-tac-toe

React-Native Tic-Tac-Toe
JavaScript
1
star