Source code for the OMORI Upscale Bot implemented in Nim using the X.nim package.
- Install X.nim by following the guide to install it. Found Here
- Make a Twitter developer account.
- Make sure that the tokens for the account have write access
- Input your keys within upscale_bot.nim
- Run
nim c -r -d:release upscale_bot.nim
to compile the code - Run the code with
./upscale_bot
- Tweet with media
-
- Use a AWS server to host the bot and run the
upscale_bot
every hour. One such way is to use a cronjob that runs at the start of every hour.
- I'm using my own server for this instead of AWS
- Use a AWS server to host the bot and run the
This isn't what I use to upscale the images. This is how I manage the bot. I followed this guide to get started and through trial and error I developed my own system for upscales built off of this.