More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=QR-Poster | |title=QR-Poster | ||
|image= | |image=3ds.jpg | ||
|description=3DS homebrew QR poster. | |description=3DS homebrew QR poster. | ||
|author=nwk6661 | |author=nwk6661 | ||
Line 16: | Line 16: | ||
==Installation== | ==Installation== | ||
You will need: | |||
* beautifulsoup4==4.4.1 | * beautifulsoup4==4.4.1 | ||
* humanize==0.5.1 | * humanize==0.5.1 | ||
Line 23: | Line 23: | ||
* requests==2.9.1 | * requests==2.9.1 | ||
pip install requests | pip install requests | ||
pip install praw | pip install praw | ||
Line 30: | Line 29: | ||
pip install bs4 | pip install bs4 | ||
You will need to set up [https://github.com/SmBe19/praw-OAuth2Util/blob/master/OAuth2Util/README.md oauth2util] | You will need to set up [https://github.com/SmBe19/praw-OAuth2Util/blob/master/OAuth2Util/README.md oauth2util]. | ||
Create a file called github_credentials.txt containing | Create a file called github_credentials.txt containing |
Revision as of 02:20, 1 November 2021
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
You will need:
- beautifulsoup4==4.4.1
- humanize==0.5.1
- praw==3.5.0
- praw-oauth2util==0.3.4
- requests==2.9.1
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.