Skip to content

aspiring-aster/omori-upscale-bot-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omori-upscale-bot-v2

Source code for the OMORI Upscale Bot implemented in Nim using the X.nim package.

Use

  • 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

Functions

  • Tweet with media

Deployment methods:

    1. 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

Example

READ THIS IF YOU WANT TO UPSCALE YOURSELF

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.

Languages