You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
| user_agents| array | Array of user-agents for mobile & desktop | - |
30
30
31
31
### /newegg/*
32
32
- Contains the core software code.
33
33
34
+
# Creating Accounts
35
+
- If you want to create accounts via mobile, change line 93 in `main.py` from `desktop.Create_Account(self, email)` to `mobile.Create_Account(self, email)`
36
+
* And vice versa
37
+
- MAKE SURE YOU STORE YOUR SESSIONS SOMEWHERE (Don't delete the `.log` file)
38
+
39
+
# Submitting Entries
40
+
- In order to submit entries, you must make sure:
41
+
* The program will pull accounts/sessions from the filename that was used to create accounts (`output_filename` in the settings.json file).
42
+
* Your .log file is in the main directory (alongside with `main.py`)
43
+
* Accounts/Sessions are still in the .log file
44
+
* The program will automatically enter on the same platform as the account was created (Desktop or App)
45
+
* MAKE SURE YOU KEEP YOUR SESSIONS (Don't delete the `.log` file)
46
+
34
47
# Recommendations
35
-
1.**MAKE SURE YOU STORE YOUR SESSIONS SOMEWHERE**
48
+
1.**MAKE SURE YOU STORE YOUR SESSIONS SOMEWHERE (Don't delete the `.log` file)**
36
49
2. Althought not completely necessary, but you should add/delete/randomify events for accertify.
37
50
3. Make sure iOS app version is up to date
38
51
4. Handle exceptions better
@@ -47,12 +60,23 @@ $ python3 main.py
47
60
* I recommend using anticaptcha for V3, but Capmonster & 2Captcha is also available.
48
61
- Only tested on Python 3.7
49
62
**Should* work on other versions, but I can't promise anything.
50
-
- This is intended for devs, so try not to change too much code as it might break something.
63
+
- This is intended for devs. If you aren't familiar with python, try not to change too much code as it might break something.
51
64
- This isn't a reflection of how I actually write code so pls don't judge too hard :joy:
52
65
* I've been writing in Go lately, hence the structure of the whole thing.
53
-
- If you want to create accounts via mobile, change line 79 in `main.py` from `desktop.Create_Account(self, email)` to `mobile.Create_Account(self, email)`
54
-
* And vice versa
55
-
- There are lots of ways to make this better, cleaner and better on memory. If I find till I'll update this repo.
66
+
- There are lots of ways to make this better, cleaner and better on memory. If I find time, I'll update this repo.
67
+
68
+
69
+
# Maintenance
70
+
- This bot is fully functional with success. I won't be working on it much. I'll only work on it when:
71
+
* They make some massive change
72
+
* Have *loads* of free time and can complete the [to do list](https://github.com/Matthew17-21/Newegg-Shuffle#to-do)
73
+
- Pull requests are always welcome
74
+
- If any issues were to arise, [open an issue](https://github.com/Matthew17-21/Newegg-Shuffle/issues/new)
75
+
* Please incude:
76
+
* Python version
77
+
* Error
78
+
* How to replicate
79
+
- You may also contact me on discord - `Matthew#6937` with any questions or concerns
0 commit comments