Extract users information from efb-wechat-slave databases.
This is meant to be the only part that other languages cannot handle, since data is stored in the pickles.
- Place the two pickle files under the folder
data/wxpy. - Run
poetry run gunicorn efb_extract:app --bind 127.0.0.1:8090to serve the web api.- Avaliable routes:
/users/,/chats/and/self/.
- Avaliable routes:
- Run
poetry run refresh-avatarsto refresh the new avatars.