https://github.com/actuallyaridan/chirp
a social media project meant to mimic the feel of twitter but be better
https://github.com/actuallyaridan/chirp
chirp media social twitter website
Last synced: 30 days ago
JSON representation
a social media project meant to mimic the feel of twitter but be better
- Host: GitHub
- URL: https://github.com/actuallyaridan/chirp
- Owner: actuallyaridan
- License: mit
- Created: 2024-05-29T17:32:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T23:08:34.000Z (over 1 year ago)
- Last Synced: 2025-03-01T23:26:07.332Z (over 1 year ago)
- Topics: chirp, media, social, twitter, website
- Language: PHP
- Homepage: https://beta.chirpsocial.net
- Size: 6.07 MB
- Stars: 11
- Watchers: 2
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chirp

A social media project meant to mimic the feel of Twitter but be better
## Status
### What's working
- [x] Account creation
- [x] Posting
- [x] Replying
- [x] Liking
- [x] Account editing
### What isn't working
- [ ] Reposts
- [ ] Viewing likes and reposts on accounts
### What's planned
- [ ] Post editing
- [ ] Post deletion
- [ ] Following
- [ ] Search
- [ ] Trends
- [ ] "For you" timeline
## Screenshot

## Contributing to Chirp
Chirps source code (as you can see) is open source. You can freely fork this repo, make changes and then create a pull request.
If you'd like to, provide your Chirp username and you'll gain a contributors badge next to your name.
### Dealing with code
#### Using PHPs built-in server
_clone this git repo and put it where you like it and `cd` into it_
```sh
php -S localhost:port
```
#### Using Apache/XAMPP
_have `PHP` and `PDO` with SQLite support installed_
```sh
git clone https://github.com/actuallyaridan/chirp
mv chirp /var/www/
# Or other place your Apache or XAMPP install uses for hosting coontent
```
**BTW that folder should be empty - if it's something like `/htdocs/chirp` it will 99% break**
#### Database
This project is currently using SQLite. Chrips database is not included in GitHub, as it contains sensntive information that will not be shared publicly. There are however refereces in the PHP files, so you can create an empty replica if you'd like to.
## Forking Chirp
You can freely made copies of Chirp and use Chirps code as a base for your procject. However, in order to be cool, please follow these guidelines:
• Rebrand your project: Please refrain from uisng any Chirp branding in your project
• Credit us: You should provide credit to the people who have contibuted to this project, or link this repo
Other than that, Chirp uses the MIT license.