More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>CPxaCQxMa1A</youtube> | <youtube>CPxaCQxMa1A</youtube> | ||
= 3DS-QR-Poster = | == 3DS-QR-Poster == | ||
A python3 script that creates and posts QR codes to reddit for new 3DS hombrebrew posted on the /r/3DShacks subreddit. pip install requests pip install praw pip install praw-oauth2util pip install humanize pip install bs4 | A python3 script that creates and posts QR codes to reddit for new 3DS hombrebrew posted on the /r/3DShacks subreddit. pip install requests pip install praw pip install praw-oauth2util pip install humanize pip install bs4 | ||
You will need to [https://github.com/SmBe19/praw-OAuth2Util/blob/master/OAuth2Util/README.md set up oauth2util] | You will need to [https://github.com/SmBe19/praw-OAuth2Util/blob/master/OAuth2Util/README.md set up oauth2util] | ||
Line 22: | Line 22: | ||
containing | containing | ||
< | <code>username | ||
password | password | ||
</ | </code> | ||
and nothing else (no newline at end, not as strings) Big thanks to /u/codepoet82 for help with SMDH data, github auth, API help, and other things. | and nothing else (no newline at end, not as strings) Big thanks to /u/codepoet82 for help with SMDH data, github auth, API help, and other things. |
Revision as of 13:04, 11 September 2021
3DS-QR-Poster
A python3 script that creates and posts QR codes to reddit for new 3DS hombrebrew posted on the /r/3DShacks subreddit. pip install requests pip install praw pip install praw-oauth2util pip install humanize pip install bs4 You will need to set up oauth2util
Create a file called
github_credentials.txt
containing
username
password
and nothing else (no newline at end, not as strings) Big thanks to /u/codepoet82 for help with SMDH data, github auth, API help, and other things.