-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FAQ
There is nothing in yowsup itself that would trigger a ban for your account. How you use yowsup is what might guarantee you a ban. There should be no bans with personal/private usages on own personal devices. Setting up on a server on the other hand and/or sending bulks of messages is known to cause bans. Since this library is intended for personal and private use, no support will be given and no measures will be implemented/advised for to prevent bans. Any relevant issues will be deemed invalid and closed. Participants in such issues who try to give advise or workarounds for those bans will irreversibly be blocked from accessing yowsup on github.
TODO
TODO
TODO
TODO
TODO
A yowsup profile is an internal construct that tracks data and configuration associated to a specific phone number.
- Profile name. A profile name can be different from phone number/#
- config.json
- axolotl.db
- Win XP (not roaming): C:\Documents and Settings\Application Data\yowsup\yowsup<profile_name>\
- Win XP (roaming): C:\Documents and Settings\Local Settings\Application Data\yowsup\yowsup<profile_name>\
- Win 7 (not roaming): C:\Users\AppData\Local\yowsup\yowsup<profile_name>\
- Win 7 (roaming): C:\Users\AppData\Roaming\yowsup\yowsup<profile_name>\
- Linux: ~/.config/yowsup/<profile_name>/
- MAC OS: ~/Library/Preferences/yowsup/<profile_name>/
You can obtain the content of your profile's config.json by looking at <profile_storage_dir>/config.json
(see Where does yowsup store profile data) or by using yowsup-cli:
yowsup-cli config -pjson -c <profile_name>
TODO
yowsup does not store any sent or received messages as this is outside the scope of the project.
There is no way to fetch numbers previously synced. You'll have to manually take keep track of that in your implementation.
No