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
import requests | |
import json | |
import random | |
import time | |
from datetime import datetime | |
# You can add more than one bot if you have multiple discord accounts. | |
bots_setting = [ | |
{ | |
"name": "bot1", |
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
{ | |
"embeddings": [ | |
{ | |
"tensorName": "lg2vec 40k", | |
"tensorShape": [ | |
40000, | |
200 | |
], | |
"tensorPath": "https://www3.cs.stonybrook.edu/~chni/lg2vec_demo/embedding_top40k.tsv", | |
"metadataPath": "https://www3.cs.stonybrook.edu/~chni/lg2vec_demo/dict_top40k.tsv" |
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
~# brew install -v cmake | |
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/cmake-2.8.12.tar.gz | |
tar xf /Library/Caches/Homebrew/cmake-2.8.12.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.12 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.12 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man | |
--------------------------------------------- | |
CMake 2.8.12, Copyright 2000-2012 Kitware, Inc. | |
C compiler on this system is: cc | |
C++ compiler on this system is: c++ |