Closed MagicFab closed 1 month ago
Hi @nevo-david If this feature is needed. Can I take it up? Thanks!!
@Divyue30597 did you manage to run the project on your computer? :)
I am trying to do that. Going through this doc. Please let me know if I am on right path.
Hello @nevo-david
I am able to run the project successfully locally. I have few doubts regarding the .env
file.
For X, X_CLIENT="Do I have to add ACCESS_TOKEN provided by X or my twitter handle of X?" X_SECRET="Do I have to add ACCESS_TOKEN_SECRET provided by X or my twitter password of X?"
For LinkedIn, Do I need to activate Advertising API ? For that there are some extra permission required that I am not sure of.
Thanks!!
Hey @Divyue30597 , the advertising API is required for access to the r_basicprofile permission - I hit that issue, too. I'd like to see if it's possible to work around that in the future, but just trying to answer your question.
Hi @jamesread
Thanks for informing me about this. I was able to run and login (have to do some changes manually in database). I was having issues with resend as well. Apparently I have to verify my domain and I was not able to use public domain. I was not able to understand what the issue was. Because most of the people use public domain as email.
If you can help me out here!! It will be great!!
Thanks!!
Just Curious. Why am I not able to see X over here? @nevo-david
I have attached the image as well.
Thanks!!
Just Curious. Why am I not able to see X over here? @nevo-david
It was removed from the build because of Twitter's high charges for API usage that affected the SaaS version. You can patch this line to add it back;
Just change the whole line to remove the condition, so it looks like this, and rebuild/restart;
new XProvider(),
Hi @jamesread
Thanks for informing me about this. I was able to run and login (have to do some changes manually in database). I was having issues with resend as well. Apparently I have to verify my domain and I was not able to use public domain. I was not able to understand what the issue was. Because most of the people use public domain as email.
If you can help me out here!! It will be great!!
Thanks!!
I have to admit, I did setup the resend API key, but when I didn't get the email I just hacked the database as well! I didn't realize that resend required domain verification, but I saw someone else in Discord saying this earlier today.
I will write a patch to have user validation as a configuration option, if @nevo-david would be willing to accept it - but I don't want to bombard him with too much at the moment, I'll see if the other slightly more PRs get accepted :-)
A temporary fix would be to update the docs so people can hack the database to validate users as well, but that would require another PR, so, trying to limit the amount of open ones at the moment!
Mastodon is now live, and I used it to post! In the last 3 weeks I've been hacking a lot on docs and stuff, really enjoying working on this project!
Closing this thread now :-)
🔖 Feature description
Post the content directly into a Mastodon feed.
🎤 Why is this feature needed ?
Since its creation in 2016, Mastodon has been established as a viable and solid free open source alternative to other social media networks, with microblogging features similar to X but run as a federated social network of a large number of nodes.
There are approximately 10M registered users with about 1M daily active users (source : https://mastodon-analytics.com/).
✌️ How do you aim to achieve this?
Mastodon nodes provide access to publishing posts via a REST API :
https://docs.joinmastodon.org/methods/statuses/
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Not at this time.