-
I notice that there is the Follower Service that has an OnNewFollowersDetected event. I also notice the the PubSub service has an OnFollow event. I'm trying to make a game that links to a players twit…
-
I would like to update the readme file by adding setup and installation process like how they can clone the project, how to make PR in project and so on many such things so the contributors can know h…
-
for API token you need a business account
also not clear you have to add 'personal' bots to the business account.
although it is obvious in hindsight
dcsan updated
4 years ago
-
First of all, I'm no security expert.
It seems that storing Steam user passwords in plain text is very insecure, especially when the password is stored with all the other bot configuration settings. …
-
## :rotating_light: The automated release from the `master` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your b…
-
Sometimes a user in a realm creates a second account, which causes confusion for someone trying to search/narrow to find things they've posted. Some reasons:
* moving jobs/schools/etc. and losing a…
-
Steps to reproduce:
1. By accident I made `phoneCode` callback to always return the same resolved promise.
2. And did not return `true` from `onError` callback.
3. Then I invalidated code by sendin…
-
Sad Life
![Screenshot 2024-09-21 003038](https://github.com/user-attachments/assets/dcb09854-af87-47a8-be4e-ee30cd8cae00)
-
After a few hours of running the bot Steam randomly logs us out.
We need to improve the flow to detect a logout, log us in and start trading again.
Just some notes
1. On the main accounts logo…
-
const phone =12345678901
const targetContact = await bot.Friendship.search({ phone })
// console.log(phone, 'queryTaskUserXfj')
if (targetContact) {
// console.log(${targetContact} is ready)
awai…