command
module
Version:
v0.0.0-...-3d1b5a8
Opens a new window with list of versions in this module.
Published: Feb 2, 2021
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Setup
// Install git
$ apt-get update
$ apt-get install git-all
// Install docker-compose
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
// Clone this repository
$ git clone https://github.com/kotaroooo0/snowforecast-twitter-bot.git
$ cd snowforecast-twitter-bot
// Set .env
$ vi app/.env
// Boot!
$ docker-compose up -d
A example of .env
CONSUMER_KEY=<your twitter app's consumer key>
CONSUMER_SECRET=<your twitter app's consumer secret>
ACCESS_TOKEN_KEY=<your account's access token>
ACCESS_TOKEN_SECRET=<your account's access secret>
Command for Develop
You can use Makefile.
WIP
Author
kotaroooo0
LICENSE
MIT
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
apiclient
|
|
|
|
|
|
|
|
docker-compose
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.