https://github.com/aspiring-aster/omori-upscale-bot-v2
The OMORI Upscale bot using Twitter's V2 API
https://github.com/aspiring-aster/omori-upscale-bot-v2
twitter-api twitter-bot x-api
Last synced: about 2 months ago
JSON representation
The OMORI Upscale bot using Twitter's V2 API
- Host: GitHub
- URL: https://github.com/aspiring-aster/omori-upscale-bot-v2
- Owner: aspiring-aster
- License: mit
- Created: 2024-07-28T18:38:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T18:50:24.000Z (10 months ago)
- Last Synced: 2024-07-28T19:58:20.631Z (10 months ago)
- Topics: twitter-api, twitter-bot, x-api
- Language: Nim
- Homepage: https://x.com/omoriupscalebot
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omori-upscale-bot-v2
Source code for the OMORI Upscale Bot implemented in Nim using the [X.nim package](https://github.com/aspiring-aster/x.nim).### Use
- Install X.nim by following the guide to install it. [Found Here](https://github.com/aspiring-aster/x.nim)
- Make a [Twitter developer](https://developer.twitter.com/en) 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](https://aws.amazon.com/) 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
- [Check out the bot here!](https://twitter.com/omoriupscalebot)### 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](https://upscale.wiki/wiki/Installing_ESRGAN_and/or_BasicSR_on_Arch_Linux) to get started and through trial and error I developed my own system for upscales built off of this.