Code Monkey home page Code Monkey logo

girlfriend_text's People

Contributors

adhikary97 avatar helixachaos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

girlfriend_text's Issues

Attribute Error

Traceback (most recent call last):
File "C:/Users/Puraab/PycharmProjects/Puraab1/TEXT_AUTO.py", line 13, in
schedule.every().day.at(utils.scheduled_time).do(send_message)
AttributeError: module 'utils' has no attribute 'scheduled_time'

This was the code I executed:-

import time
import random
import schedule
import subprocess
import utils

def send_message():
subprocess.call("osascript message.applescript '%s' '%s'" % (f'{utils.phone_number}', f'{random.choice(utils.message)}'), shell=True)

if name == 'main':
schedule.every().day.at(utils.scheduled_time).do(send_message)

while True:
schedule.run_pending()
time.sleep(1)

phone_number = "+919********4"
message = ["Hi Buddy๐Ÿ˜Š"]

scheduled_time = "14:37"

Please Help what to do now??

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).

Time Zone Used

What time zone is used, UTC 0 or is it dependent on my location?

Test

python main.py
'osascript' is not recognized as an internal or external command,
operable program or batch file.

Thank you for save my marriage.

I do not love my wife more really but marriage is good for our kids. I work in other country so our marriage was in danger but since discover this she thinks i care for her. Thank you for helping my child raise in good environment.

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).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.