More actions
m (Text replacement - "Category:PC utilities for 3DS homebrew" to "") |
No edit summary |
||
Line 8: | Line 8: | ||
|version=2017 | |version=2017 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/ | |download=https://dlhb.gamebrew.org/3dshomebrews/qr_poster.zip | ||
|website=https://github.com/nwk6661/3DS-QR-Poster | |website=https://github.com/nwk6661/3DS-QR-Poster | ||
|source=https://github.com/nwk6661/3DS-QR-Poster | |source=https://github.com/nwk6661/3DS-QR-Poster |
Latest revision as of 11:39, 22 Haziran 2024
QR-Poster | |
---|---|
General | |
Author | nwk6661 |
Type | PC Utilities |
Version | 2017 |
License | Mixed |
Last Updated | 2017/09/04 |
Links | |
Download | |
Website | |
Source | |
3DS-QR-Poster is a python3 script that creates and posts QR codes to reddit for new 3DS hombrebrew posted on the /r/3DShacks subreddit.
Installation
Requirements
- beautifulsoup4==4.4.1
- humanize==0.5.1
- praw==3.5.0
- praw-oauth2util==0.3.4
- requests==2.9.1
Installing
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).
Credits
Big thanks to /u/codepoet82 for help with SMDH data, github auth, API help, and other things.