Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

AnySpam #311

Merged
merged 7 commits into from
Oct 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Scripts/Miscellaneous/Spam/Preview.mp4
Binary file not shown.
34 changes: 34 additions & 0 deletions Scripts/Miscellaneous/Spam/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# AnySpam™
## General info
AnySpam™ is a Python Based Program which only uses 6 Lines of Code to Spam more than 100 words in a minute. It uses [Pyautogui](http://pyautogui.readthedocs.io/) to type your text automatically.This is the First Version of AnySpam and there will be more improvements in the future.


## Requirements
* Python - version 3.8
* Pip - version 20.2.3
* Pyautogui
## Setup
You can simply clone this repository to your directory by
`git clone https://github.com/Cheemashyper/AnySpam.git`

After you have Installed AnySpam™, Open the AnySpam directory on your computer & Edit the **Text.txt** File using a Text-Editor of your choice.
## Usage
You can run the Script using Terminal by changing your working directory to AnySpam/Main , Then simply Execute the Code by
`python3 anyspam.py`

You can Change your directory by the following command
`cd AnySpam/Main`

Before Executing the Code make sure you have opened the conversation where you want to spam. After you have run the command,
Quickly Switch to the Window where you want the Code to Run. The Code is designed so that you have only 5 Seconds to switch. After You have switched your window, The Code will run in the background and your text will be spammed. Make sure that you dont open any other window where the text is being delivered.

## Status
The Project is Currently online as of October 2020.
This Version is the First Release of AnySpam™

## Collaborators
I would be happy to have collaborators who can make AnySpam™
more user-friendly.

## Contact
Created by [@cheemashyper](https://github.com/Cheemashyper) - Feel Free to Contact Me Anytime!
1 change: 1 addition & 0 deletions Scripts/Miscellaneous/Spam/Requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PyAutoGUI==0.9.51
13 changes: 13 additions & 0 deletions Scripts/Miscellaneous/Spam/Spam.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import pyautogui
import time

def main():
time.sleep(5)
file = open("Text.txt", "r")
for word in file:
pyautogui.typewrite(word)
pyautogui.press("Enter")


if __name__ == "__main__":
main()
42 changes: 42 additions & 0 deletions Scripts/Miscellaneous/Spam/Text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Day and night
I toss and turn, I keep stressing my mind, mind
I look for peace but see I don't attain
What I need for keeps, this silly game we play, play
Now look at this
Madness the magnet keeps attracting me, me
I try to run but see I'm not that fast
I think I'm first but surely finish last, last

'Cause day and night
The lonely stoner seems to free his mind at night
He's all alone through the day and night
The lonely loner seems to free his mind at night
At, at, at night
Day and night
The lonely stoner seems to free his mind at night
He's all alone, some things will never change
The lonely loner seems to free his mind at night
At, at, at night

Slow mo'
When the tempo slows up and creates that new, new
He seems alive though he is feelin' blue
The sun is shinin', man he's super cool, cool
The lonely nights
They fade away, he slips into his white Nike's
He smokes a clip and then he's on the way
To free his mind in search of
To free his mind in search of
To free his mind in search of

Day and night
The lonely stoner seems to free his mind at night
He's all alone through the day and night
The lonely loner seems to free his mind at night
At, at, at night
Day and night
The lonely stoner seems to free his mind at night
He's all alone, some things will never change
The lonely loner seems to free his mind at night
At, at, at night, night
At, at, at night, night