Compare commits
6 Commits
2.4.2
...
dependenci
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c481ae3519 | ||
|
|
b94d603572 | ||
|
|
5ba68c9ee3 | ||
|
|
240c392fad | ||
|
|
b96332e618 | ||
|
|
c95d66a763 |
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,10 +1,5 @@
|
|||||||
env
|
env.js
|
||||||
.wwebjs_auth
|
.wwebjs_auth
|
||||||
.wwebjs_cache
|
.wwebjs_cache
|
||||||
downloads
|
downloads
|
||||||
src/node_modules/
|
|
||||||
node_modules/
|
node_modules/
|
||||||
cookies.txt
|
|
||||||
bin/
|
|
||||||
mychats.txt
|
|
||||||
manybot.conf
|
|
||||||
695
LICENSE
695
LICENSE
@@ -1,674 +1,21 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
MIT License
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
Copyright (c) 2026 SyntaxError!
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this license document, but changing it is not allowed.
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
Preamble
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
The GNU General Public License is a free, copyleft license for
|
furnished to do so, subject to the following conditions:
|
||||||
software and other kinds of works.
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
The licenses for most software and other practical works are designed
|
copies or substantial portions of the Software.
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
share and change all versions of a program--to make sure it remains free
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
GNU General Public License for most of our software; it applies also to
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
any other work released this way by its authors. You can apply it to
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
your programs, too.
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
||||||
|
|||||||
311
README.md
311
README.md
@@ -1,308 +1,15 @@
|
|||||||

|

