All Projects → Seklfreak → Discord Image Downloader Go

Seklfreak / Discord Image Downloader Go

Licence: mit
A simple tool which downloads pictures posted in discord channels of your choice to a local folder.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Discord Image Downloader Go

Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (-37.62%)
Mutual labels:  utility, discord
Webhook Discord
A simple Javascript file for nicely formatting Discord webhooks
Stars: ✭ 81 (-61.43%)
Mutual labels:  utility, discord
Laosj
golang light-weight image crawler
Stars: ✭ 199 (-5.24%)
Mutual labels:  downloader
Facebook Dl
📼 Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
Stars: ✭ 207 (-1.43%)
Mutual labels:  downloader
React Discord Clone
Discord Clone using React, Node, Express, Socket-IO and Mysql
Stars: ✭ 198 (-5.71%)
Mutual labels:  discord
Pudl
The Public Utility Data Liberation Project
Stars: ✭ 200 (-4.76%)
Mutual labels:  utility
Bitlbee Discord
Bitlbee plugin for Discord (http://discordapp.com)
Stars: ✭ 204 (-2.86%)
Mutual labels:  discord
Aegis.cpp
Discord C++ library for interfacing with the API. Join our server:
Stars: ✭ 198 (-5.71%)
Mutual labels:  discord
Mathbot
Discord bot for mathematics
Stars: ✭ 207 (-1.43%)
Mutual labels:  discord
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (-3.33%)
Mutual labels:  downloader
Kord
Idiomatic Kotlin Wrapper for The Discord API
Stars: ✭ 203 (-3.33%)
Mutual labels:  discord
Fwd
🚂 The little forwarder that could
Stars: ✭ 203 (-3.33%)
Mutual labels:  utility
Dot
Yet another management tool for dotfiles
Stars: ✭ 199 (-5.24%)
Mutual labels:  utility
Master Bot
A Discord music bot with playlist support, music quiz, saved playlists, lyrics, gifs and more
Stars: ✭ 204 (-2.86%)
Mutual labels:  discord
Discord Owo Bot
A Discord bot that will keep track of your OwO
Stars: ✭ 196 (-6.67%)
Mutual labels:  discord
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+1330.95%)
Mutual labels:  utility
Paco
Small utility library for coroutine-driven asynchronous generic programming in Python 3.4+
Stars: ✭ 198 (-5.71%)
Mutual labels:  utility
Xdm
Powerfull download accelerator and video downloader
Stars: ✭ 3,226 (+1436.19%)
Mutual labels:  downloader
Discorddj
Discord DJ Bot. Play music in your server. Inspired by PlugDJ
Stars: ✭ 204 (-2.86%)
Mutual labels:  discord
Kjbannerviewdemo
轮播图无限自动循环滚动、缩放布局、自带缓存加载读取、支持自定义继承、定制特定样式、动态图和网图混合轮播、支持在Storyboard和Xib中创建并配置其属性、多种滚动方向选择、多种分页控件选择等等
Stars: ✭ 206 (-1.9%)
Mutual labels:  downloader

discord-image-downloader-go

Go Report Card Build Status

DOWNLOAD THE LATEST RELEASE BUILD

This project is not often maintained. For an actively maintained fork that implements features such as extensive JSON settings with channel-specific configurations, see get-got/discord-downloader-go

Discord SelfBots are forbidden!

Official Statement

You have been warned.

This is a simple tool which downloads media posted in Discord channels of your choice to a local folder. It handles various sources like Twitter differently to make sure to download the best quality available.

Websites currently supported

  • Discord Attachments
  • Twitter
  • Tistory
  • Gfycat
  • Instagram
  • Imgur
  • Google Drive Files and Folders
  • Flickr
  • Streamable
  • Any direct link to an image or video

How to use?

When you run the tool for the first time it creates a config.ini file with example values. Edit these values and run the tool for a second time. It should connect to discords api and wait for new messages.

If you are using a normal user account without two-factor authentication (2FA), simply enter your email and password into the corresponding lines in config.ini, under the auth section.

If you are using two-factor authentication (2FA) you have to login using your token. Remove the email and password lines under the auth section in the config file and instead put in token = <your token>. You can acquire your token from the developer tools in your browser (localStorage.token) or discord client (Ctrl+Shift+I (Windows) or Cmd+Option+I (Mac), click Application, click Local Storage, click https://discordapp.com, and find "token" and paste the value).

If you wish to use a bot account (not a user account), go to https://discord.com/developers/applications and create an application, then create a bot in the Bot tab in application settings. The bot tab will show you your token. You can invite to your server(s) by going to the OAuth2 tab in application settings, check bot, and copy+paste the url into your browser. In the config.ini, add "Bot " before your token. (example: token = Bot mytokenhere)

How to download old files?

By default, the tool only downloads new links posted while the tool is running. You can also set up the tool to download the complete history of a channel. To do this you have to run this tool with a separate discord account. Send your second account a dm on your primary account and get the channel id from the direct message channel. Now add this channel id to the config by adding the following lines:

[interactive channels]
<your channel id> = <some valid path>

After this is done restart the tool and send history as a DM to your second account. The bot will ask for the channel id of the channel you want to download and start the downloads. You can view all available commands by sending help.

Where do I get the Channel ID?

Enable Developer Mode (in Discord Appearance settings) and right click the channel you need, and click Copy ID.

OR, Open discord in your browser and go to the channel you want to monitor. In your address bar should be a URL like https://discordapp.com/channels/1234/5678. The number after the last slash is the channel ID, in this case, 5678.

Where do I get the Channel ID for Direct Messages?

  1. Inspect Element in the Discord client (Ctrl+Shift+I for Windows or Cmd+Option+I for Mac)
  2. Go to the Elements tab on the left.
  3. Click this icon arrow going into box (the arrow going into a box) and then click on the avatar for the persons DMs you want to grab the ID for.
  4. Somewhere slightly above the HTML it takes you to, there should be a line that looks like this
  5. Copy the number after the /@me/. That is your Channel ID to use.

OR, Open discord in your browser and go to the channel you want to monitor. In your address bar should be a URL like https://discordapp.com/channels/@me/5678. The number after the last slash is the channel ID, in this case, 5678.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].