update data folderupdate data folder
This commit is contained in:
parent
c3a2f5afba
commit
ee019c331e
10
go.mod
10
go.mod
@ -3,9 +3,9 @@ module gogs.siteop.biz/shoopea/gocw2
|
|||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Arman92/go-tdlib v0.0.0-20200423222840-430aa563191c
|
github.com/Arman92/go-tdlib v0.0.0-20200423222840-430aa563191c
|
||||||
github.com/streadway/amqp v1.0.0
|
github.com/streadway/amqp v1.0.0
|
||||||
gopkg.in/gcfg.v1 v1.2.3
|
gopkg.in/gcfg.v1 v1.2.3
|
||||||
gopkg.in/tucnak/telebot.v2 v2.3.2
|
gopkg.in/tucnak/telebot.v2 v2.3.2
|
||||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||||
)
|
)
|
||||||
|
6
main.go
6
main.go
@ -28,7 +28,7 @@ type Config struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
config = flag.String("config", "gocw2.cfg", "config file path")
|
config = flag.String("config", "./data/gocw2.cfg", "config file path")
|
||||||
history = flag.Bool("history", false, "initialize chat history")
|
history = flag.Bool("history", false, "initialize chat history")
|
||||||
historyChatID64 = flag.Int64("chat_id", 0, "chat to historize")
|
historyChatID64 = flag.Int64("chat_id", 0, "chat to historize")
|
||||||
historySenderUserID64 = flag.Int64("sender_user_id", 0, "sender_user_id to historize")
|
historySenderUserID64 = flag.Int64("sender_user_id", 0, "sender_user_id to historize")
|
||||||
@ -75,8 +75,8 @@ func main() {
|
|||||||
UseFileDatabase: true,
|
UseFileDatabase: true,
|
||||||
UseChatInfoDatabase: true,
|
UseChatInfoDatabase: true,
|
||||||
UseTestDataCenter: false,
|
UseTestDataCenter: false,
|
||||||
DatabaseDirectory: "./tdlib-db",
|
DatabaseDirectory: "./data/tdlib-db",
|
||||||
FileDirectory: "./tdlib-files",
|
FileDirectory: "./data/tdlib-files",
|
||||||
IgnoreFileNames: false,
|
IgnoreFileNames: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user