|
||||||
|
|
||||||
ManyBot é um bot para WhatsApp que roda 100% localmente, sem depender da API oficial do WhatsApp. Ele utiliza a biblioteca `whatsapp-web.js`, que automatiza o WhatsApp Web sem depender de gráficos (headless).
|
Criei esse bot para servir um grupo de amigos. Meu foco não é fazer ele funcionar para todo mundo.
|
||||||
|
|
||||||
Algumas funcionalidades desse bot incluem:
|
Ele é 100% local e gratuito, sem necessidade de APIs burocraticas. Usufrui da biblioteca `whatsapp-web.js`, que permite bastante coisa mesmo sem a API oficial.
|
||||||
- Suporte a múltiplos chats em uma única sessão
|
|
||||||
- Sistema de plugins — adicione, remova ou crie funcionalidades sem mexer no núcleo do bot
|
|
||||||
|
|
||||||
# Exemplos
|
Você consegue totalmente clonar esse repoistório e rodar seu próprio ManyBot. A licenca MIT permite que você modifique o que quiser e faça seu próprio bot.
|
||||||
|
|
||||||
<center>
|
Algumas funcionalidades desse bot inclui:
|
||||||
|
- Funciona em multiplos chats em apenas uma única sessão
|
||||||
|
- Comandos de jogos e download com yt-dlp
|
||||||
|
- Gerador de figurinhas
|
||||||
|
- Ferramenta para pegar IDs dos chats
|
||||||
|
- Entre outros
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
</center>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Requisitos
|
|
||||||
- Node.js
|
|
||||||
- NPM
|
|
||||||
- Sistema Linux ou Windows
|
|
||||||
|
|
||||||
obs: Sistemas Android e iOS ainda não são 100% compatíveis. O suporte para Termux está em fases de testes e sem garantia de funcionamento correto.
|
|
||||||
|
|
||||||
# Instalação (Linux)
|
|
||||||
|
|
||||||
1. Clone o repositório e entre:
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/synt-xerror/manybot
|
|
||||||
cd manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Crie e abra o arquivo de configuração (use o editor de sua preferência):
|
|
||||||
```bash
|
|
||||||
touch manybot.conf
|
|
||||||
nano manybot.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Nele você pode configurar algumas coisas do ManyBot. Esse é o arquivo base para que possa modificar:
|
|
||||||
```bash
|
|
||||||
# Comentários com '#'
|
|
||||||
|
|
||||||
CLIENT_ID=bot_permanente
|
|
||||||
CMD_PREFIX=!
|
|
||||||
CHATS=[
|
|
||||||
123456789@c.us,
|
|
||||||
123456789@g.us
|
|
||||||
]
|
|
||||||
PLUGINS=[
|
|
||||||
video,
|
|
||||||
audio,
|
|
||||||
figurinha,
|
|
||||||
adivinhacao
|
|
||||||
]
|
|
||||||
```
|
|
||||||
- **CLIENT_ID:** ID do cliente, serve para identificar sua sessão.
|
|
||||||
- Valor padrão: `bot_permanente`
|
|
||||||
- **CMD_PREFIX:** Prefixo do comando, o caractere que você usa para executar um comando (!many, !figurinha).
|
|
||||||
- Valor padrão: `!`
|
|
||||||
- **CHATS:** ID dos chats no qual você quer que o bot assista. Use o utilitário: `src/utils/get_id.js` para descobrir os IDs. Deixe vazio caso queira que funcione com qualquer chat.
|
|
||||||
- Valor padrão: (nenhum)
|
|
||||||
- **PLUGINS:** Lista de plugins ativos. Cada nome corresponde a uma pasta dentro de `src/plugins/`. Remova ou comente uma linha para desativar o plugin sem apagá-lo.
|
|
||||||
- Valor padrão: (nenhum)
|
|
||||||
|
|
||||||
obs: o utilitário `src/utils/get_id.js` usa um CLIENT_ID separado para que não entre em conflito com a sessão principal do ManyBot. Você terá que escanear o QR Code novamente para executá-lo.
|
|
||||||
|
|
||||||
4. Execute o script de instalação:
|
|
||||||
```bash
|
|
||||||
bash ./setup
|
|
||||||
```
|
|
||||||
|
|
||||||
5. Rode o bot pela primeira vez (você deve rodar da raiz, não dentro de `src`):
|
|
||||||
```bash
|
|
||||||
node ./src/main.js
|
|
||||||
```
|
|
||||||
Ele vai pedir para que escaneie o QR Code com seu celular.
|
|
||||||
|
|
||||||
No WhatsApp:
|
|
||||||
Menu (três pontos) > Dispositivos conectados > Conectar um dispositivo
|
|
||||||
|
|
||||||
# Instalação (Windows)
|
|
||||||
|
|
||||||
O uso desse bot foi pensado para rodar em um terminal Linux. No entanto, você pode usar o Git Bash, que simula um terminal Linux com Bash real:
|
|
||||||
|
|
||||||
1. Para baixar o Git Bash: https://git-scm.com/install/windows
|
|
||||||
Selecione a versão que deseja (portátil ou instalador)
|
|
||||||
|
|
||||||
2. Para baixar o Node.js: https://nodejs.org/pt-br/download
|
|
||||||
Role a tela e selecione "Instalador Windows (.msi)"
|
|
||||||
Ou se preferir, use um gerenciador de pacotes como mostra no conteúdo inicial
|
|
||||||
|
|
||||||
Depois de instalar ambos, abra o Git Bash e execute exatamente os mesmos comandos mostrados na seção Linux.
|
|
||||||
|
|
||||||
# Uso
|
|
||||||
|
|
||||||
Feito a instalação, você pode executar o bot apenas rodando:
|
|
||||||
```bash
|
|
||||||
node ./src/main.js
|
|
||||||
```
|
|
||||||
|
|
||||||
## Atualizações
|
|
||||||
|
|
||||||
É recomendável sempre ter a versão mais recente do ManyBot. Para isso, temos um utilitário logo na raíz. Para executar:
|
|
||||||
```bash
|
|
||||||
bash ./update
|
|
||||||
```
|
|
||||||
|
|
||||||
## Criando um serviço (opcional)
|
|
||||||
|
|
||||||
Se estiver rodando numa VPS ou apenas quer mais controle, é recomendável criar um serviço systemd. Siga os passos abaixo para saber como criar, habilitar e gerenciar um.
|
|
||||||
|
|
||||||
1. Configurando o diretório
|
|
||||||
|
|
||||||
Primeiro passo é garantir que o diretório do ManyBot esteja no local adequado, é recomendável guardar em `/root/manybot` (os passos a seguir supõem que esteja essa localização)
|
|
||||||
|
|
||||||
2. Criando o serviço
|
|
||||||
|
|
||||||
Abra o arquivo:
|
|
||||||
```bash
|
|
||||||
/etc/systemd/system/manybot.service
|
|
||||||
```
|
|
||||||
|
|
||||||
E cole o seguinte conteúdo:
|
|
||||||
```conf
|
|
||||||
[Unit]
|
|
||||||
Description=ManyBot
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/env node /root/manybot/src/main.js
|
|
||||||
WorkingDirectory=/root/manybot
|
|
||||||
Restart=always
|
|
||||||
Environment=NODE_ENV=production
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Iniciando e habilitando o serviço:
|
|
||||||
|
|
||||||
Primeiro reinicie o daemon do systemd:
|
|
||||||
```bash
|
|
||||||
systemctl daemon-reload
|
|
||||||
```
|
|
||||||
|
|
||||||
Inicie o serviço:
|
|
||||||
```bash
|
|
||||||
systemctl start manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
Habilite para que ele seja iniciado junto com o seu sistema (opcional):
|
|
||||||
```bash
|
|
||||||
systemctl enable manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Gerenciando o serviço:
|
|
||||||
|
|
||||||
Ver logs:
|
|
||||||
```bash
|
|
||||||
journalctl -u manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
Em tempo real:
|
|
||||||
```bash
|
|
||||||
journalctl -u manybot -f
|
|
||||||
```
|
|
||||||
|
|
||||||
Parar o serviço:
|
|
||||||
```bash
|
|
||||||
systemctl stop manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
Reiniciar o serviço:
|
|
||||||
```bash
|
|
||||||
systemctl restart manybot
|
|
||||||
```
|
|
||||||
|
|
||||||
Saiba mais sobre como gerenciar serviços em: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units-pt
|
|
||||||
Sobre o journalctl: https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs-pt
|
|
||||||
|
|
||||||
# Plugins
|
|
||||||
|
|
||||||
O ManyBot é construído em torno de um sistema de plugins. O núcleo do bot (kernel) apenas conecta ao WhatsApp e distribui as mensagens — quem decide o que fazer com elas são os plugins.
|
|
||||||
|
|
||||||
Isso significa que você pode adicionar, remover ou criar funcionalidades sem tocar no código principal do bot.
|
|
||||||
|
|
||||||
## Plugins incluídos
|
|
||||||
|
|
||||||
O ManyBot vem com alguns plugins prontos para uso, como:
|
|
||||||
|
|
||||||
- **video** — baixa um vídeo da internet e envia no chat (`!video <link>`)
|
|
||||||
- **audio** — baixa o áudio de um vídeo e envia como mensagem de voz (`!audio <link>`)
|
|
||||||
- **figurinha** — converte imagens, GIFs e vídeos em figurinhas (`!figurinha`)
|
|
||||||
- **adivinhacao** — jogo de adivinhação de um número entre 1 e 100 (`!adivinhação começar`)
|
|
||||||
- **forca** — clássico jogo da forca (`!forca começar`)
|
|
||||||
- **many** — exibe a lista de comandos disponíveis (`!many`)
|
|
||||||
- **obrigado** — responde agradecimentos (`!obrigado`, `!valeu`, `!brigado`)
|
|
||||||
|
|
||||||
Para ativar ou desativar qualquer um deles, basta editar a lista `PLUGINS` no `manybot.conf`.
|
|
||||||
|
|
||||||
## Criando um plugin
|
|
||||||
|
|
||||||
Cada plugin é uma pasta dentro de `plugins/` com um arquivo `index.js`. O bot carrega automaticamente todos os plugins listados no `manybot.conf`.
|
|
||||||
|
|
||||||
A estrutura mínima de um plugin:
|
|
||||||
|
|
||||||
```
|
|
||||||
plugins/
|
|
||||||
└── meu-plugin/
|
|
||||||
└── index.js
|
|
||||||
```
|
|
||||||
|
|
||||||
O `index.js` deve exportar uma função `default` que o kernel chama a cada mensagem recebida. A função recebe `{ msg, api }` e decide por conta própria se age ou ignora:
|
|
||||||
|
|
||||||
```js
|
|
||||||
// plugins/meu-plugin/index.js
|
|
||||||
|
|
||||||
import { CMD_PREFIX } from "../../config.js"
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
if (!msg.is(CMD_PREFIX + "oi")) return;
|
|
||||||
|
|
||||||
await msg.reply("Olá! 👋");
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### O objeto `msg`
|
|
||||||
|
|
||||||
Contém as informações da mensagem recebida:
|
|
||||||
|
|
||||||
| Propriedade | Descrição |
|
|
||||||
|---|---|
|
|
||||||
| `msg.body` | Texto da mensagem |
|
|
||||||
| `msg.args` | Tokens da mensagem — `["!video", "https://..."]` |
|
|
||||||
| `msg.type` | Tipo — `"chat"`, `"image"`, `"video"`, `"audio"`, `"sticker"` |
|
|
||||||
| `msg.sender` | ID de quem enviou |
|
|
||||||
| `msg.senderName` | Nome de quem enviou |
|
|
||||||
| `msg.fromMe` | `true` se foi o próprio bot que enviou |
|
|
||||||
| `msg.hasMedia` | `true` se a mensagem tem mídia |
|
|
||||||
| `msg.hasReply` | `true` se é uma resposta a outra mensagem |
|
|
||||||
| `msg.isGif` | `true` se a mídia é um GIF |
|
|
||||||
| `msg.is(cmd)` | Retorna `true` se a mensagem começa com `cmd` |
|
|
||||||
| `msg.reply(text)` | Responde à mensagem com quote |
|
|
||||||
| `msg.downloadMedia()` | Baixa a mídia — retorna `{ mimetype, data }` |
|
|
||||||
| `msg.getReply()` | Retorna a mensagem citada, ou `null` |
|
|
||||||
|
|
||||||
### O objeto `api`
|
|
||||||
|
|
||||||
Contém tudo que o plugin pode fazer — enviar mensagens, acessar outros plugins, registrar logs:
|
|
||||||
|
|
||||||
| Método | Descrição |
|
|
||||||
|---|---|
|
|
||||||
| `api.send(text)` | Envia texto no chat |
|
|
||||||
| `api.sendVideo(filePath)` | Envia um vídeo a partir de um arquivo local |
|
|
||||||
| `api.sendAudio(filePath)` | Envia um áudio a partir de um arquivo local |
|
|
||||||
| `api.sendImage(filePath, caption?)` | Envia uma imagem a partir de um arquivo local |
|
|
||||||
| `api.sendSticker(bufferOuPath)` | Envia uma figurinha — aceita `Buffer` ou caminho |
|
|
||||||
| `api.getPlugin(name)` | Retorna a API pública de outro plugin |
|
|
||||||
| `api.chat.id` | ID do chat atual |
|
|
||||||
| `api.chat.name` | Nome do chat atual |
|
|
||||||
| `api.chat.isGroup` | `true` se é um grupo |
|
|
||||||
| `api.log.info(...)` | Loga uma mensagem informativa |
|
|
||||||
| `api.log.warn(...)` | Loga um aviso |
|
|
||||||
| `api.log.error(...)` | Loga um erro |
|
|
||||||
|
|
||||||
### Lendo o manybot.conf no plugin
|
|
||||||
|
|
||||||
Se o seu plugin precisar de configurações próprias, você pode adicioná-las diretamente no `manybot.conf` e importá-las no código:
|
|
||||||
|
|
||||||
```js
|
|
||||||
import { MEU_PREFIXO } from "../../src/config.js";
|
|
||||||
|
|
||||||
const prefixo = MEU_PREFIXO ?? "padrão";
|
|
||||||
```
|
|
||||||
|
|
||||||
### Expondo uma API para outros plugins
|
|
||||||
|
|
||||||
Um plugin pode expor funções para que outros plugins as utilizem. Para isso, basta exportar um objeto `api`:
|
|
||||||
|
|
||||||
```js
|
|
||||||
// plugins/utilidades/index.js
|
|
||||||
|
|
||||||
export const api = {
|
|
||||||
formatarData: (date) => date.toLocaleDateString("pt-BR"),
|
|
||||||
};
|
|
||||||
|
|
||||||
export default async function ({ msg }) {
|
|
||||||
// lógica normal do plugin
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Outro plugin pode chamar:
|
|
||||||
|
|
||||||
```js
|
|
||||||
const utils = api.getPlugin("utilidades");
|
|
||||||
utils.formatarData(new Date());
|
|
||||||
```
|
|
||||||
|
|
||||||
### Erros no plugin
|
|
||||||
|
|
||||||
Se um plugin lançar um erro, o kernel o desativa automaticamente e loga o problema — o restante dos plugins continua funcionando normalmente. Isso garante que um plugin com bug não derruba o bot inteiro.
|
|
||||||
|
|
||||||
# Considerações
|
|
||||||
|
|
||||||
ManyBot é distribuído sob a licença GPLv3. Você pode usar, modificar e redistribuir o software conforme os termos da licença.
|
|
||||||
|
|
||||||
Saiba mais sobre as permissões lendo o arquivo [LICENSE](LICENSE) ou em: https://www.gnu.org/licenses/quick-guide-gplv3.pt-br.html
|
|
||||||
35
deploy.sh
Executable file → Normal file
35
deploy.sh
Executable file → Normal file
@@ -1,35 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# ferramenta de desenvolvimento apenas, pode apagar se quiser
|
TAG=$(git describe --tags --abbrev=0)
|
||||||
# ./deploy <commit> <branch> <version (if branch=master)>
|
npm version $TAG --no-git-tag-version
|
||||||
|
|
||||||
COMMIT_MSG="$1"
|
|
||||||
BRANCH="$2"
|
|
||||||
VERSION="$3"
|
|
||||||
|
|
||||||
if [ -z "$COMMIT_MSG" ] || [ -z "$BRANCH" ]; then
|
|
||||||
echo "Uso: ./deploy <commit> <branch> [version if branch=master]"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# mudar para a branch
|
|
||||||
git checkout $BRANCH || { echo "Error ao change to $BRANCH"; exit 1; }
|
|
||||||
|
|
||||||
# se for master, atualizar versão
|
|
||||||
if [ "$BRANCH" == "master" ] && [ -n "$VERSION" ]; then
|
|
||||||
echo "Updating version to $VERSION"
|
|
||||||
git tag $VERSION
|
|
||||||
npm version $VERSION --no-git-tag-version
|
|
||||||
git add package.json
|
|
||||||
git commit -m "Bump version to $VERSION"
|
|
||||||
git push origin $VERSION
|
|
||||||
fi
|
|
||||||
|
|
||||||
# adicionar alterações e commit
|
|
||||||
git add .
|
|
||||||
git commit -m "$COMMIT_MSG"
|
|
||||||
|
|
||||||
# push
|
|
||||||
git push origin $BRANCH
|
|
||||||
|
|
||||||
echo "Deploy completed."
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 620 KiB |
58
get_id.js
Normal file
58
get_id.js
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
// get_id.js
|
||||||
|
|
||||||
|
const arg = process.argv[2]; // argumento passado no node
|
||||||
|
if (!arg) {
|
||||||
|
console.log("Use: node get_id.js grupos|contatos|<nome>");
|
||||||
|
process.exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log("[PESQUISANDO] Aguarde...");
|
||||||
|
|
||||||
|
import pkg from 'whatsapp-web.js';
|
||||||
|
const { Client, LocalAuth } = pkg;
|
||||||
|
import qrcode from 'qrcode-terminal';
|
||||||
|
|
||||||
|
const CLIENT_ID = "bot_permanente"; // sempre o mesmo
|
||||||
|
|
||||||
|
const client = new Client({
|
||||||
|
authStrategy: new LocalAuth({ clientId: CLIENT_ID }),
|
||||||
|
puppeteer: { headless: true }
|
||||||
|
});
|
||||||
|
|
||||||
|
client.on('qr', qr => {
|
||||||
|
console.log("[WPP] QR Code gerado. Escaneie apenas uma vez:");
|
||||||
|
qrcode.generate(qr, { small: true });
|
||||||
|
});
|
||||||
|
|
||||||
|
client.on('ready', async () => {
|
||||||
|
console.log("[WPP] Conectado");
|
||||||
|
|
||||||
|
const chats = await client.getChats(); // <- precisa do await
|
||||||
|
|
||||||
|
let filtered = [];
|
||||||
|
|
||||||
|
if (arg.toLowerCase() === "grupos") {
|
||||||
|
filtered = chats.filter(c => c.isGroup);
|
||||||
|
} else if (arg.toLowerCase() === "contatos") {
|
||||||
|
filtered = chats.filter(c => !c.isGroup);
|
||||||
|
} else {
|
||||||
|
const search = arg.toLowerCase();
|
||||||
|
filtered = chats.filter(c => (c.name || c.id.user).toLowerCase().includes(search));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (filtered.length === 0) {
|
||||||
|
console.log("Nenhum chat encontrado com esse filtro.");
|
||||||
|
} else {
|
||||||
|
console.log(`Encontrados ${filtered.length} chats:`);
|
||||||
|
filtered.forEach(c => {
|
||||||
|
console.log("================================");
|
||||||
|
console.log("NAME:", c.name || c.id.user);
|
||||||
|
console.log("ID:", c.id._serialized);
|
||||||
|
console.log("GROUP:", c.isGroup);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
process.exit(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
client.initialize();
|
||||||
384
main.js
Normal file
384
main.js
Normal file
@@ -0,0 +1,384 @@
|
|||||||
|
console.log("[CARREGANDO] Aguarde...");
|
||||||
|
|
||||||
|
import pkg from 'whatsapp-web.js';
|
||||||
|
const { Client, LocalAuth, MessageMedia } = pkg;
|
||||||
|
|
||||||
|
import qrcode from 'qrcode-terminal';
|
||||||
|
import fs from 'fs';
|
||||||
|
import { exec } from 'child_process';
|
||||||
|
import sharp from 'sharp';
|
||||||
|
|
||||||
|
import { CHATS } from "./env.js";
|
||||||
|
|
||||||
|
const CLIENT_ID = "bot_permanente";
|
||||||
|
const BOT_PREFIX = "🤖 *ManyBot:* ";
|
||||||
|
|
||||||
|
let jogoAtivo = null;
|
||||||
|
|
||||||
|
if (!fs.existsSync("downloads")) fs.mkdirSync("downloads");
|
||||||
|
|
||||||
|
const client = new Client({
|
||||||
|
authStrategy: new LocalAuth({ clientId: CLIENT_ID }),
|
||||||
|
puppeteer: { headless: true }
|
||||||
|
});
|
||||||
|
|
||||||
|
function botMsg(texto) {
|
||||||
|
return `${BOT_PREFIX}\n${texto}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getChatId(chat) {
|
||||||
|
return chat.id._serialized;
|
||||||
|
}
|
||||||
|
|
||||||
|
client.on("qr", qr => {
|
||||||
|
console.log("[BOT] Escaneie o QR Code");
|
||||||
|
qrcode.generate(qr, { small: true });
|
||||||
|
});
|
||||||
|
|
||||||
|
client.on("ready", () => {
|
||||||
|
exec("clear");
|
||||||
|
console.log("[BOT] WhatsApp conectado.");
|
||||||
|
});
|
||||||
|
|
||||||
|
client.on("disconnected", reason => {
|
||||||
|
console.warn("[BOT] Reconectando:", reason);
|
||||||
|
setTimeout(() => client.initialize(), 5000);
|
||||||
|
});
|
||||||
|
|
||||||
|
client.on("message_create", async msg => {
|
||||||
|
try {
|
||||||
|
|
||||||
|
const chat = await msg.getChat();
|
||||||
|
const chatId = getChatId(chat);
|
||||||
|
|
||||||
|
if (!CHATS.includes(chatId)) return;
|
||||||
|
|
||||||
|
console.log("==================================");
|
||||||
|
console.log(`CHAT NAME : ${chat.name || chat.id.user}`);
|
||||||
|
console.log(`CHAT ID : ${chatId}`);
|
||||||
|
console.log(`FROM : ${msg.from}`);
|
||||||
|
console.log(`BODY : ${msg.body}`);
|
||||||
|
console.log("==================================\n");
|
||||||
|
|
||||||
|
await processarComando(msg, chat, chatId);
|
||||||
|
await processarJogo(msg, chat);
|
||||||
|
|
||||||
|
} catch (err) {
|
||||||
|
console.error("[ERRO]", err);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// ---------------- DOWNLOAD ----------------
|
||||||
|
|
||||||
|
let downloadQueue = [];
|
||||||
|
let processingQueue = false;
|
||||||
|
|
||||||
|
function run(cmd) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
exec(cmd, (err, stdout, stderr) => {
|
||||||
|
if (err) reject(err);
|
||||||
|
else resolve({ stdout, stderr });
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
async function get_video(url, id) {
|
||||||
|
|
||||||
|
const cmd = `./yt-dlp --extractor-args "youtube:player_client=android" -f mp4 --print after_move:filepath -o "downloads/${id}.%(ext)s" "${url}"`;
|
||||||
|
|
||||||
|
const { stdout } = await run(cmd);
|
||||||
|
|
||||||
|
const filepath = stdout.trim();
|
||||||
|
if (!filepath) throw new Error("yt-dlp não retornou caminho");
|
||||||
|
|
||||||
|
return filepath;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function get_audio(url, id) {
|
||||||
|
|
||||||
|
const cmd = `./yt-dlp --extractor-args "youtube:player_client=android" -t mp3 --print after_move:filepath -o "downloads/${id}.%(ext)s" "${url}"`;
|
||||||
|
|
||||||
|
const { stdout } = await run(cmd);
|
||||||
|
|
||||||
|
const filepath = stdout.trim();
|
||||||
|
if (!filepath) throw new Error("yt-dlp não retornou caminho");
|
||||||
|
|
||||||
|
return filepath;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function enviarVideo(chatId, path) {
|
||||||
|
|
||||||
|
const file = fs.readFileSync(path);
|
||||||
|
|
||||||
|
const media = new MessageMedia(
|
||||||
|
"video/mp4",
|
||||||
|
file.toString("base64"),
|
||||||
|
path.split("/").pop()
|
||||||
|
);
|
||||||
|
|
||||||
|
await client.sendMessage(chatId, media);
|
||||||
|
|
||||||
|
fs.unlinkSync(path);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function enviarAudio(chatId, path) {
|
||||||
|
const file = fs.readFileSync(path);
|
||||||
|
|
||||||
|
const media = new MessageMedia(
|
||||||
|
"audio/mpeg",
|
||||||
|
file.toString("base64"),
|
||||||
|
path.split("/").pop()
|
||||||
|
);
|
||||||
|
|
||||||
|
await client.sendMessage(chatId, media);
|
||||||
|
|
||||||
|
fs.unlinkSync(path);
|
||||||
|
}
|
||||||
|
|
||||||
|
function enqueueDownload(type, url, msg, chatId) {
|
||||||
|
downloadQueue.push({ type, url, msg, chatId });
|
||||||
|
if (!processingQueue) processQueue();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function processQueue() {
|
||||||
|
processingQueue = true;
|
||||||
|
while (downloadQueue.length) {
|
||||||
|
const job = downloadQueue.shift();
|
||||||
|
|
||||||
|
try {
|
||||||
|
let path;
|
||||||
|
|
||||||
|
if (job.type === "video")
|
||||||
|
path = await get_video(job.url, job.msg.id._serialized);
|
||||||
|
else
|
||||||
|
path = await get_audio(job.url, job.msg.id._serialized);
|
||||||
|
|
||||||
|
if (job.type === "video")
|
||||||
|
await enviarVideo(job.chatId, path);
|
||||||
|
else
|
||||||
|
await enviarAudio(job.chatId, path);
|
||||||
|
|
||||||
|
} catch (err) {
|
||||||
|
await client.sendMessage(
|
||||||
|
job.chatId,
|
||||||
|
botMsg(`❌ Erro ao baixar ${job.type}\n\`${err.message}\``)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
processingQueue = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ---------------- FIGURINHA ----------------
|
||||||
|
|
||||||
|
async function gerarSticker(msg) {
|
||||||
|
if (!msg.hasMedia) {
|
||||||
|
await msg.reply(botMsg("Envie uma imagem junto com o comando: `!figurinha`."));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const media = await msg.downloadMedia();
|
||||||
|
|
||||||
|
const ext = media.mimetype.split("/")[1];
|
||||||
|
|
||||||
|
const input = `downloads/${msg.id._serialized}.${ext}`;
|
||||||
|
const output = `downloads/${msg.id._serialized}.webp`;
|
||||||
|
|
||||||
|
fs.writeFileSync(input, Buffer.from(media.data, "base64"));
|
||||||
|
|
||||||
|
await sharp(input)
|
||||||
|
.resize(512, 512, {
|
||||||
|
fit: "contain",
|
||||||
|
background: { r:0,g:0,b:0,alpha:0 }
|
||||||
|
})
|
||||||
|
.webp()
|
||||||
|
.toFile(output);
|
||||||
|
|
||||||
|
const data = fs.readFileSync(output);
|
||||||
|
|
||||||
|
const sticker = new MessageMedia(
|
||||||
|
"image/webp",
|
||||||
|
data.toString("base64"),
|
||||||
|
"sticker.webp"
|
||||||
|
);
|
||||||
|
|
||||||
|
const chat = await msg.getChat();
|
||||||
|
|
||||||
|
await client.sendMessage(
|
||||||
|
chat.id._serialized,
|
||||||
|
sticker,
|
||||||
|
{ sendMediaAsSticker: true }
|
||||||
|
);
|
||||||
|
|
||||||
|
fs.unlinkSync(input);
|
||||||
|
fs.unlinkSync(output);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ---------------- COMANDOS ----------------
|
||||||
|
|
||||||
|
async function processarComando(msg, chat, chatId) {
|
||||||
|
const tokens = msg.body.trim().split(/\s+/);
|
||||||
|
try {
|
||||||
|
switch(tokens[0]) {
|
||||||
|
|
||||||
|
case "!many":
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"Comandos:\n\n"+
|
||||||
|
"`!ping`\n"+
|
||||||
|
"`!video <link>`\n"+
|
||||||
|
"`!audio <link>`\n"+
|
||||||
|
"`!figurinha`\n"+
|
||||||
|
"`!adivinhação começar|parar`\n"+
|
||||||
|
"`!info <comando>`"
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
case "!ping":
|
||||||
|
await msg.reply(botMsg("pong 🏓"));
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
case "!video":
|
||||||
|
if (!tokens[1]) return;
|
||||||
|
|
||||||
|
await msg.reply(botMsg("⏳ Baixando vídeo..."));
|
||||||
|
enqueueDownload("video", tokens[1], msg, chatId);
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
case "!audio":
|
||||||
|
if (!tokens[1]) return;
|
||||||
|
|
||||||
|
await msg.reply(botMsg("⏳ Baixando áudio..."));
|
||||||
|
enqueueDownload("audio", tokens[1], msg, chatId);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "!figurinha":
|
||||||
|
await gerarSticker(msg);
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
case "!adivinhação":
|
||||||
|
if (!tokens[1]) {
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"`!adivinhação começar`\n"+
|
||||||
|
"`!adivinhação parar`"
|
||||||
|
));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (tokens[1] === "começar") {
|
||||||
|
jogoAtivo = Math.floor(Math.random()*100)+1;
|
||||||
|
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"Adivinhe o número de 1 a 100!"
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (tokens[1] === "parar") {
|
||||||
|
jogoAtivo = null;
|
||||||
|
|
||||||
|
await chat.sendMessage(botMsg("Jogo encerrado."));
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
case "A":
|
||||||
|
if (!tokens[1]) {
|
||||||
|
msg.reply(botMsg("B!"));
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case "a":
|
||||||
|
if (!tokens[1]) {
|
||||||
|
msg.reply(botMsg("B!"));
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "!info":
|
||||||
|
|
||||||
|
if (!tokens[1]) {
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"Use:\n" +
|
||||||
|
"`!info <comando>`"
|
||||||
|
));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
switch(tokens[1]) {
|
||||||
|
|
||||||
|
case "ping":
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"> `!ping`\nResponde pong."
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "video":
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"> `!video <link>`\nBaixa vídeo da internet.\n"
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "audio":
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"> `!audio <link>`\nBaixa áudio da internet.\n"
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "figurinha":
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
"`!figurinha`\nTransforma imagem/GIF em sticker."
|
||||||
|
));
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
await chat.sendMessage(botMsg(
|
||||||
|
`❌ Comando '${tokens[1]}' não encontrado.`
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} catch(err) {
|
||||||
|
console.error(err);
|
||||||
|
await chat.sendMessage(
|
||||||
|
botMsg("Erro:\n`"+err.message+"`")
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ---------------- JOGO ----------------
|
||||||
|
|
||||||
|
async function processarJogo(msg, chat) {
|
||||||
|
|
||||||
|
if (!jogoAtivo) return;
|
||||||
|
|
||||||
|
const tentativa = msg.body.trim();
|
||||||
|
|
||||||
|
if (!/^\d+$/.test(tentativa)) return;
|
||||||
|
|
||||||
|
const num = parseInt(tentativa);
|
||||||
|
|
||||||
|
if (num === jogoAtivo) {
|
||||||
|
|
||||||
|
await msg.reply(botMsg(`Acertou! Número: ${jogoAtivo}`));
|
||||||
|
|
||||||
|
jogoAtivo = null;
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (num > jogoAtivo) {
|
||||||
|
|
||||||
|
await chat.sendMessage(botMsg("Menor."));
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
|
||||||
|
await chat.sendMessage(botMsg("Maior."));
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
client.initialize();
|
||||||
1688
package-lock.json
generated
1688
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "manybot",
|
"name": "whatsapp-bot",
|
||||||
"version": "2.4.1",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-addon-api": "^7",
|
|
||||||
"node-gyp": "^12.2.0",
|
|
||||||
"node-webpmux": "^3.2.1",
|
|
||||||
"qrcode-terminal": "^0.12.0",
|
"qrcode-terminal": "^0.12.0",
|
||||||
"wa-sticker-formatter": "^4.4.4",
|
"sharp": "^0.34.5",
|
||||||
"whatsapp-web.js": "^1.24.0"
|
"whatsapp-web.js": "^1.24.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
213
setup
213
setup
@@ -1,213 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Salvando diretório para evitar problemas
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Cores
|
|
||||||
# ------------------------
|
|
||||||
RESET="\033[0m"
|
|
||||||
BOLD="\033[1m"
|
|
||||||
|
|
||||||
RED="\033[31m"
|
|
||||||
GREEN="\033[32m"
|
|
||||||
YELLOW="\033[33m"
|
|
||||||
BLUE="\033[34m"
|
|
||||||
CYAN="\033[36m"
|
|
||||||
MAGENTA="\033[35m"
|
|
||||||
GRAY="\033[90m"
|
|
||||||
|
|
||||||
timestamp() {
|
|
||||||
date +"%H:%M:%S"
|
|
||||||
}
|
|
||||||
|
|
||||||
log() {
|
|
||||||
local level="$1"
|
|
||||||
local color="$2"
|
|
||||||
shift 2
|
|
||||||
echo -e "${GRAY}[$(timestamp)]${RESET} ${color}${level}${RESET} $*"
|
|
||||||
}
|
|
||||||
|
|
||||||
log_info() { log "[INFO]" "$BLUE" "$@"; }
|
|
||||||
log_ok() { log "[OK]" "$GREEN" "$@"; }
|
|
||||||
log_warn() { log "[WARN]" "$YELLOW" "$@"; }
|
|
||||||
log_error() { log "[ERROR]" "$RED" "$@"; }
|
|
||||||
log_cmd() { log "[CMD]" "$CYAN" "${BOLD}$*${RESET}"; }
|
|
||||||
log_debug() { log "[DBG]" "$GRAY" "$@"; }
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Banner
|
|
||||||
# ------------------------
|
|
||||||
print_banner() {
|
|
||||||
echo -e "${MAGENTA}${BOLD}"
|
|
||||||
cat << "EOF"
|
|
||||||
_____ _____ _
|
|
||||||
| |___ ___ _ _| __ |___| |_
|
|
||||||
| | | | .'| | | | __ -| . | _|
|
|
||||||
|_|_|_|__,|_|_|_ |_____|___|_|
|
|
||||||
|___|
|
|
||||||
|
|
||||||
website: www.mlplovers.com.br/manybot
|
|
||||||
repo: github.com/synt-xerror/manybot
|
|
||||||
|
|
||||||
EOF
|
|
||||||
echo -e "${RESET}"
|
|
||||||
}
|
|
||||||
|
|
||||||
print_banner
|
|
||||||
log_info "Inicializando setup..."
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Executar comandos
|
|
||||||
# ------------------------
|
|
||||||
run_cmd() {
|
|
||||||
log_cmd "$*"
|
|
||||||
"$@"
|
|
||||||
log_ok "Comando finalizado: $1"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Download
|
|
||||||
# ------------------------
|
|
||||||
download_file() {
|
|
||||||
local url="$1"
|
|
||||||
local dest="$2"
|
|
||||||
|
|
||||||
log_debug "download_file(url=$url, dest=$dest)"
|
|
||||||
|
|
||||||
if [[ -f "$dest" ]]; then
|
|
||||||
log_warn "Arquivo já existe: $dest"
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
log_info "Baixando $url"
|
|
||||||
log_debug "Destino: $dest"
|
|
||||||
|
|
||||||
if command -v curl >/dev/null 2>&1; then
|
|
||||||
log_debug "Downloader: curl"
|
|
||||||
curl -L "$url" -o "$dest"
|
|
||||||
elif command -v wget >/dev/null 2>&1; then
|
|
||||||
log_debug "Downloader: wget"
|
|
||||||
wget "$url" -O "$dest"
|
|
||||||
else
|
|
||||||
log_error "curl ou wget não encontrados"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod +x "$dest" 2>/dev/null || true
|
|
||||||
log_ok "Arquivo pronto: $dest"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Detectar plataforma
|
|
||||||
# ------------------------
|
|
||||||
log_info "Detectando plataforma"
|
|
||||||
|
|
||||||
UNAME="$(uname -s)"
|
|
||||||
ARCH="$(uname -m)"
|
|
||||||
|
|
||||||
PLATFORM=""
|
|
||||||
case "$UNAME" in
|
|
||||||
Linux*) PLATFORM="linux";;
|
|
||||||
Darwin*) PLATFORM="mac";;
|
|
||||||
MINGW*|MSYS*|CYGWIN*) PLATFORM="win";;
|
|
||||||
*) PLATFORM="unknown";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
log_info "Sistema: $UNAME"
|
|
||||||
log_info "Arquitetura: $ARCH"
|
|
||||||
log_info "Plataforma: $PLATFORM"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Informações do ambiente
|
|
||||||
# ------------------------
|
|
||||||
log_info "Verificando ambiente"
|
|
||||||
|
|
||||||
log_debug "Node: $(node -v 2>/dev/null || echo 'não encontrado')"
|
|
||||||
log_debug "npm: $(npm -v 2>/dev/null || echo 'não encontrado')"
|
|
||||||
log_debug "PREFIX: ${PREFIX:-<vazio>}"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Termux
|
|
||||||
# ------------------------
|
|
||||||
install_deps() {
|
|
||||||
local packages=("$@")
|
|
||||||
|
|
||||||
for pkg in "${packages[@]}"; do
|
|
||||||
if ! dpkg -s "$pkg" >/dev/null 2>&1; then
|
|
||||||
log_warn "$pkg não encontrado, instalando"
|
|
||||||
run_cmd pkg install -y "$pkg"
|
|
||||||
else
|
|
||||||
log_ok "$pkg já instalado"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
if [[ "$PREFIX" == *"com.termux"* ]]; then
|
|
||||||
log_info "Ambiente Termux detectado"
|
|
||||||
|
|
||||||
deps=(
|
|
||||||
chromium
|
|
||||||
)
|
|
||||||
|
|
||||||
install_deps "${deps[@]}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Setup npm
|
|
||||||
# ------------------------
|
|
||||||
log_info "Instalando dependências npm"
|
|
||||||
|
|
||||||
export PUPPETEER_SKIP_DOWNLOAD=1
|
|
||||||
run_cmd npm install
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Chrome Puppeeter
|
|
||||||
# ------------------------
|
|
||||||
log_info "Instalando Chrome"
|
|
||||||
|
|
||||||
npx puppeteer browsers install chrome
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Diretórios
|
|
||||||
# ------------------------
|
|
||||||
log_info "Preparando diretórios"
|
|
||||||
mkdir -p bin
|
|
||||||
log_debug "Diretório bin garantido"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Arquivos por plataforma
|
|
||||||
# ------------------------
|
|
||||||
log_info "Selecionando dependências binárias"
|
|
||||||
|
|
||||||
files=()
|
|
||||||
if [[ "$PLATFORM" == "win" ]]; then
|
|
||||||
log_debug "Usando binários Windows"
|
|
||||||
files=(
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/yt-dlp.exe bin/yt-dlp.exe"
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/ffmpeg.exe bin/ffmpeg.exe"
|
|
||||||
)
|
|
||||||
else
|
|
||||||
log_debug "Usando binários Unix"
|
|
||||||
files=(
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/yt-dlp bin/yt-dlp"
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/ffmpeg bin/ffmpeg"
|
|
||||||
)
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod +x bin/*
|
|
||||||
log_debug "Total de arquivos para baixar: ${#files[@]}"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Download
|
|
||||||
# ------------------------
|
|
||||||
for file in "${files[@]}"; do
|
|
||||||
url="${file%% *}"
|
|
||||||
dest="${file##* }"
|
|
||||||
|
|
||||||
log_info "Processando dependência"
|
|
||||||
download_file "$url" "$dest"
|
|
||||||
done
|
|
||||||
|
|
||||||
log_ok "Setup concluído com sucesso.\nRode sempre na raíz: 'node src/main.js' (ou equivalente) para rodar o bot."
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
import { c } from "../logger/formatter.js";
|
|
||||||
|
|
||||||
export function printBanner() {
|
|
||||||
|
|
||||||
const banner = [
|
|
||||||
` _____ _____ _ `,
|
|
||||||
` | |___ ___ _ _| __ |___| |_ `,
|
|
||||||
` | | | | . | | | | __ -| . | _|`,
|
|
||||||
` |_|_|_|__,|_|_|_ |_____|___|_| `,
|
|
||||||
` |___| `
|
|
||||||
];
|
|
||||||
|
|
||||||
const pony = [
|
|
||||||
` ⠴⢮⠭⠍⠉⠉⠒⠤⣀`,
|
|
||||||
` ⢀⢊ ⢱⠊⠑⡀`,
|
|
||||||
` ⠋⡎ ⣀⡠⠤⠠⠖⠋⢉⠉ ⡄⢸`,
|
|
||||||
` ⣘⡠⠊⣩⡅ ⣴⡟⣯⠙⣊ ⢁⠜`,
|
|
||||||
` ⣿⡇⢸⣿⣷⡿⢀⠇⢀⢎`,
|
|
||||||
` ⠰⡉ ⠈⠛⠛⠋⠁⢀⠜ ⢂`,
|
|
||||||
` ⠈⠒⠒⡲⠂⣠⣔⠁ ⡇ ⢀⡴⣾⣛⡛⠻⣦`,
|
|
||||||
` ⢠⠃ ⢠⠞ ⡸⠉⠲⣿⠿⢿⣿⣿⣷⡌⢷`,
|
|
||||||
` ⢀⠔⠂⢼ ⡎⡔⡄⠰⠃ ⢣ ⢻⣿⣿⣿⠘⣷`,
|
|
||||||
` ⡐⠁ ⠸⡀ ⠏ ⠈⠃ ⢸ ⣿⣿⣿⡇⣿⡇`,
|
|
||||||
` ⡇ ⡎⠉⠉⢳ ⡤⠤⡤⠲⡀ ⢇ ⣿⣿⣿⣇⣿⣷`,
|
|
||||||
` ⡇ ⡠⠃ ⡸ ⡇ ⡇ ⢱⡀ ⢣ ⣿⣿⣿⣿⣿⡄`,
|
|
||||||
` ⠑⠊ ⢰ ⠇ ⢸ ⡇⡇ ⡇ ⢳⣿⣿⣿⣿⡇`,
|
|
||||||
` ⢠⠃ ⡸ ⡎ ⡜⡇ ⡇ ⠻⡏⠻⣿⣿⣄`,
|
|
||||||
` ⣔⣁⣀⣀⡠⠁ ⠈⠉⠉⠁⣎⣀⣀⣀⡸`
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
console.log(`${c.blue}${c.bold}`);
|
|
||||||
|
|
||||||
const max = Math.max(banner.length, pony.length);
|
|
||||||
|
|
||||||
for (let i = 0; i < max; i++) {
|
|
||||||
const left = banner[i] || " ".repeat(banner[0].length);
|
|
||||||
const right = pony[i] || "";
|
|
||||||
console.log(left + " " + right);
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log();
|
|
||||||
console.log(` website : ${c.reset}${c.cyan}www.mlplovers.com.br/manybot${c.reset}`);
|
|
||||||
console.log(` repo : ${c.reset}${c.cyan}github.com/synt-xerror/manybot${c.reset}`);
|
|
||||||
console.log();
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
import os from "os";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Detecta se o processo está rodando dentro do Termux.
|
|
||||||
*/
|
|
||||||
export const isTermux =
|
|
||||||
(os.platform() === "linux" || os.platform() === "android") &&
|
|
||||||
process.env.PREFIX?.startsWith("/data/data/com.termux");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retorna a config de Puppeteer adequada ao ambiente.
|
|
||||||
* @returns {import("puppeteer").LaunchOptions}
|
|
||||||
*/
|
|
||||||
export function resolvePuppeteerConfig() {
|
|
||||||
if (!isTermux) return {};
|
|
||||||
|
|
||||||
return {
|
|
||||||
executablePath: "/data/data/com.termux/files/usr/bin/chromium-browser",
|
|
||||||
args: [
|
|
||||||
"--headless=new", "--no-sandbox", "--disable-setuid-sandbox",
|
|
||||||
"--disable-dev-shm-usage", "--disable-gpu", "--single-process",
|
|
||||||
"--no-zygote", "--disable-software-rasterizer",
|
|
||||||
],
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
import qrcode from "qrcode-terminal";
|
|
||||||
import path from "path";
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
import { isTermux } from "./environment.js";
|
|
||||||
|
|
||||||
const QR_PATH = path.resolve("qr.png");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Exibe ou salva o QR Code conforme o ambiente.
|
|
||||||
* @param {string} qr — string bruta do evento "qr"
|
|
||||||
*/
|
|
||||||
export async function handleQR(qr) {
|
|
||||||
if (isTermux) {
|
|
||||||
try {
|
|
||||||
await QRCode.toFile(QR_PATH, qr, { width: 400 });
|
|
||||||
logger.info(`QR Code salvo em: ${QR_PATH}`);
|
|
||||||
logger.info(`Abra com: termux-open qr.png`);
|
|
||||||
} catch (err) {
|
|
||||||
logger.error("Falha ao salvar QR Code:", err.message);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
logger.info("Escaneie o QR Code abaixo:");
|
|
||||||
qrcode.generate(qr, { small: true });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
import pkg from "whatsapp-web.js";
|
|
||||||
import { CLIENT_ID } from "../config.js";
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
import { isTermux, resolvePuppeteerConfig } from "./environment.js";
|
|
||||||
import { handleQR } from "./qrHandler.js";
|
|
||||||
import { printBanner } from "./banner.js";
|
|
||||||
|
|
||||||
export const { Client, LocalAuth, MessageMedia } = pkg;
|
|
||||||
|
|
||||||
// ── Ambiente ─────────────────────────────────────────────────
|
|
||||||
logger.info(isTermux
|
|
||||||
? "Ambiente: Termux — usando Chromium do sistema"
|
|
||||||
: `Ambiente: ${process.platform} — usando Puppeteer padrão`
|
|
||||||
);
|
|
||||||
|
|
||||||
// ── Instância ─────────────────────────────────────────────────
|
|
||||||
export const client = new Client({
|
|
||||||
authStrategy: new LocalAuth({ clientId: CLIENT_ID }),
|
|
||||||
puppeteer: {
|
|
||||||
headless: true,
|
|
||||||
args: [
|
|
||||||
'--no-sandbox',
|
|
||||||
'--disable-setuid-sandbox',
|
|
||||||
...(resolvePuppeteerConfig().args || [])
|
|
||||||
],
|
|
||||||
...resolvePuppeteerConfig()
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
// ── Eventos ───────────────────────────────────────────────────
|
|
||||||
client.on("qr", handleQR);
|
|
||||||
|
|
||||||
client.on("ready", () => {
|
|
||||||
printBanner();
|
|
||||||
logger.success("WhatsApp conectado e pronto!");
|
|
||||||
logger.info(`Client ID: ${CLIENT_ID}`);
|
|
||||||
});
|
|
||||||
|
|
||||||
client.on("disconnected", (reason) => {
|
|
||||||
logger.warn(`Desconectado — motivo: ${reason}`);
|
|
||||||
logger.info("Reconectando em 5s...");
|
|
||||||
setTimeout(() => {
|
|
||||||
logger.info("Reinicializando cliente...");
|
|
||||||
client.initialize();
|
|
||||||
}, 5000);
|
|
||||||
});
|
|
||||||
|
|
||||||
export default client;
|
|
||||||
@@ -1,71 +0,0 @@
|
|||||||
/**
|
|
||||||
* config.js
|
|
||||||
*
|
|
||||||
* Lê e parseia o manybot.conf.
|
|
||||||
* Suporta listas multilinhas e comentários inline.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import fs from "fs";
|
|
||||||
|
|
||||||
function parseConf(raw) {
|
|
||||||
const lines = raw.split("\n");
|
|
||||||
|
|
||||||
const cleaned = [];
|
|
||||||
let insideList = false;
|
|
||||||
let buffer = "";
|
|
||||||
|
|
||||||
for (let line of lines) {
|
|
||||||
line = line.replace(/#.*$/, "").trim();
|
|
||||||
if (!line) continue;
|
|
||||||
|
|
||||||
if (!insideList) {
|
|
||||||
if (line.includes("=[") && !line.includes("]")) {
|
|
||||||
insideList = true;
|
|
||||||
buffer = line;
|
|
||||||
} else {
|
|
||||||
cleaned.push(line);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
buffer += line;
|
|
||||||
if (line.includes("]")) {
|
|
||||||
insideList = false;
|
|
||||||
cleaned.push(buffer);
|
|
||||||
buffer = "";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const result = {};
|
|
||||||
for (const line of cleaned) {
|
|
||||||
const eqIdx = line.indexOf("=");
|
|
||||||
if (eqIdx === -1) continue;
|
|
||||||
|
|
||||||
const key = line.slice(0, eqIdx).trim();
|
|
||||||
const raw = line.slice(eqIdx + 1).trim();
|
|
||||||
|
|
||||||
if (raw.startsWith("[") && raw.endsWith("]")) {
|
|
||||||
result[key] = raw
|
|
||||||
.slice(1, -1)
|
|
||||||
.split(",")
|
|
||||||
.map(x => x.trim())
|
|
||||||
.filter(Boolean);
|
|
||||||
} else {
|
|
||||||
result[key] = raw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
const raw = fs.readFileSync("manybot.conf", "utf8");
|
|
||||||
const config = parseConf(raw);
|
|
||||||
|
|
||||||
export const CLIENT_ID = config.CLIENT_ID ?? "bot_permanente";
|
|
||||||
export const CMD_PREFIX = config.CMD_PREFIX ?? "!";
|
|
||||||
export const CHATS = config.CHATS ?? [];
|
|
||||||
|
|
||||||
/** Lista de plugins ativos — ex: PLUGINS=[video, audio, hello] */
|
|
||||||
export const PLUGINS = config.PLUGINS ?? [];
|
|
||||||
|
|
||||||
/** Exporta o config completo para plugins que precisam de valores customizados */
|
|
||||||
export const CONFIG = config;
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
/**
|
|
||||||
* src/download/queue.js
|
|
||||||
*
|
|
||||||
* Fila de execução sequencial para jobs pesados (downloads, conversões).
|
|
||||||
* Garante que apenas um job roda por vez — sem sobrecarregar yt-dlp ou ffmpeg.
|
|
||||||
*
|
|
||||||
* O plugin passa uma `workFn` que faz tudo: baixar, converter, enviar.
|
|
||||||
* A fila só garante a sequência e trata erros.
|
|
||||||
*
|
|
||||||
* Uso:
|
|
||||||
* import { enqueue } from "../../src/download/queue.js";
|
|
||||||
* enqueue(async () => { ... toda a lógica do plugin ... }, onError);
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{
|
|
||||||
* workFn: () => Promise<void>,
|
|
||||||
* errorFn: (err: Error) => Promise<void>,
|
|
||||||
* }} Job
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** @type {Job[]} */
|
|
||||||
let queue = [];
|
|
||||||
let processing = false;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adiciona um job à fila e inicia o processamento se estiver idle.
|
|
||||||
*
|
|
||||||
* @param {Function} workFn — async () => void — toda a lógica do plugin
|
|
||||||
* @param {Function} errorFn — async (err) => void — chamado se workFn lançar
|
|
||||||
*/
|
|
||||||
export function enqueue(workFn, errorFn) {
|
|
||||||
queue.push({ workFn, errorFn });
|
|
||||||
if (!processing) processQueue();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function processQueue() {
|
|
||||||
processing = true;
|
|
||||||
while (queue.length) {
|
|
||||||
await processJob(queue.shift());
|
|
||||||
}
|
|
||||||
processing = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function processJob({ workFn, errorFn }) {
|
|
||||||
try {
|
|
||||||
await workFn();
|
|
||||||
} catch (err) {
|
|
||||||
logger.error(`Falha no job — ${err.message}`);
|
|
||||||
try { await errorFn(err); } catch { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
/**
|
|
||||||
* messageHandler.js
|
|
||||||
*
|
|
||||||
* Pipeline central de uma mensagem recebida.
|
|
||||||
*
|
|
||||||
* Ordem:
|
|
||||||
* 1. Filtra chats não permitidos (CHATS do .conf)
|
|
||||||
* 2. Loga a mensagem
|
|
||||||
* 3. Passa o contexto para todos os plugins ativos
|
|
||||||
*
|
|
||||||
* O kernel não conhece nenhum comando — só distribui.
|
|
||||||
* Cada plugin decide por conta própria se age ou ignora.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { CHATS } from "../config.js";
|
|
||||||
import { getChatId } from "../utils/getChatId.js";
|
|
||||||
import { buildApi } from "./pluginApi.js";
|
|
||||||
import { pluginRegistry } from "./pluginLoader.js";
|
|
||||||
import { runPlugin } from "./pluginGuard.js";
|
|
||||||
import { buildMessageContext } from "../logger/messageContext.js";
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {import("whatsapp-web.js").Message} msg
|
|
||||||
*/
|
|
||||||
export async function handleMessage(msg) {
|
|
||||||
const chat = await msg.getChat();
|
|
||||||
const chatId = getChatId(chat);
|
|
||||||
|
|
||||||
// CHATS vazio = aceita todos os chats
|
|
||||||
if (CHATS.length > 0 && !CHATS.includes(chatId)) return;
|
|
||||||
|
|
||||||
const ctx = await buildMessageContext(msg, chat);
|
|
||||||
logger.msg(ctx);
|
|
||||||
|
|
||||||
const api = buildApi({ msg, chat, pluginRegistry });
|
|
||||||
const context = { msg: api.msg, chat: api.chat, api };
|
|
||||||
|
|
||||||
for (const plugin of pluginRegistry.values()) {
|
|
||||||
await runPlugin(plugin, context);
|
|
||||||
}
|
|
||||||
|
|
||||||
logger.done("message_create", `de +${ctx.senderNumber}`);
|
|
||||||
}
|
|
||||||
@@ -1,187 +0,0 @@
|
|||||||
/**
|
|
||||||
* pluginApi.js
|
|
||||||
*
|
|
||||||
* Monta o objeto `api` que cada plugin recebe.
|
|
||||||
* Plugins só podem fazer o que está aqui — nunca tocam no client diretamente.
|
|
||||||
*
|
|
||||||
* O `chat` já vem filtrado pelo kernel (só chats permitidos no .conf),
|
|
||||||
* então plugins não precisam e não podem escolher destino.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
import pkg from "whatsapp-web.js";
|
|
||||||
|
|
||||||
const { MessageMedia } = pkg;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {object} params
|
|
||||||
* @param {import("whatsapp-web.js").Message} params.msg
|
|
||||||
* @param {import("whatsapp-web.js").Chat} params.chat
|
|
||||||
* @param {Map<string, any>} params.pluginRegistry
|
|
||||||
* @returns {object} api
|
|
||||||
*/
|
|
||||||
export function buildApi({ msg, chat, pluginRegistry }) {
|
|
||||||
|
|
||||||
// ── Helpers internos ──────────────────────────────────────
|
|
||||||
const currentChat = chat;
|
|
||||||
|
|
||||||
return {
|
|
||||||
|
|
||||||
// ── Leitura de mensagem ──────────────────────────────────
|
|
||||||
|
|
||||||
msg: {
|
|
||||||
/** Corpo da mensagem */
|
|
||||||
body: msg.body ?? "",
|
|
||||||
|
|
||||||
/** Tipo: "chat", "image", "video", "audio", "ptt", "sticker", "document" */
|
|
||||||
type: msg.type,
|
|
||||||
|
|
||||||
/** true se a mensagem veio do próprio bot */
|
|
||||||
fromMe: msg.fromMe,
|
|
||||||
|
|
||||||
/** ID de quem enviou (ex: "5511999999999@c.us") */
|
|
||||||
sender: msg.author || msg.from,
|
|
||||||
|
|
||||||
/** Nome de exibição de quem enviou */
|
|
||||||
senderName: msg._data?.notifyName || String(msg.from).replace(/(:\d+)?@.*$/, ""),
|
|
||||||
|
|
||||||
/** Tokens: ["!video", "https://..."] */
|
|
||||||
args: msg.body?.trim().split(/\s+/) ?? [],
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verifica se a mensagem é um comando específico.
|
|
||||||
* @param {string} cmd — ex: "!hello"
|
|
||||||
*/
|
|
||||||
is(cmd) {
|
|
||||||
return msg.body?.trim().toLowerCase().startsWith(cmd.toLowerCase());
|
|
||||||
},
|
|
||||||
|
|
||||||
/** true se a mensagem tem mídia anexada */
|
|
||||||
hasMedia: msg.hasMedia,
|
|
||||||
|
|
||||||
/** true se a mídia é um GIF (vídeo curto em loop) */
|
|
||||||
isGif: msg._data?.isGif ?? false,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Baixa a mídia da mensagem.
|
|
||||||
* Retorna um objeto neutro { mimetype, data } — sem expor MessageMedia.
|
|
||||||
* @returns {Promise<{ mimetype: string, data: string } | null>}
|
|
||||||
*/
|
|
||||||
async downloadMedia() {
|
|
||||||
const media = await msg.downloadMedia();
|
|
||||||
if (!media) return null;
|
|
||||||
return { mimetype: media.mimetype, data: media.data };
|
|
||||||
},
|
|
||||||
|
|
||||||
/** true se a mensagem é uma resposta a outra */
|
|
||||||
hasReply: msg.hasQuotedMsg,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retorna a mensagem citada, se existir.
|
|
||||||
* @returns {Promise<import("whatsapp-web.js").Message|null>}
|
|
||||||
*/
|
|
||||||
async getReply() {
|
|
||||||
if (!msg.hasQuotedMsg) return null;
|
|
||||||
return msg.getQuotedMessage();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Responde diretamente à mensagem (com quote).
|
|
||||||
* @param {string} text
|
|
||||||
*/
|
|
||||||
async reply(text) {
|
|
||||||
return msg.reply(text);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
// ── Envio para o chat atual ──────────────────────────────
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia texto simples.
|
|
||||||
* @param {string} text
|
|
||||||
*/
|
|
||||||
async send(text) {
|
|
||||||
return currentChat.sendMessage(text);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia uma mídia (imagem, vídeo, áudio, documento).
|
|
||||||
* @param {import("whatsapp-web.js").MessageMedia} media
|
|
||||||
* @param {string} [caption]
|
|
||||||
*/
|
|
||||||
async sendMedia(media, caption = "") {
|
|
||||||
return currentChat.sendMessage(media, { caption });
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia um arquivo de vídeo a partir de um caminho local.
|
|
||||||
* @param {string} filePath
|
|
||||||
* @param {string} [caption]
|
|
||||||
*/
|
|
||||||
async sendVideo(filePath, caption = "") {
|
|
||||||
const media = MessageMedia.fromFilePath(filePath);
|
|
||||||
return currentChat.sendMessage(media, { caption });
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia um arquivo de áudio a partir de um caminho local.
|
|
||||||
* @param {string} filePath
|
|
||||||
*/
|
|
||||||
async sendAudio(filePath) {
|
|
||||||
const media = MessageMedia.fromFilePath(filePath);
|
|
||||||
return currentChat.sendMessage(media, { sendAudioAsVoice: true });
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia uma imagem a partir de um caminho local.
|
|
||||||
* @param {string} filePath
|
|
||||||
* @param {string} [caption]
|
|
||||||
*/
|
|
||||||
async sendImage(filePath, caption = "") {
|
|
||||||
const media = MessageMedia.fromFilePath(filePath);
|
|
||||||
return currentChat.sendMessage(media, { caption });
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Envia uma figurinha (sticker).
|
|
||||||
* Aceita filePath (string) ou buffer (Buffer) — o plugin nunca precisa
|
|
||||||
* saber que MessageMedia existe.
|
|
||||||
* @param {string | Buffer} source
|
|
||||||
*/
|
|
||||||
async sendSticker(source) {
|
|
||||||
const media = typeof source === "string"
|
|
||||||
? MessageMedia.fromFilePath(source)
|
|
||||||
: new MessageMedia("image/webp", source.toString("base64"));
|
|
||||||
return currentChat.sendMessage(media, { sendMediaAsSticker: true });
|
|
||||||
},
|
|
||||||
|
|
||||||
// ── Acesso a outros plugins ──────────────────────────────
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Retorna a API pública de outro plugin (o que ele exportou em `exports`).
|
|
||||||
* Retorna null se o plugin não existir ou estiver desativado.
|
|
||||||
* @param {string} name — nome do plugin (pasta em /plugins)
|
|
||||||
* @returns {any|null}
|
|
||||||
*/
|
|
||||||
getPlugin(name) {
|
|
||||||
return pluginRegistry.get(name)?.exports ?? null;
|
|
||||||
},
|
|
||||||
|
|
||||||
// ── Logger ───────────────────────────────────────────────
|
|
||||||
|
|
||||||
log: {
|
|
||||||
info: (...a) => logger.info(...a),
|
|
||||||
warn: (...a) => logger.warn(...a),
|
|
||||||
error: (...a) => logger.error(...a),
|
|
||||||
success: (...a) => logger.success(...a),
|
|
||||||
},
|
|
||||||
|
|
||||||
// ── Info do chat atual ───────────────────────────────────
|
|
||||||
|
|
||||||
chat: {
|
|
||||||
id: currentChat.id._serialized,
|
|
||||||
name: currentChat.name || currentChat.id.user,
|
|
||||||
isGroup: /@g\.us$/.test(currentChat.id._serialized),
|
|
||||||
},
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
/**
|
|
||||||
* pluginGuard.js
|
|
||||||
*
|
|
||||||
* Executa um plugin com segurança.
|
|
||||||
* Se o plugin lançar um erro:
|
|
||||||
* - Loga o erro com contexto
|
|
||||||
* - Marca o plugin como "error" no registry
|
|
||||||
* - Nunca derruba o bot
|
|
||||||
*
|
|
||||||
* Plugins desativados ou com erro são ignorados silenciosamente.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
import { pluginRegistry } from "./pluginLoader.js";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {object} plugin — entrada do pluginRegistry
|
|
||||||
* @param {object} context — { msg, chat, api }
|
|
||||||
*/
|
|
||||||
export async function runPlugin(plugin, context) {
|
|
||||||
if (plugin.status !== "active") return;
|
|
||||||
|
|
||||||
try {
|
|
||||||
await plugin.run(context);
|
|
||||||
} catch (err) {
|
|
||||||
// Desativa o plugin para não continuar quebrando
|
|
||||||
plugin.status = "error";
|
|
||||||
plugin.error = err;
|
|
||||||
pluginRegistry.set(plugin.name, plugin);
|
|
||||||
|
|
||||||
logger.error(
|
|
||||||
`Plugin "${plugin.name}" desativado após erro: ${err.message}`,
|
|
||||||
`\n Stack: ${err.stack?.split("\n")[1]?.trim() ?? ""}`
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,88 +0,0 @@
|
|||||||
/**
|
|
||||||
* pluginLoader.js
|
|
||||||
*
|
|
||||||
* Responsável por:
|
|
||||||
* 1. Ler quais plugins estão ativos no manybot.conf (PLUGINS=[...])
|
|
||||||
* 2. Carregar cada plugin da pasta /plugins
|
|
||||||
* 3. Registrar no pluginRegistry com status e exports públicos
|
|
||||||
* 4. Expor o pluginRegistry para o kernel e para a pluginApi
|
|
||||||
*/
|
|
||||||
|
|
||||||
import fs from "fs";
|
|
||||||
import path from "path";
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
|
|
||||||
const PLUGINS_DIR = path.resolve("src/plugins");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Cada entrada no registry:
|
|
||||||
* {
|
|
||||||
* name: string,
|
|
||||||
* status: "active" | "disabled" | "error",
|
|
||||||
* run: async function({ msg, chat, api }) — a função default do plugin
|
|
||||||
* exports: any — o que o plugin expôs via `export const api = { ... }`
|
|
||||||
* error: Error | null
|
|
||||||
* }
|
|
||||||
*
|
|
||||||
* @type {Map<string, object>}
|
|
||||||
*/
|
|
||||||
export const pluginRegistry = new Map();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Carrega todos os plugins ativos listados em `activePlugins`.
|
|
||||||
* Chamado uma vez na inicialização do bot.
|
|
||||||
*
|
|
||||||
* @param {string[]} activePlugins — nomes dos plugins ativos (do .conf)
|
|
||||||
*/
|
|
||||||
export async function loadPlugins(activePlugins) {
|
|
||||||
if (!fs.existsSync(PLUGINS_DIR)) {
|
|
||||||
logger.warn("Pasta /plugins não encontrada. Nenhum plugin carregado.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (const name of activePlugins) {
|
|
||||||
await loadPlugin(name);
|
|
||||||
}
|
|
||||||
|
|
||||||
const total = pluginRegistry.size;
|
|
||||||
const ativos = [...pluginRegistry.values()].filter(p => p.status === "active").length;
|
|
||||||
const erros = total - ativos;
|
|
||||||
|
|
||||||
logger.success(`Plugins carregados: ${ativos} ativos${erros ? `, ${erros} com erro` : ""}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Carrega um único plugin pelo nome.
|
|
||||||
* @param {string} name
|
|
||||||
*/
|
|
||||||
async function loadPlugin(name) {
|
|
||||||
const pluginPath = path.join(PLUGINS_DIR, name, "index.js");
|
|
||||||
|
|
||||||
if (!fs.existsSync(pluginPath)) {
|
|
||||||
logger.warn(`Plugin "${name}" não encontrado em ${pluginPath}`);
|
|
||||||
pluginRegistry.set(name, { name, status: "disabled", run: null, exports: null, error: null });
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
const mod = await import(pluginPath);
|
|
||||||
|
|
||||||
// O plugin deve exportar uma função default — essa é a função chamada a cada mensagem
|
|
||||||
if (typeof mod.default !== "function") {
|
|
||||||
throw new Error(`Plugin "${name}" não exporta uma função default`);
|
|
||||||
}
|
|
||||||
|
|
||||||
pluginRegistry.set(name, {
|
|
||||||
name,
|
|
||||||
status: "active",
|
|
||||||
run: mod.default,
|
|
||||||
exports: mod.api ?? null, // exports públicos opcionais (api de outros plugins)
|
|
||||||
error: null,
|
|
||||||
});
|
|
||||||
|
|
||||||
logger.info(`Plugin carregado: ${name}`);
|
|
||||||
} catch (err) {
|
|
||||||
logger.error(`Falha ao carregar plugin "${name}": ${err.message}`);
|
|
||||||
pluginRegistry.set(name, { name, status: "error", run: null, exports: null, error: err });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
/**
|
|
||||||
* scheduler.js
|
|
||||||
*
|
|
||||||
* Permite que plugins registrem tarefas agendadas via cron.
|
|
||||||
* Usa node-cron por baixo, mas plugins nunca importam node-cron diretamente —
|
|
||||||
* eles chamam apenas api.schedule(cron, fn).
|
|
||||||
*
|
|
||||||
* Uso no plugin:
|
|
||||||
* import { schedule } from "many";
|
|
||||||
* schedule("0 9 * * 1", async () => { await api.send("Bom dia!"); });
|
|
||||||
*/
|
|
||||||
|
|
||||||
import cron from "node-cron";
|
|
||||||
import { logger } from "../logger/logger.js";
|
|
||||||
|
|
||||||
/** Lista de tasks ativas (para eventual teardown) */
|
|
||||||
const tasks = [];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Registra uma tarefa cron.
|
|
||||||
* @param {string} expression — expressão cron ex: "0 9 * * 1"
|
|
||||||
* @param {Function} fn — função async a executar
|
|
||||||
* @param {string} pluginName — nome do plugin (para log)
|
|
||||||
*/
|
|
||||||
export function schedule(expression, fn, pluginName = "unknown") {
|
|
||||||
if (!cron.validate(expression)) {
|
|
||||||
logger.warn(`Plugin "${pluginName}" registrou expressão cron inválida: "${expression}"`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const task = cron.schedule(expression, async () => {
|
|
||||||
try {
|
|
||||||
await fn();
|
|
||||||
} catch (err) {
|
|
||||||
logger.error(`Erro no agendamento do plugin "${pluginName}": ${err.message}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
tasks.push({ pluginName, expression, task });
|
|
||||||
logger.info(`Agendamento registrado — plugin "${pluginName}" → "${expression}"`);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Para todos os agendamentos (útil no shutdown) */
|
|
||||||
export function stopAll() {
|
|
||||||
tasks.forEach(({ task }) => task.stop());
|
|
||||||
tasks.length = 0;
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
// ── Paleta ANSI ──────────────────────────────────────────────
|
|
||||||
export const c = {
|
|
||||||
reset: "\x1b[0m", bold: "\x1b[1m", dim: "\x1b[2m",
|
|
||||||
green: "\x1b[32m", yellow: "\x1b[33m", cyan: "\x1b[36m",
|
|
||||||
red: "\x1b[31m", gray: "\x1b[90m", white: "\x1b[37m",
|
|
||||||
blue: "\x1b[34m", magenta: "\x1b[35m",
|
|
||||||
};
|
|
||||||
|
|
||||||
export const now = () =>
|
|
||||||
new Date().toLocaleString("pt-BR", { dateStyle: "short", timeStyle: "medium" });
|
|
||||||
|
|
||||||
export const formatType = (type) => ({
|
|
||||||
sticker: `${c.magenta}sticker${c.reset}`,
|
|
||||||
image: `${c.cyan}imagem${c.reset}`,
|
|
||||||
video: `${c.cyan}vídeo${c.reset}`,
|
|
||||||
audio: `${c.cyan}áudio${c.reset}`,
|
|
||||||
ptt: `${c.cyan}áudio${c.reset}`,
|
|
||||||
document: `${c.cyan}arquivo${c.reset}`,
|
|
||||||
chat: `${c.white}texto${c.reset}`,
|
|
||||||
}[type] ?? `${c.gray}${type}${c.reset}`);
|
|
||||||
|
|
||||||
export const formatContext = (chatName, isGroup) =>
|
|
||||||
isGroup
|
|
||||||
? `${c.bold}${chatName}${c.reset} ${c.dim}(grupo)${c.reset}`
|
|
||||||
: `${c.bold}${chatName}${c.reset} ${c.dim}(privado)${c.reset}`;
|
|
||||||
|
|
||||||
export const formatBody = (body) =>
|
|
||||||
body?.trim()
|
|
||||||
? `${c.green}"${body.length > 200 ? body.slice(0, 200) + "..." : body}"${c.reset}`
|
|
||||||
: `${c.dim}<mídia>${c.reset}`;
|
|
||||||
|
|
||||||
export const formatReply = (quotedName, quotedNumber, quotedPreview) =>
|
|
||||||
`\n${c.gray} ↩ Para: ${c.reset}${c.white}${quotedName}${c.reset} ${c.dim}+${quotedNumber}${c.reset}` +
|
|
||||||
`\n${c.gray} ↩ Msg: ${c.reset}${c.dim}${quotedPreview}${c.reset}`;
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
import {
|
|
||||||
c, now,
|
|
||||||
formatType, formatContext, formatBody, formatReply,
|
|
||||||
} from "./formatter.js";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logger central do ManyBot.
|
|
||||||
* Cada método lida apenas com saída — sem lógica de negócio ou I/O externo.
|
|
||||||
*/
|
|
||||||
export const logger = {
|
|
||||||
info: (...a) => console.log(`${c.gray}[${now()}]${c.reset} ${c.cyan}INFO ${c.reset}`, ...a),
|
|
||||||
success: (...a) => console.log(`${c.gray}[${now()}]${c.reset} ${c.green}OK ${c.reset}`, ...a),
|
|
||||||
warn: (...a) => console.log(`${c.gray}[${now()}]${c.reset} ${c.yellow}WARN ${c.reset}`, ...a),
|
|
||||||
error: (...a) => console.log(`${c.gray}[${now()}]${c.reset} ${c.red}ERROR ${c.reset}`, ...a),
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Loga uma mensagem recebida a partir de um contexto já resolvido.
|
|
||||||
* @param {import("./messageContext.js").MessageContext} ctx
|
|
||||||
*/
|
|
||||||
msg(ctx) {
|
|
||||||
const { chatName, isGroup, senderName, senderNumber, type, body, quoted } = ctx;
|
|
||||||
const context = isGroup ? `${chatName} (grupo)` : chatName;
|
|
||||||
const reply = quoted ? ` → Responde ${quoted.name} +${quoted.number}: "${quoted.preview}"` : "";
|
|
||||||
console.log(`\n${c.gray}[${now()}]${c.reset} ${c.cyan}MSG${c.reset} ${context} ${c.gray}— De:${c.reset} ${c.white}${senderName}${c.reset} ${c.dim}+${senderNumber}${c.reset} ${c.gray}— Tipo:${c.reset} ${type} — ${c.green}"${body}"${c.reset}${c.gray}${reply}${c.reset}`);
|
|
||||||
},
|
|
||||||
|
|
||||||
cmd: (cmd, extra = "") =>
|
|
||||||
console.log(
|
|
||||||
`${c.gray}[${now()}]${c.reset} ${c.yellow}CMD ${c.reset}` +
|
|
||||||
`${c.bold}${cmd}${c.reset}` +
|
|
||||||
(extra ? ` ${c.dim}${extra}${c.reset}` : "")
|
|
||||||
),
|
|
||||||
|
|
||||||
done: (cmd, detail = "") =>
|
|
||||||
console.log(
|
|
||||||
`${c.gray}[${now()}]${c.reset} ${c.green}DONE ${c.reset}` +
|
|
||||||
`${c.dim}${cmd}${c.reset}` +
|
|
||||||
(detail ? ` — ${detail}` : "")
|
|
||||||
),
|
|
||||||
};
|
|
||||||
@@ -1,81 +0,0 @@
|
|||||||
import client from "../client/whatsappClient.js";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Extrai o número limpo de uma mensagem.
|
|
||||||
* @param {import("whatsapp-web.js").Message} msg
|
|
||||||
* @returns {Promise<string>}
|
|
||||||
*/
|
|
||||||
export async function getNumber(msg) {
|
|
||||||
if (msg.fromMe) return String(msg.from).split("@")[0];
|
|
||||||
const contact = await msg.getContact();
|
|
||||||
return contact.number;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Monta o contexto completo de uma mensagem para logging.
|
|
||||||
* Resolve contato, quoted message e metadados do chat.
|
|
||||||
*
|
|
||||||
* @param {import("whatsapp-web.js").Message} msg
|
|
||||||
* @param {import("whatsapp-web.js").Chat} chat
|
|
||||||
* @param {string} botPrefix
|
|
||||||
* @returns {Promise<MessageContext>}
|
|
||||||
*
|
|
||||||
* @typedef {Object} MessageContext
|
|
||||||
* @property {string} chatName
|
|
||||||
* @property {string} chatId
|
|
||||||
* @property {boolean} isGroup
|
|
||||||
* @property {string} senderName
|
|
||||||
* @property {string} senderNumber
|
|
||||||
* @property {string} type
|
|
||||||
* @property {string} body
|
|
||||||
* @property {{ name: string, number: string, preview: string } | null} quoted
|
|
||||||
*/
|
|
||||||
export async function buildMessageContext(msg, chat, botPrefix) {
|
|
||||||
const chatId = chat.id._serialized;
|
|
||||||
const isGroup = /@g\.us$/.test(chatId);
|
|
||||||
const number = await getNumber(msg);
|
|
||||||
const name = msg._data?.notifyName || String(msg.from).replace(/(:\d+)?@.*$/, "");
|
|
||||||
|
|
||||||
const quoted = await resolveQuotedMessage(msg);
|
|
||||||
|
|
||||||
return {
|
|
||||||
chatName: chat.name || chat.id.user,
|
|
||||||
chatId,
|
|
||||||
isGroup,
|
|
||||||
senderName: name,
|
|
||||||
senderNumber: number,
|
|
||||||
type: msg?.type || "text",
|
|
||||||
body: msg.body,
|
|
||||||
quoted,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Resolve os dados da mensagem citada, se existir.
|
|
||||||
* Retorna null em caso de erro ou ausência.
|
|
||||||
*
|
|
||||||
* @param {import("whatsapp-web.js").Message} msg
|
|
||||||
* @returns {Promise<{ name: string, number: string, preview: string } | null>}
|
|
||||||
*/
|
|
||||||
async function resolveQuotedMessage(msg) {
|
|
||||||
if (!msg?.hasQuotedMsg) return null;
|
|
||||||
|
|
||||||
try {
|
|
||||||
const quoted = await msg.getQuotedMessage();
|
|
||||||
const quotedNumber = String(quoted.from).split("@")[0];
|
|
||||||
|
|
||||||
let quotedName = quotedNumber;
|
|
||||||
try {
|
|
||||||
const contact = await client.getContactById(quoted.from);
|
|
||||||
quotedName = contact?.pushname || contact?.formattedName || quotedNumber;
|
|
||||||
} catch { /* contato não encontrado — usa o número */ }
|
|
||||||
|
|
||||||
const quotedPreview = quoted.body?.trim()
|
|
||||||
? `"${quoted.body.length > 80 ? quoted.body.slice(0, 80) + "…" : quoted.body}"`
|
|
||||||
: `<${quoted.type}>`;
|
|
||||||
|
|
||||||
return { name: quotedName, number: quotedNumber, preview: quotedPreview };
|
|
||||||
} catch {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
42
src/main.js
42
src/main.js
@@ -1,42 +0,0 @@
|
|||||||
/**
|
|
||||||
* main.js
|
|
||||||
*
|
|
||||||
* Ponto de entrada do ManyBot.
|
|
||||||
* Inicializa o cliente WhatsApp e carrega os plugins.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import client from "./client/whatsappClient.js";
|
|
||||||
import { handleMessage } from "./kernel/messageHandler.js";
|
|
||||||
import { loadPlugins } from "./kernel/pluginLoader.js";
|
|
||||||
import { logger } from "./logger/logger.js";
|
|
||||||
import { PLUGINS } from "./config.js";
|
|
||||||
|
|
||||||
logger.info("Iniciando ManyBot...\n");
|
|
||||||
|
|
||||||
// Rede de segurança global — nenhum erro deve derrubar o bot
|
|
||||||
process.on("uncaughtException", (err) => {
|
|
||||||
logger.error(`uncaughtException — ${err.message}`, `\n Stack: ${err.stack?.split("\n")[1]?.trim() ?? ""}`);
|
|
||||||
});
|
|
||||||
|
|
||||||
process.on("unhandledRejection", (reason) => {
|
|
||||||
const msg = reason instanceof Error ? reason.message : String(reason);
|
|
||||||
logger.error(`unhandledRejection — ${msg}`);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Carrega plugins antes de conectar
|
|
||||||
await loadPlugins(PLUGINS);
|
|
||||||
|
|
||||||
client.on("message_create", async (msg) => {
|
|
||||||
try {
|
|
||||||
await handleMessage(msg);
|
|
||||||
} catch (err) {
|
|
||||||
logger.error(
|
|
||||||
`Falha ao processar — ${err.message}`,
|
|
||||||
`\n Stack: ${err.stack?.split("\n")[1]?.trim() ?? ""}`
|
|
||||||
);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
client.initialize();
|
|
||||||
console.log("\n");
|
|
||||||
logger.info("Cliente inicializado. Aguardando conexão com WhatsApp...");
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
import { forcaAtiva } from "../forca/index.js";
|
|
||||||
|
|
||||||
export default async function ({ msg }) {
|
|
||||||
if (msg.body.trim().toLowerCase() !== "a") return;
|
|
||||||
if (msg.args.length > 1) return;
|
|
||||||
if (forcaAtiva) return;
|
|
||||||
|
|
||||||
await msg.reply("B!");
|
|
||||||
}
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
/**
|
|
||||||
* plugins/adivinhacao/index.js
|
|
||||||
*
|
|
||||||
* Estado dos jogos fica aqui dentro — isolado no plugin.
|
|
||||||
* Múltiplos grupos jogam simultaneamente sem conflito.
|
|
||||||
*/
|
|
||||||
|
|
||||||
const RANGE = { min: 1, max: 100 };
|
|
||||||
const jogosAtivos = new Map();
|
|
||||||
import { CMD_PREFIX } from "../../config.js"
|
|
||||||
|
|
||||||
const sorteio = () =>
|
|
||||||
Math.floor(Math.random() * (RANGE.max - RANGE.min + 1)) + RANGE.min;
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
const chatId = api.chat.id;
|
|
||||||
|
|
||||||
// ── Comando adivinhação ──────────────────────────────────
|
|
||||||
if (msg.is(CMD_PREFIX + "adivinhação")) {
|
|
||||||
const sub = msg.args[1];
|
|
||||||
|
|
||||||
if (!sub) {
|
|
||||||
await api.send(
|
|
||||||
"🎮 *Jogo de adivinhação:*\n\n" +
|
|
||||||
`\`${CMD_PREFIX}adivinhação começar\` — inicia o jogo\n` +
|
|
||||||
`\`${CMD_PREFIX}adivinhação parar\` — encerra o jogo`
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sub === "começar") {
|
|
||||||
jogosAtivos.set(chatId, sorteio());
|
|
||||||
await api.send(
|
|
||||||
"🎮 *Jogo iniciado!*\n\n" +
|
|
||||||
"Estou pensando em um número de 1 a 100.\n" +
|
|
||||||
"Tente adivinhar! 🤔"
|
|
||||||
);
|
|
||||||
api.log.info(CMD_PREFIX + "adivinhação — jogo iniciado");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sub === "parar") {
|
|
||||||
jogosAtivos.delete(chatId);
|
|
||||||
await api.send("🛑 Jogo encerrado.");
|
|
||||||
api.log.info(CMD_PREFIX + "adivinhação — jogo parado");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await api.send(
|
|
||||||
`❌ Subcomando *${sub}* não existe.\n\n` +
|
|
||||||
`Use ${CMD_PREFIX} + \`adivinhação começar\` ou ${CMD_PREFIX} + \`adivinhação parar\`.`
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── Tentativas durante o jogo ─────────────────────────────
|
|
||||||
const numero = jogosAtivos.get(chatId);
|
|
||||||
if (numero === undefined) return;
|
|
||||||
|
|
||||||
const tentativa = msg.body.trim();
|
|
||||||
if (!/^\d+$/.test(tentativa)) return;
|
|
||||||
|
|
||||||
const num = parseInt(tentativa, 10);
|
|
||||||
|
|
||||||
if (num < RANGE.min || num > RANGE.max) {
|
|
||||||
await msg.reply(`⚠️ Digite um número entre ${RANGE.min} e ${RANGE.max}.`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (num === numero) {
|
|
||||||
await msg.reply(
|
|
||||||
`🎉 *Acertou!* O número era ${numero}!\n\n` +
|
|
||||||
`Use ${CMD_PREFIX} + \`adivinhação começar\` para jogar de novo.`
|
|
||||||
);
|
|
||||||
jogosAtivos.delete(chatId);
|
|
||||||
} else {
|
|
||||||
await api.send(num > numero ? "📉 Tente um número *menor*!" : "📈 Tente um número *maior*!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,123 +0,0 @@
|
|||||||
/**
|
|
||||||
* plugins/audio/index.js
|
|
||||||
*
|
|
||||||
* Baixa vídeo via yt-dlp, converte para mp3 via ffmpeg e envia no chat.
|
|
||||||
* Todo o processo (download + conversão + envio + limpeza) fica aqui.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { spawn } from "child_process";
|
|
||||||
import { execFile } from "child_process";
|
|
||||||
import { promisify } from "util";
|
|
||||||
import fs from "fs";
|
|
||||||
import path from "path";
|
|
||||||
import os from "os";
|
|
||||||
import { enqueue } from "../../download/queue.js";
|
|
||||||
import { emptyFolder } from "../../utils/file.js";
|
|
||||||
import { CMD_PREFIX } from "../../config.js";
|
|
||||||
|
|
||||||
const logStream = fs.createWriteStream("logs/audio-error.log", { flags: "a" });
|
|
||||||
|
|
||||||
const execFileAsync = promisify(execFile);
|
|
||||||
|
|
||||||
const DOWNLOADS_DIR = path.resolve("downloads");
|
|
||||||
const YT_DLP = os.platform() === "win32" ? ".\\bin\\yt-dlp.exe" : "./bin/yt-dlp";
|
|
||||||
const FFMPEG = os.platform() === "win32" ? ".\\bin\\ffmpeg.exe" : "./bin/ffmpeg";
|
|
||||||
|
|
||||||
const ARGS_BASE = [
|
|
||||||
"--extractor-args", "youtube:player_client=android",
|
|
||||||
"--print", "after_move:filepath",
|
|
||||||
"--cookies", "cookies.txt",
|
|
||||||
"--add-header", "User-Agent:Mozilla/5.0",
|
|
||||||
"--add-header", "Referer:https://www.youtube.com/",
|
|
||||||
"--retries", "4",
|
|
||||||
"--fragment-retries", "5",
|
|
||||||
"--socket-timeout", "15",
|
|
||||||
"--sleep-interval", "1",
|
|
||||||
"--max-sleep-interval", "4",
|
|
||||||
"--no-playlist",
|
|
||||||
"-f", "bv+ba/best",
|
|
||||||
];
|
|
||||||
|
|
||||||
function downloadRaw(url, id) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
fs.mkdirSync(DOWNLOADS_DIR, { recursive: true });
|
|
||||||
|
|
||||||
const output = path.join(DOWNLOADS_DIR, `${id}.%(ext)s`);
|
|
||||||
const proc = spawn(YT_DLP, [...ARGS_BASE, "--output", output, url]);
|
|
||||||
let stdout = "";
|
|
||||||
|
|
||||||
proc.on("error", err => reject(new Error(
|
|
||||||
err.code === "EACCES"
|
|
||||||
? "Sem permissão para executar o yt-dlp. Rode: chmod +x ./bin/yt-dlp"
|
|
||||||
: err.code === "ENOENT"
|
|
||||||
? "yt-dlp não encontrado em ./bin/yt-dlp"
|
|
||||||
: `Erro ao iniciar o yt-dlp: ${err.message}`
|
|
||||||
)));
|
|
||||||
|
|
||||||
proc.stdout.on("data", d => { stdout += d.toString(); });
|
|
||||||
proc.stderr.on("data", d => logStream.write(d));
|
|
||||||
|
|
||||||
proc.on("close", code => {
|
|
||||||
if (code !== 0) return reject(new Error(
|
|
||||||
"Não foi possível baixar o áudio. Verifique se o link é válido e tente novamente."
|
|
||||||
));
|
|
||||||
|
|
||||||
const filePath = stdout.trim().split("\n").filter(Boolean).at(-1);
|
|
||||||
if (!filePath || !fs.existsSync(filePath)) return reject(new Error(
|
|
||||||
"Download concluído mas arquivo não encontrado. Tente novamente."
|
|
||||||
));
|
|
||||||
|
|
||||||
resolve(filePath);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function convertToMp3(videoPath, id) {
|
|
||||||
const mp3Path = path.join(DOWNLOADS_DIR, `${id}.mp3`);
|
|
||||||
|
|
||||||
await execFileAsync(FFMPEG, [
|
|
||||||
"-i", videoPath,
|
|
||||||
"-vn", // sem vídeo
|
|
||||||
"-ar", "44100", // sample rate
|
|
||||||
"-ac", "2", // stereo
|
|
||||||
"-b:a", "192k", // bitrate
|
|
||||||
"-y", // sobrescreve se existir
|
|
||||||
mp3Path,
|
|
||||||
]);
|
|
||||||
|
|
||||||
fs.unlinkSync(videoPath); // remove o vídeo intermediário
|
|
||||||
return mp3Path;
|
|
||||||
}
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
if (!msg.is(CMD_PREFIX + "audio")) return;
|
|
||||||
|
|
||||||
const url = msg.args[1];
|
|
||||||
|
|
||||||
if (!url) {
|
|
||||||
await msg.reply(`❌ Você precisa informar um link.\n\nExemplo: \`${CMD_PREFIX}audio https://youtube.com/...\``);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await msg.reply("⏳ Baixando o áudio, aguarde...");
|
|
||||||
|
|
||||||
const id = `audio-${Date.now()}`;
|
|
||||||
|
|
||||||
enqueue(
|
|
||||||
async () => {
|
|
||||||
const videoPath = await downloadRaw(url, id);
|
|
||||||
const mp3Path = await convertToMp3(videoPath, id);
|
|
||||||
await api.sendAudio(mp3Path);
|
|
||||||
fs.unlinkSync(mp3Path);
|
|
||||||
emptyFolder(DOWNLOADS_DIR);
|
|
||||||
api.log.info(`${CMD_PREFIX}audio concluído → ${url}`);
|
|
||||||
},
|
|
||||||
async () => {
|
|
||||||
await msg.reply(
|
|
||||||
"❌ Não consegui baixar o áudio.\n\n" +
|
|
||||||
"Verifique se o link é válido e tente novamente.\n" +
|
|
||||||
"Se o problema persistir, o conteúdo pode estar indisponível ou protegido."
|
|
||||||
);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,247 +0,0 @@
|
|||||||
/**
|
|
||||||
* plugins/figurinha/index.js
|
|
||||||
*
|
|
||||||
* Modos de uso:
|
|
||||||
* comando + mídia anexa → cria 1 sticker direto
|
|
||||||
* comando + respondendo mídia → cria 1 sticker direto
|
|
||||||
* comando + mídia anexa + respondendo mídia → cria 2 stickers direto
|
|
||||||
* comando (sem mídia nenhuma) → abre sessão
|
|
||||||
* comando criar (com sessão aberta) → processa as mídias da sessão
|
|
||||||
*/
|
|
||||||
|
|
||||||
import fs from "fs";
|
|
||||||
import path from "path";
|
|
||||||
import os from "os";
|
|
||||||
import { execFile } from "child_process";
|
|
||||||
import { promisify } from "util";
|
|
||||||
|
|
||||||
import { createSticker } from "wa-sticker-formatter";
|
|
||||||
import { emptyFolder } from "../../utils/file.js";
|
|
||||||
import { CMD_PREFIX } from "../../config.js";
|
|
||||||
|
|
||||||
const execFileAsync = promisify(execFile);
|
|
||||||
|
|
||||||
// ── Constantes ────────────────────────────────────────────────
|
|
||||||
const DOWNLOADS_DIR = path.resolve("downloads");
|
|
||||||
const FFMPEG = os.platform() === "win32" ? ".\\bin\\ffmpeg.exe" : "./bin/ffmpeg";
|
|
||||||
const MAX_STICKER_SIZE = 900 * 1024;
|
|
||||||
const SESSION_TIMEOUT = 2 * 60 * 1000;
|
|
||||||
const MAX_MEDIA = 30;
|
|
||||||
|
|
||||||
const HELP =
|
|
||||||
"📌 *Como criar figurinhas:*\n\n" +
|
|
||||||
`1️⃣ Envie \`${CMD_PREFIX}figurinha\` junto com uma mídia, ou respondendo uma mídia\n` +
|
|
||||||
" — o sticker é criado na hora\n\n" +
|
|
||||||
"2️⃣ Ou use o modo sessão para várias mídias de uma vez:\n" +
|
|
||||||
` — \`${CMD_PREFIX}figurinha\` sem mídia para iniciar\n` +
|
|
||||||
" — envie as imagens, GIFs ou vídeos\n" +
|
|
||||||
` — \`${CMD_PREFIX}figurinha criar\` para gerar todas\n\n` +
|
|
||||||
"⏳ A sessão expira em 2 minutos se nenhuma mídia for enviada.";
|
|
||||||
|
|
||||||
// ── Estado interno ────────────────────────────────────────────
|
|
||||||
// { chatId → { author, medias[], timeout } }
|
|
||||||
const sessions = new Map();
|
|
||||||
|
|
||||||
// ── Conversão ─────────────────────────────────────────────────
|
|
||||||
function ensureDir() {
|
|
||||||
fs.mkdirSync(DOWNLOADS_DIR, { recursive: true });
|
|
||||||
}
|
|
||||||
|
|
||||||
function cleanup(...files) {
|
|
||||||
for (const f of files) {
|
|
||||||
try { if (f && fs.existsSync(f)) fs.unlinkSync(f); } catch { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function convertToGif(input, output, fps = 12) {
|
|
||||||
const filter = [
|
|
||||||
`fps=${Math.min(fps, 12)},scale=512:512:flags=lanczos,split[s0][s1]`,
|
|
||||||
`[s0]palettegen=max_colors=256:reserve_transparent=1[p]`,
|
|
||||||
`[s1][p]paletteuse=dither=bayer`,
|
|
||||||
].join(";");
|
|
||||||
await execFileAsync(FFMPEG, ["-i", input, "-filter_complex", filter, "-loop", "0", "-y", output]);
|
|
||||||
}
|
|
||||||
|
|
||||||
async function resizeImage(input, output) {
|
|
||||||
await execFileAsync(FFMPEG, ["-i", input, "-vf", "scale=512:512:flags=lanczos", "-y", output]);
|
|
||||||
}
|
|
||||||
|
|
||||||
async function buildSticker(inputPath, isAnimated) {
|
|
||||||
for (const quality of [80, 60, 40, 20]) {
|
|
||||||
const buf = await createSticker(fs.readFileSync(inputPath), {
|
|
||||||
pack: "Criada por ManyBot\n",
|
|
||||||
author: "\ngithub.com/synt-xerror/manybot",
|
|
||||||
type: isAnimated ? "FULL" : "STATIC",
|
|
||||||
categories: ["🤖"],
|
|
||||||
quality,
|
|
||||||
});
|
|
||||||
if (buf.length <= MAX_STICKER_SIZE) return buf;
|
|
||||||
}
|
|
||||||
throw new Error("Não foi possível reduzir o sticker para menos de 900 KB.");
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Converte um objeto { mimetype, data } em sticker e envia.
|
|
||||||
* Retorna true se ok, false se falhou.
|
|
||||||
*/
|
|
||||||
async function processarUmaMedia(media, isGif, api, msg) {
|
|
||||||
ensureDir();
|
|
||||||
|
|
||||||
const ext = media.mimetype.split("/")[1];
|
|
||||||
const isVideo = media.mimetype.startsWith("video/");
|
|
||||||
const isAnimated = isVideo || isGif;
|
|
||||||
|
|
||||||
const id = `${Date.now()}-${Math.random().toString(36).slice(2)}`;
|
|
||||||
const inputPath = path.join(DOWNLOADS_DIR, `${id}.${ext}`);
|
|
||||||
const gifPath = path.join(DOWNLOADS_DIR, `${id}.gif`);
|
|
||||||
const resizedPath = path.join(DOWNLOADS_DIR, `${id}-scaled.${ext}`);
|
|
||||||
|
|
||||||
try {
|
|
||||||
fs.writeFileSync(inputPath, Buffer.from(media.data, "base64"));
|
|
||||||
|
|
||||||
let stickerInput;
|
|
||||||
if (isAnimated) {
|
|
||||||
await convertToGif(inputPath, gifPath, isVideo ? 12 : 24);
|
|
||||||
stickerInput = gifPath;
|
|
||||||
} else {
|
|
||||||
await resizeImage(inputPath, resizedPath);
|
|
||||||
stickerInput = resizedPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
const buf = await buildSticker(stickerInput, isAnimated);
|
|
||||||
await api.sendSticker(buf);
|
|
||||||
return true;
|
|
||||||
} catch (err) {
|
|
||||||
api.log.error(`Erro ao gerar sticker: ${err.message}`);
|
|
||||||
await msg.reply(
|
|
||||||
"⚠️ Não consegui criar uma das figurinhas.\n" +
|
|
||||||
"Tente reenviar essa mídia ou use outro formato (JPG, PNG, GIF, MP4)."
|
|
||||||
);
|
|
||||||
return false;
|
|
||||||
} finally {
|
|
||||||
cleanup(inputPath, gifPath, resizedPath);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Verifica se uma mídia é suportada para sticker.
|
|
||||||
*/
|
|
||||||
function isSupported(media, isGif) {
|
|
||||||
return (
|
|
||||||
media.mimetype?.startsWith("image/") ||
|
|
||||||
media.mimetype?.startsWith("video/") ||
|
|
||||||
isGif
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── Plugin ────────────────────────────────────────────────────
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
const chatId = api.chat.id;
|
|
||||||
|
|
||||||
if (!msg.is(CMD_PREFIX + "figurinha")) {
|
|
||||||
// ── Coleta de mídia durante sessão ──────────────────────
|
|
||||||
const session = sessions.get(chatId);
|
|
||||||
if (!session) return;
|
|
||||||
if (!msg.hasMedia) return;
|
|
||||||
if (msg.sender !== session.author) return;
|
|
||||||
|
|
||||||
const media = await msg.downloadMedia();
|
|
||||||
if (!media) return;
|
|
||||||
|
|
||||||
const gif = media.mimetype === "image/gif" ||
|
|
||||||
(media.mimetype === "video/mp4" && msg.isGif);
|
|
||||||
|
|
||||||
if (isSupported(media, gif) && session.medias.length < MAX_MEDIA) {
|
|
||||||
session.medias.push({ media, isGif: gif });
|
|
||||||
}
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── figurinha criar ──────────────────────────────────────
|
|
||||||
const sub = msg.args[1];
|
|
||||||
|
|
||||||
if (sub === "criar") {
|
|
||||||
const session = sessions.get(chatId);
|
|
||||||
|
|
||||||
if (!session) {
|
|
||||||
await msg.reply(`❌ *Nenhuma sessão ativa.*\n\n${HELP}`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!session.medias.length) {
|
|
||||||
await msg.reply(`📭 *Você ainda não enviou nenhuma mídia!*\n\n${HELP}`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
clearTimeout(session.timeout);
|
|
||||||
await msg.reply("⏳ Gerando suas figurinhas, aguarde um momento...");
|
|
||||||
|
|
||||||
for (const { media, isGif } of session.medias) {
|
|
||||||
await processarUmaMedia(media, isGif, api, msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
await msg.reply("✅ *Figurinhas criadas com sucesso!*\nSalve as que quiser no seu WhatsApp. 😄");
|
|
||||||
sessions.delete(chatId);
|
|
||||||
emptyFolder(DOWNLOADS_DIR);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── figurinha com mídia direta ───────────────────────────
|
|
||||||
const mediasParaCriar = [];
|
|
||||||
|
|
||||||
// Mídia anexa à própria mensagem
|
|
||||||
if (msg.hasMedia) {
|
|
||||||
const media = await msg.downloadMedia();
|
|
||||||
if (media) {
|
|
||||||
const gif = media.mimetype === "image/gif" ||
|
|
||||||
(media.mimetype === "video/mp4" && msg.isGif);
|
|
||||||
if (isSupported(media, gif)) mediasParaCriar.push({ media, isGif: gif });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mídia da mensagem citada
|
|
||||||
if (msg.hasReply) {
|
|
||||||
const quoted = await msg.getReply();
|
|
||||||
if (quoted?.hasMedia) {
|
|
||||||
const media = await quoted.downloadMedia();
|
|
||||||
if (media) {
|
|
||||||
const gif = media.mimetype === "image/gif" ||
|
|
||||||
(media.mimetype === "video/mp4" && quoted.isGif);
|
|
||||||
if (isSupported(media, gif)) mediasParaCriar.push({ media, isGif: gif });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Tem mídia para criar direto
|
|
||||||
if (mediasParaCriar.length > 0) {
|
|
||||||
await msg.reply("⏳ Gerando figurinha, aguarde...");
|
|
||||||
for (const { media, isGif } of mediasParaCriar) {
|
|
||||||
await processarUmaMedia(media, isGif, api, msg);
|
|
||||||
}
|
|
||||||
emptyFolder(DOWNLOADS_DIR);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── figurinha sem mídia → abre sessão ───────────────────
|
|
||||||
if (sessions.has(chatId)) {
|
|
||||||
await msg.reply(
|
|
||||||
"⚠️ Já existe uma sessão aberta.\n\n" +
|
|
||||||
`Envie as mídias e depois use \`${CMD_PREFIX}figurinha criar\`.\n` +
|
|
||||||
"Ou aguarde 2 minutos para a sessão expirar."
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const timeout = setTimeout(async () => {
|
|
||||||
sessions.delete(chatId);
|
|
||||||
try {
|
|
||||||
await msg.reply(
|
|
||||||
"⏰ *Sessão expirada!*\n\n" +
|
|
||||||
"Você demorou mais de 2 minutos para enviar as mídias.\n" +
|
|
||||||
`Digite \`${CMD_PREFIX}figurinha\` para começar de novo.`
|
|
||||||
);
|
|
||||||
} catch { }
|
|
||||||
}, SESSION_TIMEOUT);
|
|
||||||
|
|
||||||
sessions.set(chatId, { author: msg.sender, medias: [], timeout });
|
|
||||||
await msg.reply(`✅ Sessão iniciada por *${msg.senderName}*!\n\n${HELP}`);
|
|
||||||
}
|
|
||||||
@@ -1,159 +0,0 @@
|
|||||||
/**
|
|
||||||
* plugins/forca/index.js
|
|
||||||
*
|
|
||||||
* Estado dos jogos de forca fica aqui dentro — isolado no plugin.
|
|
||||||
* Múltiplos grupos jogam simultaneamente sem conflito.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { CMD_PREFIX } from "../../config.js";
|
|
||||||
|
|
||||||
// Estados dos jogos
|
|
||||||
const jogosAtivos = new Map(); // chatId -> { palavra, tema, vidas, progresso }
|
|
||||||
const participantesAtivos = new Map(); // chatId -> Set de usuários que reagiram
|
|
||||||
export let forcaAtiva = false;
|
|
||||||
|
|
||||||
|
|
||||||
// Palavras de exemplo
|
|
||||||
const PALAVRAS = [
|
|
||||||
{ palavra: "python", tema: "Linguagem de programação" },
|
|
||||||
{ palavra: "javascript", tema: "Linguagem de programação" },
|
|
||||||
{ palavra: "java", tema: "Linguagem de programação" },
|
|
||||||
{ palavra: "cachorro", tema: "Animal" },
|
|
||||||
{ palavra: "gato", tema: "Animal" },
|
|
||||||
{ palavra: "elefante", tema: "Animal" },
|
|
||||||
{ palavra: "girafa", tema: "Animal" },
|
|
||||||
{ palavra: "guitarra", tema: "Instrumento musical" },
|
|
||||||
{ palavra: "piano", tema: "Instrumento musical" },
|
|
||||||
{ palavra: "bateria", tema: "Instrumento musical" },
|
|
||||||
{ palavra: "violino", tema: "Instrumento musical" },
|
|
||||||
{ palavra: "futebol", tema: "Esporte" },
|
|
||||||
{ palavra: "basquete", tema: "Esporte" },
|
|
||||||
{ palavra: "natação", tema: "Esporte" },
|
|
||||||
{ palavra: "tênis", tema: "Esporte" },
|
|
||||||
{ palavra: "brasil", tema: "País" },
|
|
||||||
{ palavra: "japão", tema: "País" },
|
|
||||||
{ palavra: "canadá", tema: "País" },
|
|
||||||
{ palavra: "frança", tema: "País" },
|
|
||||||
{ palavra: "marte", tema: "Planeta" },
|
|
||||||
{ palavra: "vênus", tema: "Planeta" },
|
|
||||||
{ palavra: "júpiter", tema: "Planeta" },
|
|
||||||
{ palavra: "saturno", tema: "Planeta" },
|
|
||||||
{ palavra: "minecraft", tema: "Jogo" },
|
|
||||||
{ palavra: "fortnite", tema: "Jogo" },
|
|
||||||
{ palavra: "roblox", tema: "Jogo" },
|
|
||||||
{ palavra: "amongus", tema: "Jogo" },
|
|
||||||
{ palavra: "rosa", tema: "Flor" },
|
|
||||||
{ palavra: "girassol", tema: "Flor" },
|
|
||||||
{ palavra: "tulipa", tema: "Flor" },
|
|
||||||
{ palavra: "orquídea", tema: "Flor" },
|
|
||||||
{ palavra: "tesoura", tema: "Objeto" },
|
|
||||||
{ palavra: "caderno", tema: "Objeto" },
|
|
||||||
{ palavra: "computador", tema: "Objeto" },
|
|
||||||
{ palavra: "telefone", tema: "Objeto" },
|
|
||||||
{ palavra: "lua", tema: "Corpo celeste" },
|
|
||||||
{ palavra: "sol", tema: "Corpo celeste" },
|
|
||||||
{ palavra: "estrela", tema: "Corpo celeste" },
|
|
||||||
{ palavra: "cometa", tema: "Corpo celeste" },
|
|
||||||
{ palavra: "oceano", tema: "Natureza" },
|
|
||||||
{ palavra: "montanha", tema: "Natureza" },
|
|
||||||
];
|
|
||||||
|
|
||||||
// Função para gerar a palavra com underscores
|
|
||||||
const gerarProgresso = palavra =>
|
|
||||||
palavra.replace(/[a-zA-Z]/g, "_");
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
const chatId = api.chat.id;
|
|
||||||
const sub = msg.args[1];
|
|
||||||
|
|
||||||
// ── Comando principal do jogo
|
|
||||||
if (msg.is(CMD_PREFIX + "forca")) {
|
|
||||||
if (!sub) {
|
|
||||||
await api.send(
|
|
||||||
`🎮 *Jogo da Forca*\n\n` +
|
|
||||||
`\`${CMD_PREFIX}forca começar\` — inicia o jogo\n` +
|
|
||||||
`\`${CMD_PREFIX}forca parar\` — encerra o jogo`
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sub === "começar") {
|
|
||||||
forcaAtiva = true;
|
|
||||||
// Pega uma palavra aleatória
|
|
||||||
const sorteio = PALAVRAS[Math.floor(Math.random() * PALAVRAS.length)];
|
|
||||||
|
|
||||||
// Inicializa o jogo
|
|
||||||
jogosAtivos.set(chatId, {
|
|
||||||
palavra: sorteio.palavra.toLowerCase(),
|
|
||||||
tema: sorteio.tema,
|
|
||||||
vidas: 6,
|
|
||||||
progresso: gerarProgresso(sorteio.palavra)
|
|
||||||
});
|
|
||||||
|
|
||||||
participantesAtivos.set(chatId, new Set()); // reset participantes
|
|
||||||
|
|
||||||
await api.send(
|
|
||||||
`🎮 *Jogo da Forca iniciado!*\n\n` +
|
|
||||||
`Tema: *${sorteio.tema}*\n` +
|
|
||||||
`Palavra: \`${gerarProgresso(sorteio.palavra)}\`\n` +
|
|
||||||
`Vidas: 6\n\n` +
|
|
||||||
`Digite uma letra para adivinhar!`
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sub === "parar") {
|
|
||||||
jogosAtivos.delete(chatId);
|
|
||||||
participantesAtivos.delete(chatId);
|
|
||||||
await api.send("🛑 Jogo da Forca encerrado.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await api.send(
|
|
||||||
`❌ Subcomando *${sub}* não existe.\n` +
|
|
||||||
`Use ${CMD_PREFIX} + \`forca começar\` ou ${CMD_PREFIX} + \`forca parar\`.`
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ── Tentativas durante o jogo
|
|
||||||
const jogo = jogosAtivos.get(chatId);
|
|
||||||
if (!jogo) return; // Nenhum jogo ativo
|
|
||||||
|
|
||||||
const tentativa = msg.body.trim().toLowerCase();
|
|
||||||
if (!/^[a-z]$/.test(tentativa)) return; // apenas letras simples
|
|
||||||
|
|
||||||
// Se a letra está na palavra
|
|
||||||
let acerto = false;
|
|
||||||
let novoProgresso = jogo.progresso.split("");
|
|
||||||
for (let i = 0; i < jogo.palavra.length; i++) {
|
|
||||||
if (jogo.palavra[i] === tentativa) {
|
|
||||||
novoProgresso[i] = tentativa;
|
|
||||||
acerto = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
jogo.progresso = novoProgresso.join("");
|
|
||||||
|
|
||||||
if (!acerto) jogo.vidas--;
|
|
||||||
|
|
||||||
// Feedback para o grupo
|
|
||||||
if (jogo.progresso === jogo.palavra) {
|
|
||||||
await msg.reply(`🎉 Parabéns! Palavra completa: \`${jogo.palavra}\``);
|
|
||||||
jogosAtivos.delete(chatId);
|
|
||||||
participantesAtivos.delete(chatId);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (jogo.vidas <= 0) {
|
|
||||||
await msg.reply(`💀 Fim de jogo! Palavra era: \`${jogo.palavra}\``);
|
|
||||||
jogosAtivos.delete(chatId);
|
|
||||||
participantesAtivos.delete(chatId);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await msg.reply(
|
|
||||||
`Palavra: \`${jogo.progresso}\`\n` +
|
|
||||||
`Vidas: ${jogo.vidas}\n` +
|
|
||||||
(acerto ? "✅ Acertou a letra!" : "❌ Errou a letra!")
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
import { CMD_PREFIX } from "../../config.js"
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
if (!msg.is(CMD_PREFIX + "many")) return;
|
|
||||||
|
|
||||||
await api.send(
|
|
||||||
`🤖 *ManyBot — Comandos disponíveis:*\n\n` +
|
|
||||||
`🎬 \`${CMD_PREFIX}video <link>\` — baixa um vídeo\n` +
|
|
||||||
`🎵 \`${CMD_PREFIX}audio <link>\` — baixa um áudio\n` +
|
|
||||||
`🖼️ \`${CMD_PREFIX}figurinha\` — cria figurinhas\n` +
|
|
||||||
`🎮 \`${CMD_PREFIX}adivinhação começar|parar\` — jogo de adivinhar número\n` +
|
|
||||||
`🎮 \`${CMD_PREFIX}forca começar|parar\` — jogo da forca\n`
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
import { CMD_PREFIX } from "../../config.js";
|
|
||||||
const gatilhos = ["obrigado", "valeu", "brigado"];
|
|
||||||
|
|
||||||
export default async function ({ msg }) {
|
|
||||||
if (!gatilhos.some(g => msg.is(CMD_PREFIX + g))) return;
|
|
||||||
|
|
||||||
await msg.reply("😊 Por nada!");
|
|
||||||
}
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
/**
|
|
||||||
* plugins/video/index.js
|
|
||||||
*
|
|
||||||
* Baixa vídeo via yt-dlp e envia no chat.
|
|
||||||
* Todo o processo (download + envio + limpeza) fica aqui.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { spawn } from "child_process";
|
|
||||||
import fs from "fs";
|
|
||||||
import path from "path";
|
|
||||||
import os from "os";
|
|
||||||
import { enqueue } from "../../download/queue.js";
|
|
||||||
import { emptyFolder } from "../../utils/file.js";
|
|
||||||
import { CMD_PREFIX } from "../../config.js";
|
|
||||||
|
|
||||||
const logStream = fs.createWriteStream("logs/video-error.log", { flags: "a" });
|
|
||||||
|
|
||||||
const DOWNLOADS_DIR = path.resolve("downloads");
|
|
||||||
const YT_DLP = os.platform() === "win32" ? ".\\bin\\yt-dlp.exe" : "./bin/yt-dlp";
|
|
||||||
|
|
||||||
const ARGS_BASE = [
|
|
||||||
"--extractor-args", "youtube:player_client=android",
|
|
||||||
"--print", "after_move:filepath",
|
|
||||||
"--cookies", "cookies.txt",
|
|
||||||
"--add-header", "User-Agent:Mozilla/5.0",
|
|
||||||
"--add-header", "Referer:https://www.youtube.com/",
|
|
||||||
"--retries", "4",
|
|
||||||
"--fragment-retries", "5",
|
|
||||||
"--socket-timeout", "15",
|
|
||||||
"--sleep-interval", "1",
|
|
||||||
"--max-sleep-interval", "4",
|
|
||||||
"--no-playlist",
|
|
||||||
"-f", "bv+ba/best",
|
|
||||||
];
|
|
||||||
|
|
||||||
function downloadVideo(url, id) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
fs.mkdirSync(DOWNLOADS_DIR, { recursive: true });
|
|
||||||
|
|
||||||
const output = path.join(DOWNLOADS_DIR, `${id}.%(ext)s`);
|
|
||||||
const proc = spawn(YT_DLP, [...ARGS_BASE, "--output", output, url]);
|
|
||||||
let stdout = "";
|
|
||||||
|
|
||||||
proc.on("error", err => reject(new Error(
|
|
||||||
err.code === "EACCES"
|
|
||||||
? "Sem permissão para executar o yt-dlp. Rode: chmod +x ./bin/yt-dlp"
|
|
||||||
: err.code === "ENOENT"
|
|
||||||
? "yt-dlp não encontrado em ./bin/yt-dlp"
|
|
||||||
: `Erro ao iniciar o yt-dlp: ${err.message}`
|
|
||||||
)));
|
|
||||||
|
|
||||||
proc.stdout.on("data", d => { stdout += d.toString(); });
|
|
||||||
proc.stderr.on("data", d => logStream.write(d));
|
|
||||||
|
|
||||||
proc.on("close", code => {
|
|
||||||
if (code !== 0) return reject(new Error(
|
|
||||||
"Não foi possível baixar o vídeo. Verifique se o link é válido e tente novamente."
|
|
||||||
));
|
|
||||||
|
|
||||||
const filePath = stdout.trim().split("\n").filter(Boolean).at(-1);
|
|
||||||
if (!filePath || !fs.existsSync(filePath)) return reject(new Error(
|
|
||||||
"Download concluído mas arquivo não encontrado. Tente novamente."
|
|
||||||
));
|
|
||||||
|
|
||||||
resolve(filePath);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export default async function ({ msg, api }) {
|
|
||||||
if (!msg.is(CMD_PREFIX + "video")) return;
|
|
||||||
|
|
||||||
const url = msg.args[1];
|
|
||||||
|
|
||||||
if (!url) {
|
|
||||||
await msg.reply(`❌ Você precisa informar um link.\n\nExemplo: \`${CMD_PREFIX}video https://youtube.com/...\``);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await msg.reply("⏳ Baixando o vídeo, aguarde...");
|
|
||||||
|
|
||||||
enqueue(
|
|
||||||
async () => {
|
|
||||||
const filePath = await downloadVideo(url, `video-${Date.now()}`);
|
|
||||||
await api.sendVideo(filePath);
|
|
||||||
fs.unlinkSync(filePath);
|
|
||||||
emptyFolder(DOWNLOADS_DIR);
|
|
||||||
api.log.info(`${CMD_PREFIX}video concluído → ${url}`);
|
|
||||||
},
|
|
||||||
async () => {
|
|
||||||
await msg.reply(
|
|
||||||
"❌ Não consegui baixar o vídeo.\n\n" +
|
|
||||||
"Verifique se o link é válido e tente novamente.\n" +
|
|
||||||
"Se o problema persistir, o conteúdo pode estar indisponível ou protegido."
|
|
||||||
);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import { BOT_PREFIX } from "../config.js";
|
|
||||||
|
|
||||||
export function botMsg(texto) {
|
|
||||||
return `${BOT_PREFIX}\n${texto}`;
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
import fs from "fs";
|
|
||||||
import path from "path";
|
|
||||||
|
|
||||||
export function emptyFolder(folder) {
|
|
||||||
fs.readdirSync(folder).forEach(file => {
|
|
||||||
const filePath = path.join(folder, file);
|
|
||||||
if (fs.lstatSync(filePath).isFile()) fs.unlinkSync(filePath);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
export function getChatId(chat) {
|
|
||||||
return chat.id._serialized;
|
|
||||||
}
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
/**
|
|
||||||
* Utilitário CLI para descobrir IDs de chats/grupos.
|
|
||||||
* Uso: node src/utils/get_id.js grupos|contatos|<nome>
|
|
||||||
*/
|
|
||||||
import pkg from "whatsapp-web.js";
|
|
||||||
import qrcode from "qrcode-terminal";
|
|
||||||
import { resolvePuppeteerConfig } from "../client/environment.js";
|
|
||||||
|
|
||||||
const CLIENT_ID="getId"
|
|
||||||
const { Client, LocalAuth } = pkg;
|
|
||||||
|
|
||||||
const arg = process.argv[2];
|
|
||||||
|
|
||||||
if (!arg) {
|
|
||||||
console.log("Uso: node get_id.js grupos|contatos|<nome>");
|
|
||||||
process.exit(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
const client = new Client({
|
|
||||||
authStrategy: new LocalAuth({ clientId: CLIENT_ID }),
|
|
||||||
puppeteer: {
|
|
||||||
headless: true,
|
|
||||||
args: [
|
|
||||||
'--no-sandbox',
|
|
||||||
'--disable-setuid-sandbox',
|
|
||||||
...(resolvePuppeteerConfig().args || [])
|
|
||||||
],
|
|
||||||
...resolvePuppeteerConfig()
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
client.on("qr", (qr) => {
|
|
||||||
console.log("[QR] Escaneie para autenticar:");
|
|
||||||
qrcode.generate(qr, { small: true });
|
|
||||||
});
|
|
||||||
|
|
||||||
client.on("ready", async () => {
|
|
||||||
console.log("[OK] Conectado. Buscando chats...\n");
|
|
||||||
|
|
||||||
const chats = await client.getChats();
|
|
||||||
const search = arg.toLowerCase();
|
|
||||||
|
|
||||||
const filtered =
|
|
||||||
search === "grupos" ? chats.filter(c => c.isGroup) :
|
|
||||||
search === "contatos" ? chats.filter(c => !c.isGroup) :
|
|
||||||
chats.filter(c => (c.name || c.id.user).toLowerCase().includes(search));
|
|
||||||
|
|
||||||
if (!filtered.length) {
|
|
||||||
console.log("Nenhum resultado encontrado.");
|
|
||||||
} else {
|
|
||||||
filtered.forEach(c => {
|
|
||||||
console.log("─".repeat(40));
|
|
||||||
console.log("Nome: ", c.name || c.id.user);
|
|
||||||
console.log("ID: ", c.id._serialized);
|
|
||||||
console.log("Grupo: ", c.isGroup);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
await client.destroy();
|
|
||||||
process.exit(0);
|
|
||||||
});
|
|
||||||
|
|
||||||
client.initialize();
|
|
||||||
7
teste.js
Normal file
7
teste.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
const str = "<22>»⃟⃫⚡️⃥<EFB88F><E283A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>☆<EFBFBD>";
|
||||||
|
|
||||||
|
// percorre cada caractere
|
||||||
|
for (const char of str) {
|
||||||
|
const code = char.codePointAt(0); // pega o ponto de código Unicode
|
||||||
|
process.stdout.write(`${char} (U+${code.toString(16).toUpperCase()})\n`);
|
||||||
|
}
|
||||||
199
update
199
update
@@ -1,199 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# ==============================================================================
|
|
||||||
# update.sh — Script de atualização segura do ManyBot
|
|
||||||
# ==============================================================================
|
|
||||||
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Configuração
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
||||||
tmp_dir="$dir/tmp"
|
|
||||||
log_file="$dir/update.log"
|
|
||||||
config_items=(".wwebjs_auth" ".wwebjs_cache" "node_modules")
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Logging
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
log() {
|
|
||||||
local level="$1"; shift
|
|
||||||
local msg="$*"
|
|
||||||
local timestamp
|
|
||||||
timestamp="$(date '+%Y-%m-%d %H:%M:%S')"
|
|
||||||
echo "[$timestamp] [$level] $msg" | tee -a "$log_file"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Trap: executa em caso de qualquer erro
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
cleanup_on_error() {
|
|
||||||
local exit_code=$?
|
|
||||||
log "ERROR" "Falha durante a atualização (código: $exit_code)."
|
|
||||||
if [ -d "$tmp_dir" ] && [ "$(ls -A "$tmp_dir" 2>/dev/null)" ]; then
|
|
||||||
log "WARN" "Arquivos de configuração preservados em: $tmp_dir"
|
|
||||||
log "WARN" "Restaure manualmente com: mv $tmp_dir/* $dir/"
|
|
||||||
fi
|
|
||||||
exit $exit_code
|
|
||||||
}
|
|
||||||
trap cleanup_on_error ERR
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Validações iniciais
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
log "INFO" "Iniciando atualização do ManyBot..."
|
|
||||||
|
|
||||||
# Verifica dependências obrigatórias
|
|
||||||
for cmd in git npm; do
|
|
||||||
if ! command -v "$cmd" &>/dev/null; then
|
|
||||||
log "ERROR" "Dependência ausente: '$cmd' não encontrado no PATH."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# Verifica se está em um repositório git
|
|
||||||
if ! git -C "$dir" rev-parse --is-inside-work-tree &>/dev/null; then
|
|
||||||
log "ERROR" "'$dir' não é um repositório git."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Exibe o remote para transparência
|
|
||||||
remote_url=$(git -C "$dir" remote get-url origin 2>/dev/null || echo "(não definido)")
|
|
||||||
log "INFO" "Remote: $remote_url"
|
|
||||||
|
|
||||||
# Verifica se há alterações locais não commitadas
|
|
||||||
if ! git -C "$dir" diff --quiet || ! git -C "$dir" diff --cached --quiet; then
|
|
||||||
log "WARN" "Existem alterações locais não commitadas. Elas serão descartadas pelo reset."
|
|
||||||
read -r -p "Deseja continuar mesmo assim? [s/N] " confirm
|
|
||||||
confirm="${confirm:-N}"
|
|
||||||
if [[ ! "$confirm" =~ ^[sS]$ ]]; then
|
|
||||||
log "INFO" "Atualização cancelada pelo usuário."
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Backup dos arquivos de configuração
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
rm -rf "$tmp_dir"
|
|
||||||
mkdir -p "$tmp_dir"
|
|
||||||
|
|
||||||
backed_up=()
|
|
||||||
for item in "${config_items[@]}"; do
|
|
||||||
src="$dir/$item"
|
|
||||||
if [ -e "$src" ]; then
|
|
||||||
mv "$src" "$tmp_dir/"
|
|
||||||
backed_up+=("$item")
|
|
||||||
log "INFO" "Backup: $item → tmp/"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Atualização do repositório
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
log "INFO" "Buscando atualizações..."
|
|
||||||
git -C "$dir" fetch origin
|
|
||||||
|
|
||||||
branch=$(git -C "$dir" rev-parse --abbrev-ref HEAD)
|
|
||||||
log "INFO" "Branch atual: $branch"
|
|
||||||
|
|
||||||
# Registra o hash antes e depois para auditoria
|
|
||||||
hash_before=$(git -C "$dir" rev-parse HEAD)
|
|
||||||
git -C "$dir" reset --hard "origin/$branch"
|
|
||||||
hash_after=$(git -C "$dir" rev-parse HEAD)
|
|
||||||
|
|
||||||
if [ "$hash_before" = "$hash_after" ]; then
|
|
||||||
log "INFO" "Repositório já estava atualizado (sem mudanças)."
|
|
||||||
else
|
|
||||||
log "INFO" "Atualizado: $hash_before → $hash_after"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Instalação de dependências
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
log "INFO" "Instalando dependências..."
|
|
||||||
npm ci --omit=dev 2>&1 | tee -a "$log_file"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Download
|
|
||||||
# ------------------------
|
|
||||||
download_file() {
|
|
||||||
local url="$1"
|
|
||||||
local dest="$2"
|
|
||||||
|
|
||||||
log "download_file(url=$url, dest=$dest)"
|
|
||||||
|
|
||||||
log "Baixando $url"
|
|
||||||
log "Destino: $dest"
|
|
||||||
|
|
||||||
if command -v curl >/dev/null 2>&1; then
|
|
||||||
log "Downloader: curl"
|
|
||||||
curl -L "$url" -o "$dest"
|
|
||||||
elif command -v wget >/dev/null 2>&1; then
|
|
||||||
log "Downloader: wget"
|
|
||||||
wget "$url" -O "$dest"
|
|
||||||
else
|
|
||||||
log "curl ou wget não encontrados"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod +x "$dest" 2>/dev/null || true
|
|
||||||
log "Arquivo pronto: $dest"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Arquivos por plataforma
|
|
||||||
# ------------------------
|
|
||||||
log "Selecionando dependências binárias"
|
|
||||||
|
|
||||||
files=()
|
|
||||||
if [[ "$PLATFORM" == "win" ]]; then
|
|
||||||
log "Usando binários Windows"
|
|
||||||
files=(
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/yt-dlp.exe bin/yt-dlp.exe"
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/ffmpeg.exe bin/ffmpeg.exe"
|
|
||||||
)
|
|
||||||
else
|
|
||||||
log "Usando binários Unix"
|
|
||||||
files=(
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/yt-dlp bin/yt-dlp"
|
|
||||||
"https://github.com/synt-xerror/manybot/releases/download/dependencies/ffmpeg bin/ffmpeg"
|
|
||||||
)
|
|
||||||
log "Total de arquivos para baixar: ${#files[@]}"
|
|
||||||
|
|
||||||
# ------------------------
|
|
||||||
# Download
|
|
||||||
# ------------------------
|
|
||||||
for file in "${files[@]}"; do
|
|
||||||
url="${file%% *}"
|
|
||||||
dest="${file##* }"
|
|
||||||
|
|
||||||
log "Processando dependência"
|
|
||||||
download_file "$url" "$dest"
|
|
||||||
done
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Restauração dos arquivos de configuração
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
if [ ${#backed_up[@]} -gt 0 ]; then
|
|
||||||
for item in "${backed_up[@]}"; do
|
|
||||||
src="$tmp_dir/$item"
|
|
||||||
dst="$dir/$item"
|
|
||||||
if [ -e "$src" ]; then
|
|
||||||
# Remove o que npm possa ter criado (ex: node_modules)
|
|
||||||
rm -rf "$dst"
|
|
||||||
mv "$src" "$dst"
|
|
||||||
l"INFO" "Restaurado: $item"
|
|
||||||
else
|
|
||||||
log "WARN" "Item esperado no backup não encontrado: $item"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Limpa tmp apenas após restauração bem-sucedida
|
|
||||||
rm -rf "$tmp_dir"
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Concluído
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
log "INFO" "ManyBot atualizado com sucesso."
|
|
||||||
Reference in New Issue
Block a user