You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a platform object in our mongodb database. This is confirmed by the community manager in TogetherCrew.
{_id: ObjectId(''),name: "telegram",metadata: {id: "1234567789",// telegram channel idname: "Some channel name",// telegram channel name// other data required?}}
In neo4j we will store the extracted data. Each data object should store the telegram channel id so that it can be indexed and queried.
Questions
What is the user flow for adding a bot?
The telegram channel administrator will need to add the our bot to the channel. Then they add the channel id on the TogetherCrew app. Note: this is a potential security vulnerability. Once our bot is added to the group, we need to verify that the user adding the group is an admin of the group.
How can we assure that right community is getting the right data?
The text was updated successfully, but these errors were encountered:
We have a platform object in our mongodb database. This is confirmed by the community manager in TogetherCrew.
In neo4j we will store the extracted data. Each data object should store the telegram channel id so that it can be indexed and queried.
Questions
The text was updated successfully, but these errors were encountered: