Development has been moved to Fakecord v2
HTML API wrapper for Discord
FakeCord is a API wrapper with UI for Discord. It utilizes Discord's API and re-routes all requests to Replit which then sends this information to the client along with some custom UI. The reason why pages take longer to load is because each request is re-routed two times, this way the website can never be blocked.
Unfortunately, since FakeCord is seperate from Discord, the backend of FakeCord just processes requests from Discord. A feature like instant messaging would require access to Discord backend to emit responses without refreshing the message history to check for new messages. Therefore, some features will never be supported/work on FakeCord. These include but are not limited to, instant message, voice call, streaming, members list, activities, community-stage. However, if you would like to see a feature in the future, feel free to open an issue on GitHub!
To host your own instance on Replit,
- Clone the repository from Replit
git clone https://github.com/wa1ker38552/FakeCord
- Drag all the contents out of the FakeCord folder
- Uncomment the second to last line in
main.py
,db['database] = {}
(Creates a new database). Make sure to comment it back once you run it! - Run the repl, enjoy!