Python program which generates random words and sentences and copy them to clipboard🗒️.
- 👍 Excellent command line experience.
- 🙂 User friendly.
- 🔊 Produces sound so you don't have to start at it.
- 🔁 Auto copy to clipboard🗒️
- 💡 Intuitive help menu
-
Clone repo
git clone https://github.com/aditya-shrivastavv/bing-reward-script.git cd bing-reward-script/
-
Install required libraries
pip install -r requirements.txt
-
(Optional) WINDOWS The script is ready to use, but if you want to access it from anywhere, then you have to add it to the path which is show in this step
- Open this directory in the windows file explorer
- Copy the path from the bar below title bar
- Search for Edit environment variables in the windows search menu, then open it
- Under the User variables double click Path
- Click on New and paste the copied path there
- Click OK > OK
✅ Added to the path, restart the terminal session to start using the commmand
LINUX
Add the script to your PATH
cp ranwcopy /usr/local/bin
✅ Added to the path, restart the terminal session to start using the commmand
Help menu
ranwcopy -h
#OR
ranwcopy --help
Start generating words (10 default with 8 seconds gap)
ranwcopy
Generate 20 words with 9 seconds gap
ranwcopy -i 20 -g 9
# or
ranwcopy --iterations 20 --timegap 9
I made this script to get rewards 🍭 from Bing Searches. Bing gives points when you make searches on it. Those points can then be converted into Amazon / Flipcart Giftcards.
-
First run the command, to get the javascript code on your clipboards which automatically searches the words on the search engine
ranwcopy --gethelper
-
Open the Bing search page or any page that appears after searching anything on bing
-
Open browser Devtools
-
Under the tabs, click on
+
icon and add Rendering tab -
Open Rendering > Check mark "Emulate focused page" (This is very important)
-
On the console paste the javascript code, don't run it yet.
-
Run command (on shell) and return to browser
ranwcopy -i 10 -g 8
-
On the browser keep running the javascript code everytime you hear beep sound.