{"id":17031600,"url":"https://github.com/xbony2/esaebsad3","last_synced_at":"2026-01-31T15:32:19.959Z","repository":{"id":39629606,"uuid":"325871404","full_name":"xbony2/ESAEBSAD3","owner":"xbony2","description":"A Discord bot written in Ruby for manipulation of the FTB Wiki.","archived":false,"fork":false,"pushed_at":"2022-06-05T19:25:44.000Z","size":43,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T05:05:12.760Z","etag":null,"topics":["bot","discordrb","ftb-wiki","mediawiki","mediawiki-bot","ruby","wiki"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xbony2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-31T20:49:20.000Z","updated_at":"2022-05-25T01:24:47.000Z","dependencies_parsed_at":"2022-08-28T08:03:51.908Z","dependency_job_id":null,"html_url":"https://github.com/xbony2/ESAEBSAD3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xbony2/ESAEBSAD3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbony2%2FESAEBSAD3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbony2%2FESAEBSAD3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbony2%2FESAEBSAD3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbony2%2FESAEBSAD3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xbony2","download_url":"https://codeload.github.com/xbony2/ESAEBSAD3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbony2%2FESAEBSAD3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discordrb","ftb-wiki","mediawiki","mediawiki-bot","ruby","wiki"],"created_at":"2024-10-14T08:24:47.795Z","updated_at":"2026-01-31T15:32:19.928Z","avatar_url":"https://github.com/xbony2.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESAEBSAD3\nA Discord bot used by the Official FTB Wiki (mostly me) to accomplish various automated tasks. Currently a work-in-progress!\n\n(TODO: update README with possible Postgres requirements)\n\n## E-say-bee-what?\nESAEBSAD3 pronounced /i.ˈseɪ.bi.sæd.θɹiː/ (e-say-b-sad-three). It stands for **E**xperimental **S**elf **A**ware **E**lectronic **B**ased **S**pace **A**nalyzing **D**roid [in the] **3**rd-Dimension. Despite being in the 3rd dimension, it can't analyze space very well, so instead it just does random tasks that I want it to. Mostly this is just find-replace operations and things like that.\n\n## Setup\nA [Discord application token](https://discordapp.com/developers/applications) should already be generated, and a [bot login and password](https://ftb.fandom.com/wiki/Special:BotPasswords) should be generated (assuming you are using Fandom; otherwise, it's probably just the username and password for the wikiLogin and wikiToken).\n\nESAEBSAD3 handles all tokens and other login/setup information through environmental variables. An `.env` file can be loaded with all of the variables in `example.env`. Note the following:\n* The `WIKI_LOGIN` variable is the wiki bot's login, which is ***not*** the same as the bot's username on Fandom. This is viewable on [Special:BotPasswords](https://ftb.fandom.com/wiki/Special:BotPasswords).\n* The `WIKI_TOKEN` variable is the wiki bot's token, as generated by [Special:BotPasswords](https://ftb.fandom.com/wiki/Special:BotPasswords). Note when generated, it cannot be viewed again, so make sure to write it down before it is lost. If forgotten, a new bot password can be created, but then you have to update everything.\n* The `DISCORD_TOKEN` variable is the Discord bot account's token, which can be found on [Discord's developer application dashboard](https://discord.com/developers/applications).\n* The `DISCORD_CLIENT` property is the Discord bot's client ID, which can also be found on Discord's developer application dashboard.\n\nThis is a Ruby application, so Ruby should be installed. [Bundler](https://bundler.io) should be installed as well; running `bundle` will install all other dependencies.\n\n## Running\n1. Setup the appropriate environmental variables listed in `example.env`. Locally, I do this by running `export $(cat .env | xargs)`, or through Heroku, I have [config vars](https://devcenter.heroku.com/articles/config-vars) set up.\n2. Run `ruby run.rb` to start the bot.\n\n## Usage\nJust run the command `!help` and it will list all of the commands and how to use them. ezpz.\n\n## Dependencies\nHere are the dependencies of ESAEBSAD3:\n* [Ruby](https://www.ruby-lang.org/en/)\n  * [Bundler](https://bundler.io)\n  * [discordrb](https://github.com/shardlab/discordrb)\n  * [MediaWiki::Butt](https://github.com/FTB-Gamepedia/MediaWiki-Butt-Ruby)\n  * [pg](https://github.com/ged/ruby-pg)\n  * [require_all](https://github.com/jarmo/require_all)\n  * [rubocop](https://github.com/rubocop/rubocop) (for development only)\n  * [rubocop-performance](https://github.com/rubocop/rubocop-performance) (for development only)\n* [PostgreSQL](https://www.postgresql.org)\n* [Heroku](https://heroku.com) (for deployment only)\n* [pre-commit](https://pre-commit.com) (for development only)\n\nThe specific versions are listed in the `Gemfile`.\n\n## Earlier bots\n* [ESAEBSAD (the original)](https://github.com/xbony2/Experimental-Self-Aware-Electronic-Based-Space-Analyzing-Droid)\n* [ESAEBSAD2](https://github.com/xbony2/ESAEBSAD2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbony2%2Fesaebsad3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxbony2%2Fesaebsad3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbony2%2Fesaebsad3/lists"}