{"id":28190570,"url":"https://github.com/lannonbr/jeff-bot","last_synced_at":"2026-01-20T16:36:00.970Z","repository":{"id":276692757,"uuid":"929989466","full_name":"lannonbr/jeff-bot","owner":"lannonbr","description":"A discord bot that uses the Marvel Comic API to notify upon upcoming releases","archived":false,"fork":false,"pushed_at":"2025-06-02T08:22:51.000Z","size":32,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T01:09:48.877Z","etag":null,"topics":["discord","marvel-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lannonbr.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T21:11:37.000Z","updated_at":"2025-03-23T20:53:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"878402a1-ffac-44ca-ac1f-161b55f24546","html_url":"https://github.com/lannonbr/jeff-bot","commit_stats":null,"previous_names":["lannonbr/jeff-bot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/lannonbr/jeff-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fjeff-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fjeff-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fjeff-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fjeff-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lannonbr","download_url":"https://codeload.github.com/lannonbr/jeff-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fjeff-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261103175,"owners_count":23109928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["discord","marvel-api"],"created_at":"2025-05-16T10:13:09.982Z","updated_at":"2026-01-20T16:36:00.964Z","avatar_url":"https://github.com/lannonbr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notice: Deprecated\n\nI am not continuing development on this app given the Marvel Comic API was shutdown by Marvel without any notice and I have not found a suitable replacement for it, so I will leave this repo as is. Feel free to fork it if you are interested in continuing this on.\n\n# Jeffbot\n\nA discord bot that uses the [Marvel Comic API](https://developer.marvel.com/) to notify upon upcoming releases of comic books.\n\n## Setup\n\nCreate an application in the [Discord Developer Portal](https://discord.com/developers/applications). Add a bot to the server that you wish to run this in. The permissions I gave it are the following:\n\nscopes:\n\n- applications.commands\n- bot\n\npermissions:\n\n- Read message history\n- Send messages\n- Send messages in Threads\n- Use Slash Commands\n- View Channels\n\nCreate a .env file and add the following fields\n\n- `JEFFBOT_DISCORD_TOKEN`: Get a discord bot token from the Discord developer portal\n- `MARVEL_PUB_KEY`: Public key from Marvel API dashboard\n- `MARVEL_PRIV_KEY`: Private key from Marvel API dashboard\n- `GUILD_ID`: ID of discord server you are running this on\n- `CHANNEL_ID`: ID of the channel that will post automatic notifications of new releases\n\nAlso, create a file at `data/series.json` file that will list the IDs for each series. If you go to a series from this page: [https://www.marvel.com/comics/series](https://www.marvel.com/comics/series), the series ID will be in the URL.\n\nFor example:\n\n```json\n[\n  { \"id\": 38806, \"name\": \"Ultimate Black Panther (2024)\" },\n  { \"id\": 38809, \"name\": \"Ultimate Spider-Man (2024)\" },\n  { \"id\": 38865, \"name\": \"Ultimates (2024)\" }\n]\n```\n\nFinally run `npm install`, and `node index.js`\n\n## Features\n\n- at 7:00am et it will post a message in a provided channel using the `CHANNEL_ID` env variable of if there are any new releases on that given day.\n- the `/comics_this_week` slash command will post if any of the series you track have releases in the upcoming week\n- `/next_issue` will take a series ID and output when the next issue is released\n- `/add_series`: will take in a series ID and save the fields to the series.json file\n- `/remove_series` does the opposite and removes a series\n- `/print_series` will list all of the series being tracked\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flannonbr%2Fjeff-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flannonbr%2Fjeff-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flannonbr%2Fjeff-bot/lists"}