diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..2507391 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +TELEPINGBOT_API_HASH="" # From https://my.telegram.org/apps +TELEPINGBOT_API_ID="" # From https://my.telegram.org/apps +TELEOINGBOT_HOST="0.0.0.0" # Host to listen on +TELEOINGBOT_PORT=3939 # Port to listen on diff --git a/bots.txt.example b/bots.txt.example new file mode 100644 index 0000000..53eb91d --- /dev/null +++ b/bots.txt.example @@ -0,0 +1,3 @@ +@FirstBot +@SecondBot +@ThirdBot \ No newline at end of file diff --git a/tokens.txt.example b/tokens.txt.example new file mode 100644 index 0000000..9ef4b78 --- /dev/null +++ b/tokens.txt.example @@ -0,0 +1,3 @@ +FirstToken +SecondToken +ThirdToken \ No newline at end of file