Skip to content

wa1ker38552/FakeCord-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeCord-v2

A newer development of https://github.com/wa1ker38552/fakecord

FakeCord is a custom web client for Discord which uses Flask as a framework and Python as the backend. Javascript is used to render content.

Notes 📝

  • ⚠️ This project would be considered a 'selfbot', use at your own risk
  • This project is still in development so not all features from FakeCord are ported / things might not work
  • You have to clone your own instance for it to work because of rate limits
  • Most small features will not be ported through because they take too much time and aren't needed as part of Discord's core functionality

Setup ⚙️ (Replit deployment recommended)

Replit Deployment

  1. Clone this repository git clone https://github.com/wa1ker38552/fakecord-v2
  2. Create a new environmental variable with the key as TOKEN and the value as your discord Authorization token, ctrl/cmd+shift+i -> Network -> (click a random channel on discord) -> messages?limit=50 -> Headers -> Request Headers -> Authorization
  3. Run the program

Local Deployment

  1. Clone this repository git clone https://github.com/wa1ker38552/fakecord-v2
  2. Change the client initialization in api.py and main.py for the Discord client and the requests client to your token.
  3. Run the program, should be running at https://0.0.0.0:8080

Whats New ⭐

  • Config files to load proxy images and change image resolutions
  • Visual improvments
  • Support for message events, no more reloading to show new messages!
  • More versatile backend to handle exceptions and events
  • Content rendered by JS instead of Jinja
  • Fully working API

Known Issues 🐛

  • Most avatar banners show up as black (due to CORS policy)

image