-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tom Kwong
committed
Mar 21, 2021
1 parent
e440dcd
commit 7da411b
Showing
10 changed files
with
483 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
/Manifest.toml | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
# This file is machine-generated - editing it directly is not advised | ||
|
||
[[ArgTools]] | ||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" | ||
|
||
[[Artifacts]] | ||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" | ||
|
||
[[Base64]] | ||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
||
[[ConstructionBase]] | ||
deps = ["LinearAlgebra"] | ||
git-tree-sha1 = "48920211c95a6da1914a06c44ec94be70e84ffff" | ||
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9" | ||
version = "1.1.0" | ||
|
||
[[Dates]] | ||
deps = ["Printf"] | ||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
||
[[Discord]] | ||
deps = ["Dates", "Distributed", "HTTP", "InteractiveUtils", "JSON", "LRUCache", "OpenTrick", "Setfield", "TimeToLive"] | ||
git-tree-sha1 = "ab7bc3b52d22c8d507c305dc87feef514b0abbeb" | ||
repo-rev = "master" | ||
repo-url = "https://github.com/Xh4H/Discord.jl" | ||
uuid = "fcbf000d-02fd-53f1-af91-d952191673d3" | ||
version = "0.1.0" | ||
|
||
[[Distributed]] | ||
deps = ["Random", "Serialization", "Sockets"] | ||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
|
||
[[Downloads]] | ||
deps = ["ArgTools", "LibCURL", "NetworkOptions"] | ||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
|
||
[[ExprTools]] | ||
git-tree-sha1 = "10407a39b87f29d47ebaca8edbc75d7c302ff93e" | ||
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04" | ||
version = "0.1.3" | ||
|
||
[[EzXML]] | ||
deps = ["Printf", "XML2_jll"] | ||
git-tree-sha1 = "0fa3b52a04a4e210aeb1626def9c90df3ae65268" | ||
uuid = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" | ||
version = "1.1.0" | ||
|
||
[[Future]] | ||
deps = ["Random"] | ||
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820" | ||
|
||
[[HTTP]] | ||
deps = ["Base64", "Dates", "IniFile", "MbedTLS", "NetworkOptions", "Sockets", "URIs"] | ||
git-tree-sha1 = "c9f380c76d8aaa1fa7ea9cf97bddbc0d5b15adc2" | ||
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
version = "0.9.5" | ||
|
||
[[IniFile]] | ||
deps = ["Test"] | ||
git-tree-sha1 = "098e4d2c533924c921f9f9847274f2ad89e018b8" | ||
uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f" | ||
version = "0.5.0" | ||
|
||
[[InteractiveUtils]] | ||
deps = ["Markdown"] | ||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
|
||
[[JLLWrappers]] | ||
git-tree-sha1 = "a431f5f2ca3f4feef3bd7a5e94b8b8d4f2f647a0" | ||
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" | ||
version = "1.2.0" | ||
|
||
[[JSON]] | ||
deps = ["Dates", "Mmap", "Parsers", "Unicode"] | ||
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4" | ||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
version = "0.21.1" | ||
|
||
[[LRUCache]] | ||
git-tree-sha1 = "5a9338dce0811619e42c9e9aa9ae044c3c82a58f" | ||
uuid = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" | ||
version = "1.2.0" | ||
|
||
[[LibCURL]] | ||
deps = ["LibCURL_jll", "MozillaCACerts_jll"] | ||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" | ||
|
||
[[LibCURL_jll]] | ||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] | ||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" | ||
|
||
[[LibGit2]] | ||
deps = ["Base64", "NetworkOptions", "Printf", "SHA"] | ||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" | ||
|
||
[[LibSSH2_jll]] | ||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"] | ||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" | ||
|
||
[[Libdl]] | ||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
|
||
[[Libiconv_jll]] | ||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] | ||
git-tree-sha1 = "8e924324b2e9275a51407a4e06deb3455b1e359f" | ||
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531" | ||
version = "1.16.0+7" | ||
|
||
[[LinearAlgebra]] | ||
deps = ["Libdl"] | ||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
[[Logging]] | ||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
||
[[MacroTools]] | ||
deps = ["Markdown", "Random"] | ||
git-tree-sha1 = "6a8a2a625ab0dea913aba95c11370589e0239ff0" | ||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
version = "0.5.6" | ||
|
||
[[Markdown]] | ||
deps = ["Base64"] | ||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
|
||
[[MbedTLS]] | ||
deps = ["Dates", "MbedTLS_jll", "Random", "Sockets"] | ||
git-tree-sha1 = "1c38e51c3d08ef2278062ebceade0e46cefc96fe" | ||
uuid = "739be429-bea8-5141-9913-cc70e7f3736d" | ||
version = "1.0.3" | ||
|
||
[[MbedTLS_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" | ||
|
||
[[Mmap]] | ||
uuid = "a63ad114-7e13-5084-954f-fe012c677804" | ||
|
||
[[Mocking]] | ||
deps = ["ExprTools"] | ||
git-tree-sha1 = "916b850daad0d46b8c71f65f719c49957e9513ed" | ||
uuid = "78c3b35d-d492-501b-9361-3d52fe80e533" | ||
version = "0.7.1" | ||
|
||
[[MozillaCACerts_jll]] | ||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159" | ||
|
||
[[NetworkOptions]] | ||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" | ||
|
||
[[OpenTrick]] | ||
deps = ["Test"] | ||
git-tree-sha1 = "adb3026bf3618db59b697c9fd40d4f12c0368265" | ||
uuid = "102dff8d-99cb-5cc2-9bf9-d9fe3a2e5e7a" | ||
version = "0.2.1" | ||
|
||
[[Parsers]] | ||
deps = ["Dates"] | ||
git-tree-sha1 = "c8abc88faa3f7a3950832ac5d6e690881590d6dc" | ||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | ||
version = "1.1.0" | ||
|
||
[[Pkg]] | ||
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs"] | ||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
||
[[Printf]] | ||
deps = ["Unicode"] | ||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
||
[[REPL]] | ||
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] | ||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | ||
|
||
[[Random]] | ||
deps = ["Serialization"] | ||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
||
[[RecipesBase]] | ||
git-tree-sha1 = "b3fb709f3c97bfc6e948be68beeecb55a0b340ae" | ||
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
version = "1.1.1" | ||
|
||
[[Requires]] | ||
deps = ["UUIDs"] | ||
git-tree-sha1 = "4036a3bd08ac7e968e27c203d45f5fff15020621" | ||
uuid = "ae029012-a4dd-5104-9daa-d747884805df" | ||
version = "1.1.3" | ||
|
||
[[SHA]] | ||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
|
||
[[Serialization]] | ||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
||
[[Setfield]] | ||
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"] | ||
git-tree-sha1 = "d5640fc570fb1b6c54512f0bd3853866bd298b3e" | ||
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46" | ||
version = "0.7.0" | ||
|
||
[[Sockets]] | ||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
|
||
[[TOML]] | ||
deps = ["Dates"] | ||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
|
||
[[Tar]] | ||
deps = ["ArgTools", "SHA"] | ||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
|
||
[[Test]] | ||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] | ||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[[TimeToLive]] | ||
deps = ["Dates"] | ||
git-tree-sha1 = "1f1389007d16385ec02e497bef6c2caffba99b65" | ||
uuid = "37f0c46e-897f-50ef-b453-b26c3eed3d6c" | ||
version = "0.3.0" | ||
|
||
[[TimeZones]] | ||
deps = ["Dates", "EzXML", "Mocking", "Pkg", "Printf", "RecipesBase", "Serialization", "Unicode"] | ||
git-tree-sha1 = "4ba8a9579a243400db412b50300cd61d7447e583" | ||
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53" | ||
version = "1.5.3" | ||
|
||
[[URIs]] | ||
git-tree-sha1 = "7855809b88d7b16e9b029afd17880930626f54a2" | ||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" | ||
version = "1.2.0" | ||
|
||
[[UUIDs]] | ||
deps = ["Random", "SHA"] | ||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[[Unicode]] | ||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" | ||
|
||
[[XML2_jll]] | ||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "Zlib_jll"] | ||
git-tree-sha1 = "afd2b541e8fd425cd3b7aa55932a257035ab4a70" | ||
uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" | ||
version = "2.9.11+0" | ||
|
||
[[Zlib_jll]] | ||
deps = ["Libdl"] | ||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a" | ||
|
||
[[nghttp2_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# HoJBot | ||
|
||
This is the Discord bot for Humans of Julia community server. | ||
|
||
## Features | ||
|
||
1. The "happy reactor": automatically react to your message with smiley when a message sounds happy. | ||
|
||
2. Time zone command (`tz`): easily convert a date/time into multiple predefined timezones. | ||
|
||
## Contributions | ||
|
||
All HoJ members are invited to contribute to this project. | ||
Here's how to get started. | ||
|
||
One-time setup for your dev environment: | ||
1. Create a new application using your Discord account | ||
2. Create a test Discord server (for your own local testing) | ||
3. Invite your bot to your own Discord server | ||
|
||
Testing with your own server: | ||
1. Define `HOJBOT_DISCORD_TOKEN` environment variable in your shell profile | ||
2. Start the bot using `script/run.sh` script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
if [[ -z "$HOJBOT_DISCORD_TOKEN" ]]; then | ||
echo "Error: please set up HOJBOT_DISCORD_TOKEN environment variable" | ||
exit 1 | ||
fi | ||
|
||
julia --project=. -e 'using HoJBot; start_bot();' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
module HoJBot | ||
|
||
# Write your package code here. | ||
export start_bot | ||
|
||
end | ||
using Discord | ||
using Dates | ||
using TimeZones | ||
|
||
const COMMAND_PREFIX = "," | ||
|
||
include("main.jl") | ||
include("command/tz.jl") | ||
include("handler/reaction.jl") | ||
|
||
end # module |
Oops, something went wrong.