FergusJJ / Raffle-utility-tools

A small collection of scripts to help those who bot raffles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raffle utility tools

A tool to scrape links from email messages, also lets you generate jigged addresses. Probably still a few bugs but I doubt I'll work on this further since it suits my needs for now, if you use it please star the repo :) Installation guide at the bottom

Tips:

Raffle-Utility-Tools-Main\user_settings is where you can save your addresses & emails. You are now able to save keywords within frequent_senders.txt so you don't have to re-enter one every time.

Example: frequent_senders.txt

this_email_needs_no_keyword@email.com:keyword_here

this_email_needs_a_keyword@email.com

end of file

If you don't specify a keyword by separating with a colon then you will be asked for one at runtime like before.

How to install:

If you don't already have python 3 installed then install it here: Download

Once you have python installed and have added pip to PATH (How to add pip to PATH) open up the command prompt and type in the following 2 commands:

pip install art

pip install termcolor

Now you can download the zip file and unzip it.

Open up the command prompt one more time and navigate to the folder which contains main.py

Type "python main.py" and the program will start

About

A small collection of scripts to help those who bot raffles


Languages

Language:Python 100.0%