Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
/ tweetCk Public archive

Simple PHP application for users to tweet from

License

Notifications You must be signed in to change notification settings

ret2c/tweetCk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetCk

Simple PHP application where users can input a submission and have it be tweeted from my account.

This project is barely maintained, finished in about a day. Just wanted to create a cloud backup just in case I decide to take it further. There are many opportunities for a user to abuse this app, shouldn't be anything to take serious :)

9/11/2024: This repository is archived, just a fun project for me and my friends so I could practice PHP :)

Utilizes TwitterOAuth by Abraham, which allows for simple execution: Sample code snippet for abraham\twitteroauth
Use composer (within same directory) to install:

composer require abraham\twitteroauth

Run locally to test/configure:

tweetCk [main] » php -S localhost:8000
#Navigate to http://localhost:8000, port number is arbitrary

About

Simple PHP application for users to tweet from

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages