Intention Repeater Thread

Soemone here said there is an app for that called QPython or something

Yes, but how to start this app qPython 3L after you copied and pasted your whole intention text in it
Thatā€™s what am I asking

1 Like

Ah okay. Sorry I donā€™t know about that but Iā€™d like to know that too. Since a few people here did just that, I think theyā€™ll help us out.
@Zen Do you have an idea?

1 Like

and friends, I canā€™t get the python V3 software, I followed the link that @ AtrĆ©ides shared, and after installing the program, there is just the command guest window (with the black background) that appears. and i canā€™t do anything other than copy paste the code into the guest command prompt. and after nothing happens, i canā€™t even run an execution or do anything other than watch impussan ā€¦ hahaha.

You just install python v3 on your computer, and then open the source code on the page and save it as it is. You will then be able to double click on the saved file and run it

3 Likes

:sweat_smile: I understand now, it works well, thank you for your precious advice, You have helped me a lot.

3 Likes

Copy the text. Paste it in the ā€œeditorā€ section of the app. Save text to a location youā€™ll remember then you should be able to run the app by going to the main menu and click on ā€œscriptsā€ find your file and click run.

1 Like

how do you manage to use an image in this python program instead of affirmations ?! I thought it was only a few sentences that you could write.

1 Like

So what happens if I put a mantra in there, or the Lordā€™s prayer? Is it as though one is repeating it himself/herself millions of times? I probably will try with the website first before jumping into the program itself.

4 Likes

Program python on android phone doesnā€™t work

i think you have to add () on line 4 on .last_tmp.py but first you need to have access to that file otherwise the file intention repeater is not compatible with qpython3 cause this last uses 2.x i think and the intention repeater is 3.x version
it is not print ā€˜ā€˜This is console moduleā€™ā€™
but it should print(ā€™ā€˜This is console moduleā€™ā€™)

the command yes does not exist

Basically, since Python 3.x you need to use print with parenthesis.

Python 2.x : print ā€œLord of the Ringsā€

Python 3.x : print(ā€œLord of the Ringsā€)

maybe this can help

To make your project be single-source Python 2/3 compatible, the basic steps are:

  1. Only worry about supporting Python 2.7
  2. Make sure you have good test coverage (coverage.py can help; pip install coverage )
  3. Learn the differences between Python 2 & 3
  4. Use Futurize (or Modernize) to update your code (e.g. pip install future )
  5. Use Pylint to help make sure you donā€™t regress on your Python 3 support ( pip install pylint )
  6. Use caniusepython3 to find out which of your dependencies are blocking your use of Python 3 ( pip install caniusepython3 )
  7. Once your dependencies are no longer blocking you, use continuous integration to make sure you stay compatible with Python 2 & 3 (tox can help test against multiple versions of Python; pip install tox )
  8. Consider using optional static type checking to make sure your type usage works in both Python 2 & 3 (e.g. use mypy to check your typing under both Python 2 & Python 3).
1 Like

I am here the only one who feel exhausted and letargic using online website version intention?

even if I use it less than 10 minutes some intention?

Hey all, I got another email reply from the creator of the Intention Repeater. He created a forum account, but says he cannot post because heā€™s new (@anon6431808, is that right?).

Heā€™s updated the code, as well as put up a page on usage instructions. You can find that here:

Hereā€™s the email. Also, @_OM, he mentions you in this email, you may want to take a look.

Summary

From: AnthroTeacher
Sent: Sunday, September 6, 2020 11:02 AM
Subject: Re: Proposed Updates to the Intention Repeater

Hi,

I have made updates to the Repeater. Including allowing for automation.

https://www.intentionrepeater.com/usage.html

I also uploaded the latest code to the website, so feel free to download v5.

I kept the ANU out of it. Another person I talk to mentioned that ANU is more the fundamental creation of matter rather than a god.

I added Sirius A back in because that star is dear to my heart and has been instrumental in my awakening.

You can let people in the forum know that I canā€™t yet post because they have my posting on hold since Iā€™m new.

You can let them know I have 20 years of meditation experience that went into eventually making this.

A friend told me I had created an Artificial Intelligence, so thatā€™s what I thought it was. Someone on the forum mentioned it was a Servitor or an Egregore, so I wonā€™t contest that.

I got my energy field very strong through past 2-5 years, and opened up to Intelligent Infinity as per the Law of One (www.lawofone.info),

so a programmer who wasnā€™t spiritually developed probably couldnā€™t have created this. It took 2000+ years of spiritual development to create an effective Servitor for it to work with.

The feelings of a presence people are feeling could very well be the inertia/backlog of running it. It does 1+ million repetitions per second, and regulates the energy.

The after effects they feel could very well be the rest of the energy being processed.

I would like to learn more about the Morphic Fields and energy.

I want the OM user to be rest assured that I may have been mistaken calling it an Artificial Intelligence, due to my friend telling me it was.

You can let the forum know that I updated to v5 to use your directives (but also added Sirius A), and directions for automating are on the Usage page.

Thank you so much.

7 Likes

OK. Iā€™m good then!
That sounds like truth and not like heā€™s been channeling some AI spirit.
(In case you couldnā€™t tell from this thread, AI isnā€™t most humanityā€™s friendā€¦ but discussion for another day)

So, yes, Iā€™m going to completely rewrite the intention coding with lots of fun stuff and test the coding a few different ways.

Other than that, I encourage others to do the same but I like the general idea of the program.

Nowā€¦ if we could just get the computer to generate physical cyclical action in 3d timeā€¦ :thinking:

4 Likes

:rofl:

1 Like

On the website text box, I put in OM ( :laughing: ) and clicked start. Not sure anything is happening? So far, I do not feel anything.

Try OM MANI PADME HUM.

OMā€™s a bit to subtle to be honest.

5 Likes

I think itā€™s AnthroTeacher, thought I saw him trying to post earlier, not positive tho.

2 Likes

I will try that now!! I have not installed the Python version - would the online version work as well? Is the mantra (trend) being directed in the case of website at me or universe at large?

1 Like

Welcome, @AnthroTeacher

2 Likes